Commit Graph

38 Commits

Author SHA1 Message Date
ThatOneCalculator e68d8b8a6d
refactor: max 5 url previews
Closes #9654
2023-02-20 12:01:17 -08:00
Kaity A 653c71dad5 Enable reply update/display in detailed view. (#9606)
This PR establishes a new replied note stream update for subscribed notes, which gets fired off whenever a note receives a reply and the user is subscribed to the note for updates.

It specifically does not provide note details as part of the update, just the note id of the reply, so that they must go and retrieve the note and be subject to the proper permission and visibility checks.

The detailed note component has then been updated to watch for the replied notification so it can add new replies to the thread as they are created.

This allows both seeing new replies while on the page, and also to see your own replies appear after you post them without having to reload the page.

This PR relies on https://codeberg.org/calckey/calckey.js/pulls/2 to add the replied type to the calkey.js module.

Co-authored-by: Kaity A <supakaity@blahaj.zone>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9606
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-02-12 01:19:43 +00:00
Freeplay fb33687157 Padding & alignment improvements 2023-01-28 16:10:45 -05:00
Freeplay a74a7a8606 Also remove RN: text from detailed note 2023-01-09 21:57:26 -05:00
Freeplay 9fe8465d90 s p a c i n g fixes 2023-01-08 02:30:42 -05:00
Freeplay 1760424ec1 Change avatar size var to camelCase, more tweaks 2023-01-07 15:53:51 -05:00
Freeplay 34981595fa remove reply icons 2023-01-06 20:31:01 -05:00
Freeplay 34576f6670 Add reply lines, other tweaks 2023-01-06 18:58:52 -05:00
ThatOneCalculator 504f6a17ca
h 2023-01-03 10:48:51 -08:00
ThatOneCalculator a6a4015858
even more fixes 2023-01-03 10:42:26 -08:00
ThatOneCalculator d4e6ee6001
more post style fixes 2023-01-03 10:36:14 -08:00
ThatOneCalculator 1392083d60
fix 2023-01-03 10:09:59 -08:00
ThatOneCalculator a623948e53
integrate some of Freeplay's Ck userstyles 2023-01-03 09:35:30 -08:00
ThatOneCalculator 50cb7c6de1
Bug fixes, use calckey.js 2022-12-11 19:24:12 -08:00
thatonecalculator 9bd397ce88 No hover cursor on mobile 2022-12-01 22:39:50 -08:00
ThatOneCalculator 8a17519574 fix problems from #9146 2022-11-26 21:37:23 -08:00
Kainoa Kanter bb88f2cdc5 Merge pull request '[Feature] hover text in note buttons' (#9146) from yawhn/elreqkey:hover_text_in_note into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9146
2022-11-27 05:34:50 +00:00
yawhn 4b3006bead hover text in note buttons 2022-11-25 13:46:10 +02:00
yawhn 85b6d8be06 fix cursor in note thread 2022-11-24 23:55:23 +02:00
ThatOneCalculator 7844150ea2 Slightly smaller avatars 2022-11-22 21:58:09 -08:00
syuilo eb9d50ec70 improve performance (merge deepClone from Misskey dev) 2022-11-18 17:28:58 -08:00
ThatOneCalculator cae813d9d2 i18n: `$t` to `i18n.t` 2022-11-16 01:29:18 -08:00
ThatOneCalculator 6c4fd26e6f .9 2022-11-06 20:09:35 -08:00
ThatOneCalculator 18b483ee27 even MORE fixes 2022-11-06 19:42:01 -08:00
ThatOneCalculator c3e6b6544b underline effect 2022-11-06 19:14:55 -08:00
ThatOneCalculator 20d264227c make icons large 2022-11-06 18:49:47 -08:00
ThatOneCalculator 87739b77d5 more fixes 2022-11-06 18:38:35 -08:00
ThatOneCalculator 5cb2a22566 fixxxxx 2022-11-06 18:30:26 -08:00
ThatOneCalculator b3a5fdb1e0 feat: 💄 Phosphor icons! 2022-11-06 17:33:52 -08:00
ThatOneCalculator b383c904b2 change to click.self 2022-10-28 10:52:13 -07:00
ThatOneCalculator 6bb5a99ab3 test 2022-10-27 20:32:19 -07:00
ThatOneCalculator 38b3a6b58a Button reordering again 2022-10-25 20:28:11 -07:00
ThatOneCalculator e83240f4dc feat: Star button 2022-10-25 20:20:41 -07:00
ThatOneCalculator 205a353670 feat: 🎨 move reaction button 2022-10-25 20:08:43 -07:00
ThatOneCalculator 484d78d4b3 chore: quote-button --> MkQuoteButton 2022-09-29 19:00:14 -07:00
Kayden Tebau b97c1f0b4d
Seperate renote quote option 2022-09-28 15:07:15 -07:00
ThatOneCalculator 79be45c65c Merge remote-tracking branch 'misskey/develop' into develop 2022-09-05 15:00:45 -07:00
syuilo 786b150ea7 refactor(client): align filename to component name 2022-08-31 00:24:33 +09:00