summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/SkNote.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy17 hours1-1/+1
|
* fix usage of appearNote in frontend componentsHazelnoot2025-06-181-1/+1
|
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* use SKUrlPreviewGroup in more placesHazelnoot2025-06-071-3/+4
|
* allow note toolbar to scrollHazelnoot2025-06-041-3/+3
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
* use responsive gaps between note toolbar itemsHazelnoot2025-06-041-37/+1
|
* fix circular reference between i.ts, instance.ts, and misskeyApi.tsHazelnoot2025-05-301-2/+2
|
* allow unauthenticated (logged-out) users to translate notesHazelnoot2025-05-301-3/+3
|
* disable "translate" button after translatingHazelnoot2025-05-251-1/+1
|
* fix "translate" and "clip" buttons opening the note on mobileHazelnoot2025-05-251-3/+3
|
* use config.url instead of "https://${config.host}"Hazelnoot2025-05-211-2/+2
|
* skip resolving preview when a link is known to be recursiveHazelnoot2025-05-201-1/+2
|
* don't recursively render note previewsHazelnoot2025-05-201-1/+3
|
* extract common translation UI into SkNoteTranslation.vueHazelnoot2025-05-181-15/+2
|
* fix type errors in note translation sourceHazelnoot2025-05-181-1/+1
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-5/+20
|
* factor out shared word mute logicHazelnoot2025-05-121-48/+4
|
* simplify access to showSoftWordMutedWordHazelnoot2025-05-121-2/+1
|
* remove invisible user link from "muted note" placeholderHazelnoot2025-05-101-9/+3
|
* add "clickable" styling for muted note placeholderHazelnoot2025-05-101-0/+5
|
* fix "click to open"dakkar2025-05-091-2/+1
|
* (manually) revert bc422fe36ff661d83d01cce17225a31d67829bd5dakkar2025-05-031-2/+1
| | | | | | | | | the fix for #1037 was wrong (it would collapse a boosted quote if the quoted note was from the current user), and not necessary (`appearNote.value.userId` _is_ the author of the boosted note, no need to look inside `note.renote` at all) so… I'm not sure why I even raised the issue 😕
* fix "collapse renotes of my own notes"dakkar2025-05-021-1/+1
|
* collapse renotes of my notes - fix #1037dakkar2025-05-011-1/+2
|
* fix renoter avatar in SkNotedakkar2025-05-011-1/+1
|
* fix reactions viewer styling in SkNote*dakkar2025-05-011-1/+1
|
* remove unused parameter from get-note-versions-menu.tsHazelnoot2025-04-021-1/+1
|
* lint and type fixesHazelnoot2025-04-011-4/+4
|
* copy changes from MkNote to SkNoteHazelnoot2025-04-011-43/+65
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-30/+33
|
* update references from /scripts/ to /utility/Hazelnoot2025-03-251-19/+19
|
* upd: check for remote url first before providing local url on pleaseLoginContextMarie2025-03-091-1/+1
|
* disable inline note previews from users with quotes disabledHazelnoot2025-02-201-1/+1
|
* add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-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" routineHazelnoot2025-02-161-8/+2
|
* append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)Hazelnoot2025-02-161-4/+13
|
* Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-111-1/+1
|\
| * hide note preview if it's already quoted - fixes #888dakkar2025-02-101-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 to SkNote.vueHazelnoot2025-02-031-7/+23
|/
* Refactor renote tooltip textHellhoundSoftware2025-01-181-5/+2
|
* move tooltip message to computedHellhoundSoftware2025-01-151-1/+6
|
* Add tooltip for shift-boostHellhoundSoftware2025-01-151-0/+1
|
* Open boost visibility menu on shift-clickHellhoundSoftware2025-01-141-3/+3
|
* preview AP objects as quotes - fix #595dakkar2024-12-181-1/+1
|
* merge: make it harder to fumble opening a collapsed replied-to note (!811)Marie2024-12-171-3/+1
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/811 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| * make it harder to fumble opening a collapsed replied-to notedakkar2024-12-111-3/+1
| | | | | | | | | | | | | | clicking on the username of the collapsed replied-to note, opens the note instead of navigating to the user's profile clicking the avatar still goes to the profile
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-1/+1
|\|
| * Make collapsed notes subscribe to streamCaramel2024-12-091-1/+1
| | | | | | | | | | | | Previously, when the note was collapsed, it didn't get updates such as reactions from streaming server. This was a problem, as any change made to the post before it got uncollapsed would end up being ignored.
* | fix a bunch of CSS variablesdakkar2024-12-091-3/+3
| |
* | copy from MkNote to SkNotedakkar2024-11-221-12/+26
| |