summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/SkNoteSub.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy18 hours1-1/+1
|
* fix usage of appearNote in frontend componentsHazelnoot2025-06-181-21/+16
|
* 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-9/+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-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-48/+4
|
* 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-2/+2
|
* copy changes to SkNoteSub.vueHazelnoot2025-04-011-66/+39
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-21/+21
|
* update references from /scripts/ to /utility/Hazelnoot2025-03-251-10/+10
|
* 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-23/+23
|
* copy changes from MkNote* to SkNote*dakkar2024-11-081-13/+13
|
* 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
|
* make same replacements to Sk*dakkar2024-06-221-1/+1
|
* add copyright text to all our filesdakkar2024-06-151-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
|
* 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
* fix: reply hover effectShittyKopper2024-02-041-3/+3
|
* upd: rename SkNoteSub propertyShittyKopper2024-02-041-5/+5
|
* upd: only enable hover effect on SkNoteDetailed and repliesShittyKopper2024-02-041-4/+6
|
* upd: expandAllCws also expands all long posts on first clickShittyKopper2024-02-041-1/+1
| | | | this mimics glitch-soc behavior
* upd: smoothly resize reply avatars depending on container sizeShittyKopper2024-02-041-1/+2
|
* upd: make note footer wider on smaller screensShittyKopper2024-02-041-8/+5
| | | | | | https://git.gay/eepy.zone/Sharkey/commit/3cc8320eb7d840e2a1bf458d4adfd8f41ac43e26 Co-authored-by: blueb <ihateblueb@proton.me>
* upd: make avatars smaller on replies to allow more space for textShittyKopper2024-02-041-39/+11
| | | | | | i'm unsure about the batch of @container blocks at the end of the CSS, they seem like leftovers from a previous implementation. removing them didn't seem to change anything but i may be overlooking something.
* merge: upstreamMarie2024-01-091-2/+2
|
* merge: upstreamMarie2024-01-091-11/+12
|