| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 25 hours | 1 | -1/+1 |
| | | |||||
| * | merge: Auto-select the first page of reactions on the note "reactions" tab ↵ | Marie | 2025-06-14 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | | | | | | | (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" pgae | Hazelnoot | 2025-06-14 | 1 | -0/+5 |
| | | | |||||
| * | | remove "RN:" link from NoteDetailed for consistency with other Note components | Hazelnoot | 2025-06-13 | 1 | -1/+0 |
| |/ | |||||
| * | use pnpm package alias for @transfem-org/sfm-js | Hazelnoot | 2025-06-12 | 1 | -1/+1 |
| | | |||||
| * | use SKUrlPreviewGroup in more places | Hazelnoot | 2025-06-07 | 1 | -4/+3 |
| | | |||||
| * | allow note toolbar to scroll | Hazelnoot | 2025-06-04 | 1 | -8/+8 |
| | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility | ||||
| * | use responsive gaps between note toolbar items | Hazelnoot | 2025-06-04 | 1 | -19/+1 |
| | | |||||
| * | fix circular reference between i.ts, instance.ts, and misskeyApi.ts | Hazelnoot | 2025-05-30 | 1 | -2/+2 |
| | | |||||
| * | fix missing ".value" in SkNoteDetailed.vue | Hazelnoot | 2025-05-30 | 1 | -1/+1 |
| | | |||||
| * | allow unauthenticated (logged-out) users to translate notes | Hazelnoot | 2025-05-30 | 1 | -3/+3 |
| | | |||||
| * | disable "translate" button after translating | Hazelnoot | 2025-05-25 | 1 | -1/+1 |
| | | |||||
| * | fix "translate" and "clip" buttons opening the note on mobile | Hazelnoot | 2025-05-25 | 1 | -3/+3 |
| | | |||||
| * | use config.url instead of "https://${config.host}" | Hazelnoot | 2025-05-21 | 1 | -2/+2 |
| | | |||||
| * | skip resolving preview when a link is known to be recursive | Hazelnoot | 2025-05-20 | 1 | -3/+4 |
| | | |||||
| * | don't recursively render note previews | Hazelnoot | 2025-05-20 | 1 | -1/+3 |
| | | |||||
| * | extract common translation UI into SkNoteTranslation.vue | Hazelnoot | 2025-05-18 | 1 | -15/+2 |
| | | |||||
| * | fix type errors in note translation source | Hazelnoot | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | add option to put Translate button in the note toolbar | Hazelnoot | 2025-05-16 | 1 | -5/+18 |
| | | |||||
| * | factor out shared word mute logic | Hazelnoot | 2025-05-12 | 1 | -52/+4 |
| | | |||||
| * | simplify access to showSoftWordMutedWord | Hazelnoot | 2025-05-12 | 1 | -2/+1 |
| | | |||||
| * | show muted words in NoteDetailed / NoteSub components | Hazelnoot | 2025-05-12 | 1 | -2/+49 |
| | | |||||
| * | remove invisible user link from "muted note" placeholder | Hazelnoot | 2025-05-10 | 1 | -3/+1 |
| | | |||||
| * | add "clickable" styling for muted note placeholder | Hazelnoot | 2025-05-10 | 1 | -0/+5 |
| | | |||||
| * | fix reactions viewer styling in SkNote* | dakkar | 2025-05-01 | 1 | -1/+1 |
| | | |||||
| * | remove unused parameter from get-note-versions-menu.ts | Hazelnoot | 2025-04-02 | 1 | -1/+1 |
| | | |||||
| * | lint and type fixes | Hazelnoot | 2025-04-01 | 1 | -4/+4 |
| | | |||||
| * | fix type errors in SkNoteDetailed.vue | Hazelnoot | 2025-04-01 | 1 | -5/+5 |
| | | |||||
| * | copy changes to SkNoteDetailed.vue | Hazelnoot | 2025-04-01 | 1 | -30/+47 |
| | | |||||
| * | copy sharkey settings into new frontend preferences model | Hazelnoot | 2025-03-31 | 1 | -17/+17 |
| | | |||||
| * | update references from /scripts/ to /utility/ | Hazelnoot | 2025-03-25 | 1 | -17/+17 |
| | | |||||
| * | upd: check for remote url first before providing local url on pleaseLoginContext | Marie | 2025-03-09 | 1 | -1/+1 |
| | | |||||
| * | disable inline note previews from users with quotes disabled | Hazelnoot | 2025-02-20 | 1 | -1/+1 |
| | | |||||
| * | add "reject quotes" toggle at user and instance level | Hazelnoot | 2025-02-20 | 1 | -1/+1 |
| | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance | ||||
| * | factor out shared "compute-merged-cw" routine | Hazelnoot | 2025-02-16 | 1 | -8/+2 |
| | | |||||
| * | append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub) | Hazelnoot | 2025-02-16 | 1 | -4/+13 |
| | | |||||
| * | Merge branch 'develop' into merge/2024-02-03 | Hazelnoot | 2025-02-11 | 1 | -1/+1 |
| |\ | |||||
| | * | hide note preview if it's already quoted - fixes #888 | dakkar | 2025-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | I do not particularly _love_ this solution, but it is simple and effective I can't find another reliable way to determine if a link goes to a local note of the given id, apart from fetching the link | ||||
| * | | copy changes from MkInstanceTicker to SkInstanceTicker | Hazelnoot | 2025-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | copy changes to SkNoteDetailed.vue | Hazelnoot | 2025-02-03 | 1 | -1/+1 |
| |/ | |||||
| * | Refactor renote tooltip text | HellhoundSoftware | 2025-01-18 | 1 | -5/+2 |
| | | |||||
| * | move tooltip message to computed | HellhoundSoftware | 2025-01-15 | 1 | -1/+6 |
| | | |||||
| * | Add tooltip for shift-boost | HellhoundSoftware | 2025-01-15 | 1 | -0/+1 |
| | | |||||
| * | Open boost visibility menu on shift-click | HellhoundSoftware | 2025-01-14 | 1 | -3/+3 |
| | | |||||
| * | remove duplicate role badges - fixes #868 | dakkar | 2025-01-02 | 1 | -3/+0 |
| | | | | | | when I copied over the changes from `MkNote*` to `SkNote*`, I forgot to remove the old badge-related code | ||||
| * | preview AP objects as quotes - fix #595 | dakkar | 2024-12-18 | 1 | -1/+1 |
| | | |||||
| * | fix a bunch of CSS variables | dakkar | 2024-12-09 | 1 | -1/+1 |
| | | |||||
| * | copy from MkNoteDetailed to SkNoteDetailed | dakkar | 2024-11-22 | 1 | -8/+33 |
| | | |||||
| * | probably fix most renamed CSS variables | dakkar | 2024-11-08 | 1 | -7/+7 |
| | | |||||
| * | copy changes from MkNote* to SkNote* | dakkar | 2024-11-08 | 1 | -21/+21 |
| | | |||||