Roardom
05ea224fd6
fix: floating labels relying on placeholder="" in chrome
...
Form input labels rely on the :place-holder-shown css property to float the label whenever the placeholder disappears (i.e. any time there's text inside) that way a user can click outside of the form input and the label will stay floating. Unfortunately, it seems that because only `placeholder=""` is used with the placeholder attribute being empty, Chrome interprets this as no place-holder being shown even if no text has been entered in the form input, triggering the label to float automatically.
To fix this, we must add a space to every placeholder attribute (`placeholder=" "`)
2023-05-09 08:42:23 +00:00
Roardom
6bc13d9121
update: replace bootstrap styles in chatbox
2023-04-27 13:51:12 +00:00
HDVinnie
40db300774
fix: multiple bugs
2023-03-19 19:11:46 -04:00
HDVinnie
522f41ff34
revert: chatbox redesign
2023-02-25 11:36:22 -05:00
Roardom
3ae38f2509
update: home view
2023-02-24 23:39:36 -06:00
Roardom
a1871c8fae
fix: chatbox textarea
2023-01-11 17:11:38 -06:00
HDVinnie
30bdc1fca9
remove: wysibb editor
...
- this was replaced by @Roardom custom alpinejs and livewire bbcode editor
2022-12-19 13:29:58 -05:00
Alkl58
11166f2b03
add: prevent too big bbcode font size
2022-01-18 21:39:39 +01:00
HDVinnie
2cc3f5d89d
security: cross-site request forgery
2021-11-21 18:15:21 -05:00
HDVinnie
d902cd7d09
format: vue files
2021-10-21 12:06:53 -04:00
HDVinnie
b8d37e6a59
format: js files
2021-10-21 12:05:23 -04:00
Alkl58
316b6ae43c
Fix ShoutBox PM not working when clicking on Username
2021-08-04 21:25:26 +02:00
HDVinnie
8cbdf6eeac
refactor: torrent bookmarking
...
- refactor bookmark button from vue to livewire and add multilingual support
2021-01-13 15:55:03 -05:00
HDVinnie
5190be125a
update: laravel mix
...
- Laravel Mix 6 (Webpack 5, PostCSS 8, Vue Loader and more) (Asset Compile Performance Increase)
2020-12-28 20:53:32 -05:00
HDVinnie
89658d2895
fix: negated conditionals
2020-12-02 23:35:09 -05:00
HDVinnie
82b6910d36
fix: negated if statments
2020-12-02 23:34:04 -05:00
HDVinnie
a633544f75
refactor: var declarations that are used instead of let or const
2020-12-02 23:30:32 -05:00
HDVinnie
f8eecea591
fix: pointlessly complicated boolean expressions
2020-12-02 23:26:26 -05:00
HDVinnie
9bfefa8d75
fix: conditional expressions with identical branch
2020-12-02 23:24:41 -05:00
HDVinnie
ef0b375d54
update: chatbox
2020-11-19 19:31:20 -05:00
HDVinnie
4a7dfdeceb
update: chatbox
2020-08-27 09:37:50 -04:00
HDVinnie
13da40c79f
update: vue bookmark component
2020-04-28 16:03:22 -04:00
HDVinnie
ce2ffece54
update: torrent button bar
...
- restyle
2020-04-28 08:50:33 -04:00
HDVinnie
c901ceb8a0
fix: vue bookmark component
...
- closes #1316
2020-04-28 08:37:42 -04:00
HDVinnie
7993eb99b0
fix: chatbox
...
- lessen load and fix data leak
- closes #1290
2020-04-27 13:20:23 -04:00
HDVinnie
1c8019d318
fix: textareas
...
- #1278
2020-04-21 14:39:18 -04:00
HDVinnie
f2e4141f1b
update: optimize JS
...
- remove unused dependencies
- remove emoji picker (re-writting)
- replace massive moment.js with day.js
- compiled app.js went from /js/app.js 2.13 MiB to /js/app.js 654 KiB
2020-04-06 09:24:55 -04:00
HDVinnie
001c08ab9e
(Fix) Chat User List 🐛
2019-11-11 23:37:44 -05:00
HDVinnie
53c0360041
(Fix) Torrent Bookmarking 🐛
...
- closes #902
2019-11-10 12:03:33 -05:00
HDVinnie
1138b8fc3b
(Fix) Chatbox 🐛
...
- fix user profile route in chatbox messages
2019-11-10 10:49:21 -05:00
HDVinnie
aed3fc7a26
(Update) SweetAlert2 Usage For v9 🚀
2019-11-08 11:17:54 -05:00
HDVinnie
ab095580f7
(Fix) User Reported Bugs 🐛
...
- closes #886
2019-11-05 09:34:19 -05:00
HDVinnie
8199b5888b
(Update) Chatbox 🚀
2019-10-31 07:52:32 -04:00
HDVinnie
9fc03ab492
(Update) CRUDDY PT.1 🚀
2019-10-22 14:29:58 -04:00
HDVinnie
878ee0150c
(Update) Galactic Theme 🚀
2019-09-16 18:46:43 -04:00
HDVinnie
1fd2135f64
(Update) Blocks Design 🚀
2019-06-17 17:58:35 -04:00
HDVinnie
0084b6ba4c
(Update) Color Functions 🚀
...
- This commit changes CSS colors which are defined as HEX to a CSS rgb() function call.
2019-04-03 19:42:26 -04:00
HDVinnie
bcb7f9ea31
(Update) Remove Redundent Unit Of Measurement 🚀
...
- If the value is zero then the specified unit of measurement is NOT required.
2019-04-03 19:29:56 -04:00
HDVinnie
c382aa5236
(Update) Refactor Validation Error/Info/Warning/Success Handeling 🚀
2019-03-25 13:53:41 -04:00
HDVinnie
b01666d415
(Update) Chatbox.vue 🚀
2019-03-05 11:25:39 -05:00
singularity43
d4305692eb
(Update) ChatForm Vue
...
Fix height.
2019-02-22 12:15:27 -05:00
singularity43
16a46fa8cc
(Update) Chatbox Vue
...
1: Force scroll on load/tab switch.
2: Remove * placeholder hack.
3: Switch to tick listen not update listen.
2019-02-22 12:14:56 -05:00
singularity43
2bcee2a5ef
(Update) ChatForm Vue
...
Fix jumping status indicator (fixed height + placeholder).
2019-02-21 00:52:02 -05:00
singularity43
d536b576f4
(Update) Chatbox Vue
...
Fix scrolling issues.
New behavior: Only scroll if user is already at bottom of div (IRC like behavior) as requested.
2019-02-21 00:51:34 -05:00
HDVinnie
9290fd67f1
(Fix) SweeAlert2 Dependency 🐛
2019-02-20 17:56:30 -05:00
HDVinnie
a8e60615fc
(Remove) Old Vue Components ♻️
2019-02-20 11:42:19 -05:00
HDVinnie
2900e7f845
(Fix) Chat Messages Style 🐛
2019-02-11 19:18:18 -05:00
HDVinnie
5f4a8568ff
(Update) ChatBox Styles 🚀
2019-02-11 09:16:32 -05:00
HDVinnie
204d7a53dc
(Update) Chat Messages Style 🚀
2019-02-11 09:07:34 -05:00
HDVinnie
0a560683b7
Update ChatMessages.vue
2019-02-11 08:54:21 -05:00