summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy11 hours64-152/+150
|
* sort notifications by creation timedakkar2025-07-251-1/+15
| | | | so groups are sorted newest first according to the displayed time
* fix usage of appearNote in frontend componentsHazelnoot2025-06-184-44/+34
|
* merge: Show signup reason in user admin screen (resolves #1090) (!1114)Hazelnoot2025-06-142-1/+6
|\ | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1114 Closes #1090 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * show signup reason in user admin screenHazelnoot2025-06-132-1/+6
| |
* | merge: Auto-select the first page of reactions on the note "reactions" tab ↵Marie2025-06-142-0/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | (resolves #448) (!1121) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1121 Closes #448 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | auto-select the first page of reactions on the note "reactions" pgaeHazelnoot2025-06-142-0/+10
| |/
* | merge: Fix broken CSS in instance-info (!1118)Marie2025-06-141-4/+1
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1118 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | fix broken CSS in instance-info caused by leftover codeHazelnoot2025-06-131-4/+1
| |/
* | copy changes to MkSubNoteContent and welcome.timeline.noteHazelnoot2025-06-132-6/+12
| |
* | copy changes to MkNote and EmNoteDetailedHazelnoot2025-06-131-14/+15
| |
* | remove "RN:" link from NoteDetailed for consistency with other Note componentsHazelnoot2025-06-132-2/+0
| |
* | place "reply" indicator on same line as note bodyHazelnoot2025-06-131-14/+15
|/
* merge: Consolidate duplicate HTML/XML parser libraries (!1083)Hazelnoot2025-06-1315-15/+15
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1083 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
| * correct MFM import in new/modified componentsHazelnoot2025-06-122-2/+2
| |
| * use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-1213-13/+13
| |
* | merge: Make defederation rocket use theme colors. (!1109)Marie2025-06-131-1/+1
|\ \ | |/ |/| | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1109 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| * make defederation rocket use theme colors.piuvas2025-06-121-1/+1
| |
* | merge: Fix admin-user / instance-info styling and broken controls (!1106)Hazelnoot2025-06-105-12/+21
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1106 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
| * | fix admin-user not working inside the reports uiHazelnoot2025-06-092-10/+17
| | |
| * | increase width of admin-user and instance-admin screens to prevent scrolling ↵Hazelnoot2025-06-092-2/+2
| | | | | | | | | | | | the tab bar
| * | fix _spacer CSS on FireFoxHazelnoot2025-06-091-0/+2
| | |
* | | merge: Fix hard-muted notes leaving extra lines on the screen (!1107)Hazelnoot2025-06-092-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1107 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
| * | | fix hard-muted notes leaving extra lines on the screenHazelnoot2025-06-092-2/+2
| |/ /
* / / don't prepend "RE:" is the CW already has itHazelnoot2025-06-091-1/+1
|/ /
* | merge: Reduce log spam (!1004)Hazelnoot2025-06-0918-24/+23
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1004 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | reduce log spam from SkNoteTranslationHazelnoot2025-06-061-1/+0
| | |
| * | reduce frontend log spam from debug messagesHazelnoot2025-06-0617-23/+23
| | |
* | | use SKUrlPreviewGroup in more placesHazelnoot2025-06-077-36/+25
| | |
* | | fix race conditions and bugs in pref-migrate.tsHazelnoot2025-06-071-15/+18
| | |
* | | integrate localStorage options into preference systemHazelnoot2025-06-075-100/+118
| | |
* | | add ActivityPub representation to admin-user.vueHazelnoot2025-06-071-7/+36
| | |
* | | fix TS errors about user, info, and initHazelnoot2025-06-071-38/+55
| | |
* | | add missing awaits in admin-user.vueHazelnoot2025-06-071-2/+2
| | |
* | | fix admin-user AP fetchHazelnoot2025-06-061-6/+8
|/ /
* | merge: Allow note footer bar to shrink responsively and scroll on overflow ↵Hazelnoot2025-06-058-169/+42
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | (resolves #1057) (!1094) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1094 Closes #1057 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | allow note toolbar to scrollHazelnoot2025-06-047-31/+28
| | | | | | | | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
| * | use responsive gaps between note toolbar itemsHazelnoot2025-06-048-151/+27
| |/
* | merge: Report admin UX improvements (!1060)Hazelnoot2025-06-0511-97/+641
|\ \ | |/ |/| | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1060 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
| * support link attributions in SkUrlPreviewGroupHazelnoot2025-06-042-30/+92
| |
| * use correct code style for dynamic classes in PageWithHeader.vueHazelnoot2025-06-041-1/+1
| |
| * consider duplicate previews where one URL can't be resolved, but another URL ↵Hazelnoot2025-06-041-0/+26
| | | | | | | | resolves to a local copy of the same note
| * check for note in initial de-duplication passHazelnoot2025-06-041-2/+6
| |
| * factor out getNoteUrls functionHazelnoot2025-06-042-22/+49
| |
| * add withHint to instance-info.vueHazelnoot2025-06-041-6/+10
| |
| * reduce empty space around report user / instanceHazelnoot2025-06-043-7/+7
| |
| * add "spacer" option to PageWithHeaderHazelnoot2025-06-041-3/+6
| |
| * remove vertical size limit on report sectionsHazelnoot2025-06-041-3/+3
| |
| * re-implement preview groups as SkUrlPreviewGroupHazelnoot2025-06-043-113/+326
| |
| * pass index through SkDateSeparatedList.vueHazelnoot2025-06-041-3/+3
| |