Commit Graph

26 Commits

Author SHA1 Message Date
Roardom
868b3ccc33 update: prefer sentence case over title case in views 2025-10-01 04:42:28 +00:00
Roardom
dfb9507d29 update: add vertical spacing around quote bbcode
Makes it significantly easier to read the raw bbcode.
2025-09-27 08:18:57 +00:00
Roardom
047f10be36 add: bbcode and linkify blade directives
Also add escaping content inside joypixels blade directive where necessary.
2025-02-01 16:15:34 +00:00
Roardom
31ef752413 fix: bbcode input insert size button 2024-10-02 06:17:06 +00:00
HDVinnie
79676ac7b3 Merge pull request #4175 from Roardom/undo-bbcode
(Update) Remove bbcode tags if selection already contains tags
2024-09-28 21:06:02 -04:00
Roardom
041e6bab4a update: remove bbcode tags if selection already contains tags
This way, pushing bold twice first removes the bold tags, then removes the tags on the second button push. For convenience. Hopefully I'm not missing any edge cases where this isn't intended behavior.
2024-09-24 05:40:18 +00:00
Roardom
203f020fcb add: shortcuts to bbcode editor for bold/italic/underline 2024-09-24 05:18:20 +00:00
HDVinnie
d7377acfe0 fix: resources/views/livewire/bbcode-input.blade.php 2024-03-19 20:02:00 -04:00
HDVinnie
bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
Roardom
46b64fe848 fix: insert image button in bbcode preview 2024-02-23 20:25:28 +00:00
Roardom
efcc2ecee2 fix: user profile edit two bbcode input editors conflict
When two bbcode inputs are on the same page, they need to refer to different alpinejs components. Additionally, we can't add a name attribute here or the radio buttons from the different livewire components will be grouped together.
2024-02-03 10:45:05 +00:00
Roardom
ca37615ed7 update: move all swal popups inside script tags
In preparation for using the CSP version of AlpineJS.
2024-01-19 11:19:05 +00:00
Roardom
240285fb5b refactor: format blade files using prettier
Formatted using `./node_modules/.bin/prettier -w *`.
2023-12-25 12:42:42 +00:00
Roardom
225afec190 add: emoji picker tooltip 2023-08-13 12:06:04 +00:00
Roardom
e9040fb935 fix: bbcode preview height 2023-08-06 08:34:51 +00:00
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
HDVinnie
5e9fe42dd4 Merge pull request #2761 from Roardom/fix-bbcode-preview-styles 2023-05-07 08:49:09 -04:00
Roardom
15686070b2 fix: bbcode preview styles
BBCode preview can contain elements which can't be contained in a p tag. In these cases, browsers move the contents outside of the p tag to which they no longer get styled by the bbcode-rendered class.
2023-05-05 23:22:06 +00:00
Roardom
f713f80aa1 fix: multiple bbcode editors on same page 2023-05-05 09:09:57 +00:00
Roardom
a1cacd7fa5 update: rendered bbcode/markdown/html styles 2023-02-07 23:23:56 -06:00
HDVinnie
a631bd0fb3 fix: Mouseover text for [Alert] in bbcode editor 2023-01-22 16:45:22 -05:00
HDVinnie
b2ae74598e Merge branch '6.x.x' into update-staff-views 2022-08-21 00:08:38 -04:00
Roardom
790db77252 update: staff views 2022-08-20 07:12:31 -05:00
Roardom
5f43d078d6 update: don't select bbcode tags if nothing is selected 2022-08-11 08:56:59 -05:00
Roardom
408cd3b1cf fix: form doesn't submit bbcode when being previewed 2022-07-01 18:25:23 -05:00
Roardom
17d83c8a34 add: bbcode input livewire component 2022-06-30 06:25:05 -05:00