| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 18 hours | 1 | -1/+1 |
| | | |||||
| * | fix usage of appearNote in frontend components | Hazelnoot | 2025-06-18 | 1 | -21/+16 |
| | | |||||
| * | allow note toolbar to scroll | Hazelnoot | 2025-06-04 | 1 | -3/+3 |
| | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility | ||||
| * | use responsive gaps between note toolbar items | Hazelnoot | 2025-06-04 | 1 | -9/+1 |
| | | |||||
| * | fix circular reference between i.ts, instance.ts, and misskeyApi.ts | Hazelnoot | 2025-05-30 | 1 | -2/+2 |
| | | |||||
| * | allow unauthenticated (logged-out) users to translate notes | Hazelnoot | 2025-05-30 | 1 | -2/+2 |
| | | |||||
| * | fix lint errors | Hazelnoot | 2025-05-26 | 1 | -1/+2 |
| | | |||||
| * | fix clip / translate button styling in MkNoteSub / SkNoteSub | Hazelnoot | 2025-05-25 | 1 | -2/+2 |
| | | |||||
| * | fix Sub note toolbar not stopping click on mobile | Hazelnoot | 2025-05-25 | 1 | -5/+5 |
| | | |||||
| * | add clip and translate buttons to MkNoteSub / SkNoteSub | Hazelnoot | 2025-05-25 | 1 | -2/+20 |
| | | |||||
| * | use config.url instead of "https://${config.host}" | Hazelnoot | 2025-05-21 | 1 | -2/+2 |
| | | |||||
| * | add option to put Translate button in the note toolbar | Hazelnoot | 2025-05-16 | 1 | -1/+1 |
| | | |||||
| * | factor out shared word mute logic | Hazelnoot | 2025-05-12 | 1 | -48/+4 |
| | | |||||
| * | simplify access to showSoftWordMutedWord | Hazelnoot | 2025-05-12 | 1 | -2/+1 |
| | | |||||
| * | show muted words in NoteDetailed / NoteSub components | Hazelnoot | 2025-05-12 | 1 | -3/+46 |
| | | |||||
| * | user appearNote in NoteSub mute placeholders | Hazelnoot | 2025-05-10 | 1 | -1/+1 |
| | | |||||
| * | 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 "number of replies" | dakkar | 2025-05-09 | 1 | -5/+4 |
| | | |||||
| * | lint and type fixes | Hazelnoot | 2025-04-01 | 1 | -2/+2 |
| | | |||||
| * | copy changes to SkNoteSub.vue | Hazelnoot | 2025-04-01 | 1 | -66/+39 |
| | | |||||
| * | copy sharkey settings into new frontend preferences model | Hazelnoot | 2025-03-31 | 1 | -21/+21 |
| | | |||||
| * | update references from /scripts/ to /utility/ | Hazelnoot | 2025-03-25 | 1 | -10/+10 |
| | | |||||
| * | upd: check for remote url first before providing local url on pleaseLoginContext | Marie | 2025-03-09 | 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 | -3/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix `pleaseLogin` on `*NoteSub` | dakkar | 2024-12-12 | 1 | -6/+12 |
| | | | | | we really need to factor these things out | ||||
| * | probably fix most renamed CSS variables | dakkar | 2024-11-08 | 1 | -23/+23 |
| | | |||||
| * | copy changes from MkNote* to SkNote* | dakkar | 2024-11-08 | 1 | -13/+13 |
| | | |||||
| * | fix: don't show quoted toast on cancel of quote note | Marie | 2024-09-16 | 1 | -2/+4 |
| | | |||||
| * | update all our uses of `os.popup` | dakkar | 2024-08-14 | 1 | -7/+21 |
| | | |||||
| * | make same replacements to Sk* | dakkar | 2024-06-22 | 1 | -1/+1 |
| | | |||||
| * | add copyright text to all our files | dakkar | 2024-06-15 | 1 | -1/+1 |
| | | |||||
| * | better block display for `<bdi>` elements | dakkar | 2024-06-07 | 1 | -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 view | Marie | 2024-02-22 | 1 | -2/+2 |
| | | |||||
| * | rework boost visibility #388 | dakkar | 2024-02-16 | 1 | -39/+8 |
| | | | | | | | | * only show allowed visibilities * "local only" is a switch notice that the backend will limit the visibility, too | ||||
| * | fix: reply hover effect | ShittyKopper | 2024-02-04 | 1 | -3/+3 |
| | | |||||
| * | upd: rename SkNoteSub property | ShittyKopper | 2024-02-04 | 1 | -5/+5 |
| | | |||||
| * | upd: only enable hover effect on SkNoteDetailed and replies | ShittyKopper | 2024-02-04 | 1 | -4/+6 |
| | | |||||
| * | upd: expandAllCws also expands all long posts on first click | ShittyKopper | 2024-02-04 | 1 | -1/+1 |
| | | | | | this mimics glitch-soc behavior | ||||
| * | upd: smoothly resize reply avatars depending on container size | ShittyKopper | 2024-02-04 | 1 | -1/+2 |
| | | |||||
| * | upd: make note footer wider on smaller screens | ShittyKopper | 2024-02-04 | 1 | -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 text | ShittyKopper | 2024-02-04 | 1 | -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: upstream | Marie | 2024-01-09 | 1 | -2/+2 |
| | | |||||
| * | merge: upstream | Marie | 2024-01-09 | 1 | -11/+12 |
| | | |||||