summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSub.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy13 hours1-1/+1
|
* fix usage of appearNote in frontend componentsHazelnoot2025-06-181-21/+16
|
* allow note toolbar to scrollHazelnoot2025-06-041-4/+2
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
* use responsive gaps between note toolbar itemsHazelnoot2025-06-041-19/+7
|
* 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-2/+2
|
* fix lint errorsHazelnoot2025-05-261-1/+2
|
* fix clip / translate button styling in MkNoteSub / SkNoteSubHazelnoot2025-05-251-2/+2
|
* fix Sub note toolbar not stopping click on mobileHazelnoot2025-05-251-5/+5
|
* add clip and translate buttons to MkNoteSub / SkNoteSubHazelnoot2025-05-251-2/+20
|
* use config.url instead of "https://${config.host}"Hazelnoot2025-05-211-2/+2
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-1/+1
|
* factor out shared word mute logicHazelnoot2025-05-121-49/+5
|
* simplify access to showSoftWordMutedWordHazelnoot2025-05-121-2/+1
|
* show muted words in NoteDetailed / NoteSub componentsHazelnoot2025-05-121-3/+46
|
* user appearNote in NoteSub mute placeholdersHazelnoot2025-05-101-1/+1
|
* remove invisible user link from "muted note" placeholderHazelnoot2025-05-101-3/+1
|
* add "clickable" styling for muted note placeholderHazelnoot2025-05-101-0/+5
|
* fix "number of replies"dakkar2025-05-091-5/+4
|
* lint and type fixesHazelnoot2025-04-011-4/+4
|
* fix errors in MkNoteSub.vueHazelnoot2025-04-011-2/+2
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-76/+49
|
* merge upstreamHazelnoot2025-03-251-13/+13
|\
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-2/+2
| |
* | upd: check for remote url first before providing local url on pleaseLoginContextMarie2025-03-091-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-3/+12
| |
* | 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
| |
* | fix `pleaseLogin` on `*NoteSub`dakkar2024-12-121-6/+12
| | | | | | | | we really need to factor these things out
* | probably fix most renamed CSS variablesdakkar2024-11-081-6/+6
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-2/+2
|\|
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-2/+2
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | fix: don't show quoted toast on cancel of quote noteMarie2024-09-161-2/+4
| |
* | update all our uses of `os.popup`dakkar2024-08-141-7/+21
| |
* | replaced a bunch of ti-*dakkar2024-06-221-1/+1
| |
* | better block display for `<bdi>` elementsdakkar2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* | Reactions not working on child notes in detailed viewMarie2024-02-221-2/+2
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | rework boost visibility #388dakkar2024-02-161-39/+8
| | | | | | | | | | | | | | * only show allowed visibilities * "local only" is a switch notice that the backend will limit the visibility, too
* | upd: expandAllCws also expands all long posts on first clickShittyKopper2024-02-041-1/+1
| | | | | | | | this mimics glitch-soc behavior
* | align Sk & Mk variants of componentsdakkar2024-01-211-7/+7
| | | | | | | | | | some whitespace, some types, a missing sound, and a probably wrong API URL
* | merge: upstreamMarie2024-01-091-2/+2
|\|