HJ
|
33226d3f66
|
Merge branch 'renovate/cropperjs-2.x' into 'develop'
Update dependency cropperjs to v2
See merge request pleroma/pleroma-fe!2087
|
2025-04-02 10:18:00 +00:00 |
|
Henry Jameson
|
d9931bd8e4
|
manual lint
|
2025-03-31 13:05:28 +03:00 |
|
Henry Jameson
|
3b2f1fbbc1
|
more linting
|
2025-03-31 12:51:17 +03:00 |
|
Henry Jameson
|
f6a2d1bdd6
|
manual lint --fix
|
2025-03-31 12:48:53 +03:00 |
|
Henry Jameson
|
673d8490f5
|
make lint work again + lint --fix
|
2025-03-31 12:41:04 +03:00 |
|
Henry Jameson
|
a81b477350
|
more removals
|
2025-03-31 12:28:23 +03:00 |
|
HJ
|
3ba45efc2e
|
Merge branch 'lock-evenless' into 'develop'
Fix lock (no-repeats) button being interactive
See merge request pleroma/pleroma-fe!2120
|
2025-03-30 18:09:05 +00:00 |
|
Henry Jameson
|
24427de6e7
|
allow repeats of own private-ish statuses
|
2025-03-30 20:57:22 +03:00 |
|
Henry Jameson
|
cc8480e8ea
|
fix disabled state not applying
|
2025-03-30 20:52:07 +03:00 |
|
Henry Jameson
|
eda51ae486
|
upgrade to new cropperjs 2.0 API
|
2025-03-30 17:06:19 +03:00 |
|
Henry Jameson
|
ebd4b0ee95
|
iconLetter for bookmark dropdown
|
2025-03-27 14:19:42 +02:00 |
|
Henry Jameson
|
dd50bc8d16
|
fix lock (no-repeats) button having interactive elements to it
|
2025-03-27 13:58:38 +02:00 |
|
Henry Jameson
|
a2d9c4db6a
|
simplify theme3 variable code and fix some issues
|
2025-03-26 17:37:41 +02:00 |
|
Henry Jameson
|
926f45df85
|
add that teeny tiny nudge to buttons when they are pressed
|
2025-03-26 16:21:41 +02:00 |
|
Henry Jameson
|
00eabd2447
|
fix breezy theme
|
2025-03-26 16:20:42 +02:00 |
|
HJ
|
1272c3e905
|
Merge branch 'fix-mfa' into 'develop'
Fix MFA forms
See merge request pleroma/pleroma-fe!2105
|
2025-03-26 12:33:34 +00:00 |
|
Henry Jameson
|
11adf48f4a
|
fix menu-item magenta
|
2025-03-26 13:55:25 +02:00 |
|
Phantasm
|
dcc2acfe5d
|
Use correct CSS class in MFA forms, focus code input on error
|
2025-03-25 23:35:16 +01:00 |
|
Phantasm
|
d49a4196c7
|
Use pinia oauth store in mfa forms
Taken from 216d318bb5
|
2025-03-25 23:34:43 +01:00 |
|
HJ
|
d712e7ddc5
|
Merge branch 'tusooa/focus-visible' into 'develop'
Make sure each hover style is applied to :focus-visible
See merge request pleroma/pleroma-fe!2098
|
2025-03-23 12:40:14 +00:00 |
|
HJ
|
b8c84094b8
|
Merge branch 'tusooa/1366-emoji-count-button' into 'develop'
Switch from class hack to normalButton attr for emoji count popover
Closes #1366
See merge request pleroma/pleroma-fe!2099
|
2025-03-23 12:39:54 +00:00 |
|
tusooa
|
882a80b04f
|
Remove focusability on hidden popover in subject input
|
2025-03-22 18:13:28 -04:00 |
|
tusooa
|
4840177c8c
|
Switch from class hack to normalButton attr for emoji count popover
|
2025-03-22 17:41:53 -04:00 |
|
tusooa
|
59c090ae2d
|
Make sure each hover style is applied to :focus-visible
|
2025-03-22 17:17:02 -04:00 |
|
HJ
|
5461289cb7
|
Merge branch 'fix-i18n' into 'develop'
restore missing loc string
See merge request pleroma/pleroma-fe!2095
|
2025-03-19 16:17:47 +00:00 |
|
Henry Jameson
|
3a25a69296
|
restore missing loc string
|
2025-03-19 18:17:20 +02:00 |
|
HJ
|
804279bca2
|
Merge branch 'fix-temp-change' into 'develop'
fix temporary changes not working
See merge request pleroma/pleroma-fe!2092
|
2025-03-19 01:44:36 +00:00 |
|
Henry Jameson
|
4b51432ff1
|
fix temporary changes not working
|
2025-03-19 03:33:32 +02:00 |
|
Henry Jameson
|
3f062fb5b6
|
fix focus styles for button
|
2025-03-19 03:23:36 +02:00 |
|
HJ
|
598c569c93
|
Merge branch 'fixes-roundup5' into 'develop'
Fixes roundup5
See merge request pleroma/pleroma-fe!2081
|
2025-03-13 17:33:47 +00:00 |
|
Henry Jameson
|
8525966d90
|
fix hashtag search styles
|
2025-03-13 15:12:33 +02:00 |
|
Henry Jameson
|
9d9549532b
|
fix error message styles in login form
|
2025-03-13 15:08:27 +02:00 |
|
Henry Jameson
|
cd8bab0cdb
|
make button wider
|
2025-03-13 12:59:51 +02:00 |
|
Henry Jameson
|
a9fa92e9bb
|
remove debug
|
2025-03-13 12:54:08 +02:00 |
|
Henry Jameson
|
fef9121fce
|
fix poll labels always assuming relative time format
|
2025-03-13 12:52:37 +02:00 |
|
Henry Jameson
|
225352e090
|
fix radio having checkmark instead of dot
|
2025-03-13 12:38:40 +02:00 |
|
tusooa
|
216d318bb5
|
Migrate oauth store to pinia
|
2025-03-12 21:40:45 -04:00 |
|
Henry Jameson
|
400829fdde
|
lint
|
2025-03-13 02:26:04 +02:00 |
|
Henry Jameson
|
bec7fbf7b2
|
lint
|
2025-03-13 02:23:18 +02:00 |
|
Henry Jameson
|
7b9d192d51
|
Merge remote-tracking branch 'origin/develop' into fixes-roundup5
|
2025-03-13 02:20:44 +02:00 |
|
Henry Jameson
|
42a88fbb13
|
fix poll footer
|
2025-03-13 02:14:00 +02:00 |
|
Henry Jameson
|
5ac676bd21
|
fix disabled buttons
|
2025-03-13 02:12:30 +02:00 |
|
Henry Jameson
|
9f1f37ec7e
|
fix poll checkboxes
|
2025-03-13 02:10:20 +02:00 |
|
Henry Jameson
|
1adb8236d9
|
fix attachment buttons
|
2025-03-13 01:30:15 +02:00 |
|
Henry Jameson
|
c4affccf6d
|
improve how action buttons fit into things
|
2025-03-12 20:51:59 +02:00 |
|
tusooa
|
ce24132c33
|
Enable mobile theme editing
|
2025-03-10 23:39:04 -04:00 |
|
HJ
|
7ba5e6d31c
|
Merge branch 'tusooa/1362-no-create-app-on-first-visit' into 'develop'
Create an app only when needed
See merge request pleroma/pleroma-fe!2073
|
2025-03-10 13:30:37 +00:00 |
|
tusooa
|
7661bb69ff
|
Remove emoji annotations code for unused languages from final build
|
2025-03-09 16:18:27 -04:00 |
|
tusooa
|
3a4cdbef15
|
Create an app only when needed
|
2025-03-09 15:22:53 -04:00 |
|
Lain Soykaf
|
5d7aabe7ad
|
StyleSetter: Better handling of unsupported CSS rules (Palemoon fix)
|
2025-03-09 12:01:02 +04:00 |
|