| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Show conversation note hover effect on focus | Volpeon | 2024-01-03 | 1 | -1/+2 |
| | | |||||
| * | Hover effect for conversation notes (like Firefish) | Volpeon | 2024-01-03 | 1 | -1/+20 |
| | | |||||
| * | fix: lint | Marie | 2024-01-02 | 1 | -0/+2 |
| | | |||||
| * | fix: like button not playing reaction sound | Marie | 2024-01-02 | 1 | -0/+1 |
| | | |||||
| * | upd: add boost settings | Marie | 2024-01-01 | 1 | -30/+34 |
| | | |||||
| * | Bring note style closer to Firefish | Volpeon | 2024-01-01 | 1 | -29/+30 |
| | | |||||
| * | (probably) fix line length between note and 1st reply | dakkar | 2023-12-31 | 1 | -1/+2 |
| | | |||||
| * | upd: check for replies length | Marie | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | fix: button effect not lining up on sub notes| | Marie | 2023-12-29 | 1 | -8/+8 |
| | | | | | Closes #277 | ||||
| * | merge: real-time updates on note detail view (#246) | Marie | 2023-12-23 | 1 | -4/+20 |
| |\ | | | | | | | | | | | | | Closes #223 Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/246 Reviewed-by: Marie <marie@kaifa.ch> | ||||
| | * | add missing `.value` | dakkar | 2023-12-23 | 1 | -2/+2 |
| | | | |||||
| | * | real-time update: adjust replyCount up/down | dakkar | 2023-12-23 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | this also fixes the connecting lines in the Sk-style view thanks @ShittyKopper for reporting the bug! NOTE: at this point, the `isDeletedRef` boolean is pretty much useless, because we're directly removing deleted notes from the `replies` array and therefore from the DOM (we were just hiding them, before); I'm intentionally not touching `isDeletedRef` to simplify merges from upstream | ||||
| | * | real-time update: hide deleted replies | dakkar | 2023-12-23 | 1 | -1/+1 |
| | | | |||||
| | * | real-time updates on note detail view | dakkar | 2023-12-23 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `useNoteCapture` already subscribes to all updates for a note, so we can tell it when a note gets replied to, too Since I'm not actually adding any extra subscription in the client, just an extra callback, there should be no overhead when replies are not coming in. Also, all the timelines already call `useNoteCapture` for each note displayed, so we know the whole `GlobalEventService` thing works fine. Many thanks to VueJS for taking care of all the DOM complications | ||||
| * | | fix: note footer not properly resizing | Marie | 2023-12-23 | 1 | -1/+2 |
| |/ | |||||
| * | merge: upstream | Marie | 2023-12-23 | 1 | -22/+21 |
| | | |||||
| * | upd: add option for reply depth | ShittyKopper | 2023-12-08 | 1 | -2/+3 |
| | | |||||
| * | upd: add additional check to visibility selector for boost | Mar0xy | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | add: choose boost visibility when clicking boost | Mar0xy | 2023-12-04 | 1 | -2/+40 |
| | | | | | Closes transfem-org/Sharkey#195 | ||||
| * | fix: quotes showing in replies on a note | Mar0xy | 2023-12-03 | 1 | -0/+1 |
| | | |||||
| * | add: auto uncollapse CW on all notes option | Mar0xy | 2023-12-03 | 1 | -1/+1 |
| | | | | | Closes transfem-org/Sharkey#191 | ||||
| * | chore: lint | Marie | 2023-12-03 | 1 | -1/+0 |
| | | |||||
| * | upd: rework threading ui 2/2 | Insert5StarName | 2023-12-02 | 1 | -5/+92 |
| | | | | | | Co-authored-by: daph <d@waal.me> Co-authored-by: Marie <marie@kaifa.ch> | ||||
| * | fix: replys only going one layer deep | Insert5StarName | 2023-12-02 | 1 | -1/+1 |
| | | |||||
| * | upd: add option to select between note designs | Mar0xy | 2023-12-02 | 1 | -0/+545 |
| Adds the ability to choose between `Sharkey` or `Misskey` | |||||