summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | initial link attributions work.piuvas2025-05-261-1/+45
* | | merge: Add delay and retry to Page's embedded note loading (!1072)dakkar2025-06-042-6/+16
|\ \ \ | |_|/ |/| |
| * | chore: simplify the callOutvi V2025-06-021-4/+2
| * | chore: move `retryOnThrottled` to frontend-sharedOutvi V2025-06-011-42/+2
| * | fix(page.note): throw (not return) on all attempts throttledOutvi V2025-05-311-3/+12
| * | chore: lintOutvi V2025-05-311-15/+17
| * | feat(page.note): add delay and retry to embedded note loadingOutvi V2025-05-312-5/+46
* | | merge: Sync local storage to properties to preference profile (resolves #1075...Hazelnoot2025-06-022-0/+3
|\ \ \
| * | | synchronize localStorage properties to preference profileHazelnoot2025-06-012-0/+3
* | | | merge: Allow unauthenticated (logged-out) users to translate notes (!1055)Hazelnoot2025-06-016-16/+16
|\ \ \ \
| * | | | fix circular reference between i.ts, instance.ts, and misskeyApi.tsHazelnoot2025-05-306-12/+12
| * | | | fix missing ".value" in SkNoteDetailed.vueHazelnoot2025-05-301-1/+1
| * | | | allow unauthenticated (logged-out) users to translate notesHazelnoot2025-05-306-16/+16
| | |/ / | |/| |
* | | | merge: Instance admin UX improvements (!1059)Hazelnoot2025-06-013-5/+97
|\ \ \ \
| * | | | all MkFolder to not have a sticky headerHazelnoot2025-05-292-5/+13
| * | | | implement SkBadgeStripHazelnoot2025-05-291-0/+84
| |/ / /
* | | | merge: Add "unixtime" to the MFM cheatsheet (resolves #1086) (!1080)Hazelnoot2025-06-011-0/+13
|\ \ \ \
| * | | | add "unixtime" to the MFM cheatsheetHazelnoot2025-06-011-0/+13
* | | | | merge: Fix spacing between notes and ads in the timeline (resolves #1084) (!1...Hazelnoot2025-06-013-15/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix spacing between notes and ads in the timelineHazelnoot2025-06-013-15/+6
| |/ / /
* | | | merge: Factor out TransitionGroup dynamic switching into a dedicated componen...Hazelnoot2025-05-316-21/+67
|\ \ \ \ | |/ / / |/| | |
| * | | revert changes to MkImgWithBlurhash to fix CSS issueHazelnoot2025-05-301-11/+9
| * | | fix :animate condition in MkImgWithBlurhashHazelnoot2025-05-291-1/+1
| * | | use SkTransitionGroup in all locations that hardcode use of TransitionGroupHazelnoot2025-05-292-16/+19
| * | | fix use of :key on "more" slot in MkReactionsViewerHazelnoot2025-05-291-2/+4
| * | | use SkTransitionGroup for all dynamic TransitionGroup componentsHazelnoot2025-05-294-12/+12
| * | | implement SkTransitionGroup to dynamically switch between TransitionGroup or ...Hazelnoot2025-05-291-0/+43
| |/ /
* / / fix guard for "show soft-muted words"dakkar2025-05-301-1/+1
|/ /
* | merge: Avoid use of <template> as a child of <TransitionGroup> (resolves #105...Hazelnoot2025-05-273-5/+5
|\ \
| * | avoid use of <template> as a child of <TransitionGroup>Hazelnoot2025-05-253-5/+5
* | | merge: Fix translate button (!1047)Hazelnoot2025-05-276-26/+64
|\ \ \
| * | | fix lint errorsHazelnoot2025-05-262-2/+4
| * | | fix clip / translate button styling in MkNoteSub / SkNoteSubHazelnoot2025-05-252-4/+4
| * | | fix Sub note toolbar not stopping click on mobileHazelnoot2025-05-252-10/+10
| * | | add clip and translate buttons to MkNoteSub / SkNoteSubHazelnoot2025-05-252-4/+40
| * | | disable "translate" button after translatingHazelnoot2025-05-254-4/+4
| * | | fix "translate" and "clip" buttons opening the note on mobileHazelnoot2025-05-254-12/+12
| |/ /
* / / handle "follow" notifs from deleted userdakkar2025-05-251-6/+11
|/ /
* | merge: make DynamicNote less dynamic - helps with #1059 (!1041)Hazelnoot2025-05-243-12/+12
|\ \ | |/ |/|
| * make sure that the DynamicNote component is *not* computeddakkar2025-05-213-12/+12
* | merge: Cleanup admin user UI (!1012)Marie2025-05-233-4/+28
|\ \ | |/ |/|
| * fix prop type for MKRolePreviewHazelnoot2025-05-161-1/+1
| * add "accent" styling to MkButtonHazelnoot2025-05-161-2/+21
| * respect animation prefs in MkNumberHazelnoot2025-05-161-1/+6
* | use config.url instead of "https://${config.host}"Hazelnoot2025-05-217-14/+14
* | skip resolving preview when a link is known to be recursiveHazelnoot2025-05-205-13/+16
* | don't recursively render note previewsHazelnoot2025-05-205-6/+16
* | merge: Fix "fetch linked note" button for AP previews (!1037)Hazelnoot2025-05-201-38/+56
|\ \
| * | fix unknownUrl valueHazelnoot2025-05-191-1/+1
| * | make sure that the "fetch linked note" button actually remembers that the not...Hazelnoot2025-05-191-38/+56