1
0
Commit Graph

37 Commits

Author SHA1 Message Date
dakkar af548d05ca merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
dakkar aa72db76c4 rework boost visibility #388
* only show allowed visibilities
* "local only" is a switch

notice that the backend will limit the visibility, too
2024-02-16 13:26:13 +00:00
Marie 1fa347390a fix: add missing diff between SkNote* and MkNote* 2024-02-06 21:27:42 +01:00
Marie 6a94a52131 merge: upstream 2024-02-06 21:23:37 +01:00
blueb 9b0d078fba upd: replace pencil icon, widget icon 2024-02-05 06:39:15 -05:00
ShittyKopper 592f77371f upd: rename SkNoteSub property 2024-02-04 15:21:57 +03:00
ShittyKopper 5ef8e3123b upd: only enable hover effect on SkNoteDetailed and replies 2024-02-04 15:21:57 +03:00
ShittyKopper 3818e9531f upd: make note footer wider on smaller screens
https://git.gay/eepy.zone/Sharkey/commit/3cc8320eb7d840e2a1bf458d4adfd8f41ac43e26

Co-authored-by: blueb <ihateblueb@proton.me>
2024-02-04 15:21:57 +03:00
ShittyKopper 1bc2da2bda upd: make avatars smaller on replies to allow more space for text
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.
2024-02-04 15:21:57 +03:00
blueb fae3af4342 fix: adjust alignment and margin of icon in detailed note tabs 2024-02-04 15:21:57 +03:00
Marie 6b068d2311 upd: add back focus 2024-02-03 21:17:46 +00:00
dakkar dff7b98ebc add types like upstream did in MkNoteDetailed 2024-02-03 21:14:00 +00:00
Marie 23e9067f57 fix: accidental replacing of noteEl to rootEl 2024-02-03 21:37:51 +01:00
Marie bd0186296c fix: scrolling to note 2024-02-03 21:35:55 +01:00
Marie 2a50e6e9e7 upd: apply changes 2024-02-03 21:29:46 +01:00
Marie 11628e4b6a merge: upstream 2024-02-03 20:19:44 +01:00
Marie f091b84c6e chore: change sfm registry and name 2024-02-03 15:01:09 +01:00
Marie 4be70a8d98 fix: boost being available on DMs on detailed view
Closes #346
2024-01-26 00:56:09 +01:00
dakkar f87483feb7 align Sk & Mk variants of components
some whitespace, some types, a missing sound, and a probably wrong API
URL
2024-01-21 12:37:41 +00:00
Marie db012fc8c3 merge: upstream (1) 2024-01-21 13:11:23 +01:00
Marie d974b30e56 merge: upstream 2024-01-09 10:35:10 +01:00
Marie 7552cea69a merge: upstream 2024-01-09 02:57:57 +01:00
Volpeon 1ca0cd727e Hover effect for conversation notes (like Firefish) 2024-01-03 14:42:51 +01:00
Volpeon 43b3b5a34b Ported Firefish's note focus behavior 2024-01-03 13:52:46 +01:00
Marie b87142d2f7 fix: like button not playing reaction sound 2024-01-02 00:47:08 +01:00
Marie c9ca1dd3f1 upd: add boost settings 2024-01-01 20:34:18 +01:00
Volpeon f92f474088 Bring note style closer to Firefish 2024-01-01 17:44:13 +01:00
Insert5StarName 2b06b822ac fix: detailed view being dashed 2023-12-31 15:55:00 +01:00
dakkar fea6428245 add missing .value 2023-12-23 14:47:14 +00:00
dakkar 576a87118c real-time update: adjust replyCount up/down
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
2023-12-23 14:09:52 +00:00
dakkar 683b4aafb2 real-time updates on note detail view
`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
2023-12-23 14:09:51 +00:00
Marie 5db583a3eb merge: upstream 2023-12-23 02:09:23 +01:00
Marie c92c2d065f upd: replace mfm with sfm 2023-12-18 03:03:05 +01:00
Mar0xy d586d1e6f8 upd: add additional check to visibility selector for boost 2023-12-04 00:26:47 +01:00
Mar0xy fb75282ea8 add: choose boost visibility when clicking boost
Closes transfem-org/Sharkey#195
2023-12-04 00:19:34 +01:00
Mar0xy 620be4a9e1 add: auto uncollapse CW on all notes option
Closes transfem-org/Sharkey#191
2023-12-03 19:35:39 +01:00
Mar0xy f0fe8eceaf upd: add option to select between note designs
Adds the ability to choose between `Sharkey` or `Misskey`
2023-12-02 13:09:25 +01:00