Commit graph

4658 commits

Author SHA1 Message Date
dakkar
5c680d65c7 replace more icons
in a few places icon classes are constructed from string constants,
and those not always include the `ti` prefix

also updated the `grep` in `CONTRIBUTING.md` to catch those kind of
constants.
2025-05-30 17:44:35 +01:00
dakkar
0c768524d2 apply more styles to our icons - fixes #1081
the way we replace icons, the `ti` class gets removed, so those styles
were not applied; we always add a `ph-lg` class, so we select on that
one

I've left the `ti` selectors to hopefully make future merge conflicts
clearer
2025-05-30 17:43:15 +01:00
Hazelnoot
50ba3c0f46 fix missing ".value" in SkNoteDetailed.vue 2025-05-30 12:35:31 -04:00
Hazelnoot
50a64f97df allow unauthenticated (logged-out) users to translate notes 2025-05-30 12:35:31 -04:00
Marie
d1ddc6f722 merge: Resolve "Show Muted Words doesn't work" - fixes #1079 (!1057)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1057

Closes #1079

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-30 16:26:28 +00:00
dakkar
988ce94b97 bring back custom search engine url box - fixes #1078
we had accidentally removed the MkInput
2025-05-30 11:29:49 +01:00
dakkar
d142e10fbd fix folders in mute/block 2025-05-30 11:06:39 +01:00
dakkar
2d396843ea don't really need to reload 2025-05-30 11:05:21 +01:00
dakkar
9d20848b3f fix guard for "show soft-muted words" 2025-05-30 11:04:53 +01:00
Hazelnoot
92bbcd3255 fix saving moderation note 2025-05-29 23:55:40 -04:00
Hazelnoot
f799835ec7 fix Z-fighting in report UI caused by sticky header 2025-05-29 23:13:33 -04:00
Hazelnoot
5924e27859 all MkFolder to not have a sticky header 2025-05-29 23:13:15 -04:00
Hazelnoot
b3022e853e fix refresh / dialog promises in admin-user.vue 2025-05-29 23:04:17 -04:00
Hazelnoot
30f0e5002c refresh instance info after applying moderation rules, and make sure that API calls show a dialog while running 2025-05-29 23:03:24 -04:00
Hazelnoot
5b8764d6df allow os.promiseDialog to accept a callback 2025-05-29 22:41:59 -04:00
Hazelnoot
fadf39d8e7 re-order instance-info tabs to match admin-user 2025-05-29 22:21:59 -04:00
Hazelnoot
979c7628b1 disable status badge strip in admin-user and instance-info 2025-05-29 22:20:21 -04:00
Hazelnoot
f303cb1171 implement SkBadgeStrip 2025-05-29 22:19:51 -04:00
Hazelnoot
756096e498 re-order moderation toggles to match admin-user 2025-05-29 21:16:58 -04:00
Hazelnoot
db7e0d9353 add missing oneline flag to delivery status 2025-05-29 21:14:42 -04:00
Hazelnoot
586c9974a4 add icons to buttons 2025-05-29 21:13:51 -04:00
Hazelnoot
d86920d2f6 match gap size to admin-user 2025-05-29 21:12:13 -04:00
Hazelnoot
43495fbd0d move all buttons to a group 2025-05-29 21:11:13 -04:00
Hazelnoot
b082797c69 improve styling of Description section 2025-05-29 21:08:19 -04:00
Hazelnoot
9595997b93 move well-known resources to a collapsible section 2025-05-29 21:05:33 -04:00
Hazelnoot
23f0748e60 move instance description into a section with divider 2025-05-29 18:27:23 -04:00
Hazelnoot
afbe3a95c0 translate "Refresh metadata" and use same icon as user controls 2025-05-29 18:13:25 -04:00
Hazelnoot
529014e7f2 move moderation note into collapsible section 2025-05-29 18:12:57 -04:00
Hazelnoot
f2c346d085 consolidate details into collapsible "details" section 2025-05-29 18:10:11 -04:00
Hazelnoot
6e58a320ca add missing translations 2025-05-29 17:45:18 -04:00
Hazelnoot
83a2f90842 use instance host as placeholder for name 2025-05-29 17:45:11 -04:00
Hazelnoot
5575c797a4 don't render instance icon if it doesn't have one 2025-05-29 17:36:09 -04:00
Hazelnoot
2c2dff72e4 remove duplicate horizontal swipe 2025-05-29 17:33:46 -04:00
Hazelnoot
eed4f7855c fix :animate condition in MkImgWithBlurhash 2025-05-29 13:13:14 -04:00
Hazelnoot
18a6f47082 use SkTransitionGroup in all locations that hardcode use of TransitionGroup 2025-05-29 12:43:12 -04:00
Hazelnoot
2f91c66ba2 fix use of :key on "more" slot in MkReactionsViewer 2025-05-29 12:42:58 -04:00
Hazelnoot
7a003dec73 use SkTransitionGroup for all dynamic TransitionGroup components 2025-05-29 12:41:36 -04:00
Hazelnoot
197d9db8e6 implement SkTransitionGroup to dynamically switch between TransitionGroup or a native element based on the user's animation preference 2025-05-29 12:39:37 -04:00
Hazelnoot
5af5414fdf enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00
piuvas
eb88920f41
requested changes. 2025-05-28 19:55:40 -03:00
Marie
c9591cf47f merge: fix having double scrollbars (!1035)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1035

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-05-28 21:08:49 +00:00
dakkar
8b9e789895 improve search for some of our settings
* each `SearchMarker` can have at most 1 `SearchLabel` inside
* `SearcMarker`+`MkFolder` need some attributes to play together
2025-05-28 13:54:11 +01:00
piuvas
ee93b5d480
fix ellipsis. 2025-05-27 18:45:41 -03:00
piuvas
708083b8cc
linting on instante mute setting. 2025-05-27 17:12:22 -03:00
piuvas
56db26f236
some requested changes to linkAttribution. 2025-05-27 17:12:02 -03:00
piuvas
4234a68b3e
fix lowecasing of muted instances. 2025-05-27 14:13:32 -03:00
Hazelnoot
dd95d4a2d6 merge: Avoid use of <template> as a child of <TransitionGroup> (resolves #1059) (!1049)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1049

Closes #1059

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-05-27 17:12:45 +00:00
Hazelnoot
93d51b8fc1 merge: Fix translate button (!1047)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1047

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-05-27 17:12:23 +00:00
piuvas
79c4c79386
fix lint and typecheck. 2025-05-27 14:08:00 -03:00
piuvas
b7b7488729
port solution to instance mutelist. 2025-05-27 13:53:34 -03:00