Commit Graph

916 Commits

Author SHA1 Message Date
Kaity A
7091f889ee 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
ThatOneCalculator
9f3c9f8868 Formatting 2023-02-11 17:14:50 -08:00
Free
07ca57574f Hide inactive tab labels on mobile (#9609)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9609
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 01:11:11 +00:00
ThatOneCalculator
13238973b6 chore: Rome Formatting 2023-02-10 15:41:19 -08:00
syuilo
e917dc6be3 fix(client): validate urls to improve security 2023-02-10 11:08:08 -08:00
ThatOneCalculator
9dc26cb5e8 undo 2023-02-09 15:06:01 -08:00
ThatOneCalculator
7d14912a9c fix iconOnly for home tl 2023-02-09 15:01:31 -08:00
Kainoa Kanter
6e01daef9e Merge pull request 'feat: Blocking someone should mute them, and disable the ability to mute/unmute them' (#9581) from Feinzer/calckey:issue/9509 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9581
2023-02-09 22:45:47 +00:00
Kainoa Kanter
163da15b10 Merge pull request 'Add labels to mobile top nav' (#9579) from Freeplay/calckey:mobile-navbar into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9579
2023-02-09 19:17:07 +00:00
Daniel Hernández
cce9dc21cf fix: Use theme --bg instead of a hardcoded color 2023-02-09 14:18:42 -04:00
Daniel Hernández
3d178fec6c feat: Unblock with follow button
* refresh user when changed
2023-02-09 13:47:50 -04:00
Daniel Hernández
cb4668d446 fix: Hide unmute option when the user is blocked 2023-02-09 13:46:32 -04:00
Freeplay
36b036625e use fixed color fox blockquotes + other styling 2023-02-09 06:31:49 -05:00
Freeplay
ff274f73d5 Add labels to mobile top nav 2023-02-09 05:09:40 -05:00
Freeplay
1046b25634 Allow interacting with subnote w/out opening post 2023-02-05 20:26:38 -05:00
ThatOneCalculator
9afe5424c0 chore: formatting 2023-02-04 12:41:25 -08:00
Free
1a9dee792d Change note context position (#9550)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-04 01:12:55 +00:00
Freeplay
94d37fb133 Fix status buttons text wrapping in webkit 2023-02-03 10:02:31 +00:00
ThatOneCalculator
0f9e770b56 fix: margin on tab button 2023-02-01 12:19:01 -08:00
ThatOneCalculator
133ca182a7 2px 2023-02-01 12:15:59 -08:00
ThatOneCalculator
40d539ad20 fix 2023-02-01 11:55:45 -08:00
ThatOneCalculator
5873afd9e6 styling 2023-02-01 11:51:19 -08:00
Kainoa Kanter
9aba5d3404 Merge pull request 'note-improvements but this time fix boosted avatars' (#9535) from Freeplay/calckey:note-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9535
2023-02-01 19:48:34 +00:00
Freeplay
ecad17c8f1 Fix avatars using boosted pfp's 2023-02-01 14:43:58 -05:00
ThatOneCalculator
30def9afc2 fix: update dialog 2023-02-01 11:06:34 -08:00
ThatOneCalculator
e2d8501bf0 fix wrong locale 2023-02-01 10:58:48 -08:00
ThatOneCalculator
50dbd2d3ad fix 2023-02-01 10:50:07 -08:00
ThatOneCalculator
e3f98b17b1 fix: show mfm cheat sheet as popup instead of new window 2023-02-01 10:45:32 -08:00
Kainoa Kanter
62085a7183 Merge pull request 'Proper support for image types in notes, opengraph images and videos.' (#9524) from Skystryder/chakey:feature/opengraph into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9524
2023-01-30 04:52:01 +00:00
Skystryder
ad4af9a946 Show MFM Cheatsheet on note dialogue. 2023-01-28 18:56:48 -08:00
Skystryder
e9a2fb5fe9 Proper support for image types in notes, opengraph images and videos.
Progress toward https://codeberg.org/calckey/calckey/issues/9373
2023-01-28 16:47:26 -08:00
Freeplay
04b701f084 Padding & alignment improvements 2023-01-28 16:10:45 -05:00
Freeplay
7ec5edc65e rEMOVE THAT HECM PINNED NOTE SPACE AGAIN 2023-01-28 14:57:14 -05:00
Freeplay
85e7b65cba Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-28 14:51:08 -05:00
ThatOneCalculator
f31db29694 fix style 2023-01-24 19:31:38 -08:00
ThatOneCalculator
c1d1fc3f10 style: 💄 ticker improvements
premature partial from #9415
2023-01-24 19:20:38 -08:00
ThatOneCalculator
f18c4ab0fd hide "RN" on MkNoteDetailed 2023-01-24 18:59:07 -08:00
ThatOneCalculator
3dba0ed9cf style: border radius on instance ticker icon 2023-01-24 18:57:00 -08:00
ThatOneCalculator
59518922c9 fix: use proxied image for instance icon on ticker
Closes #9426
2023-01-24 15:51:34 -08:00
syuilo
760c087866 fix(client): use proxied image for instance icon 2023-01-24 15:22:16 -08:00
ThatOneCalculator
9fe4833348 improve MkTab 2023-01-24 15:18:30 -08:00
ThatOneCalculator
ae2f3477f0 refactor: online indicator 2023-01-21 11:53:45 -08:00
Freeplay
902b755dc2 add back pfp in compose box when replying 2023-01-21 14:39:19 -05:00
Freeplay
ac4b813aa2 add back note-context wrapper 2023-01-21 14:36:05 -05:00
Freeplay
70c4905939 OMG FIX TICKER ISSUE
i'm dumb i don't know vue okay
2023-01-21 14:09:13 -05:00
Freeplay
0a5465035b Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-21 13:16:42 -05:00
ThatOneCalculator
a71dab09a5 Revert "hopefully this fixed chat updates"
This reverts commit bbbfbc1061fbced2c8ccf4879597305ab0d89157.
2023-01-19 16:33:14 -08:00
ThatOneCalculator
e0edfc7d90 Revert "potentially breaking or fixing DM updates"
This reverts commit 23badbc7c392eb52b6f74d0e8a83f5e6544acddd.
2023-01-19 16:31:33 -08:00
ThatOneCalculator
81fa1909e9 Revert "wip"
This reverts commit 5a2990a2fa7418f3d6797de6aaaaed5f976ffa63.
2023-01-19 16:24:53 -08:00
ThatOneCalculator
e51be7bcf6 Revert "fix: disable reloads on timeline"
This reverts commit f3f45bac5c06334a8ce4c8dfc9774ae2f6459d20.
2023-01-19 16:20:59 -08:00
Kainoa Kanter
5fb2d98361 Merge branch 'develop' into note-improvements 2023-01-20 00:19:53 +00:00
cutestnekoaqua
81c534b2cc fix: disable reloads on timeline 2023-01-19 19:16:53 +01:00
cutestnekoaqua
30b063c992 wip 2023-01-19 18:28:07 +01:00
cutestnekoaqua
3bf62edd66 wip 2023-01-19 00:00:36 +01:00
cutestnekoaqua
6fa628c581 wip 2023-01-18 23:58:16 +01:00
cutestnekoaqua
3162539c37 chore: reformat MkPagination 2023-01-18 23:54:59 +01:00
cutestnekoaqua
34b14c98e1 YEET 2023-01-18 23:48:05 +01:00
Freeplay
551127ee1f Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-18 15:32:45 -05:00
ThatOneCalculator
33f7e093e9 fix: make perm selector look nicer 2023-01-18 11:42:03 -08:00
ThatOneCalculator
67e0da6a48 avatars 2023-01-18 10:56:49 -08:00
ThatOneCalculator
06c35a1ce7 hide avatar from simple note 2023-01-16 12:06:10 -08:00
ThatOneCalculator
36e94240f1 clean up note ui 2023-01-16 12:04:25 -08:00
ThatOneCalculator
243eed8e73 fix: avatars in grid, not seperate grids 2023-01-16 11:46:09 -08:00
ThatOneCalculator
1c67da13c7 display MkAvatars nicer 2023-01-16 11:40:06 -08:00
ThatOneCalculator
1da7464ee7 clean up w/ rome 2023-01-16 11:19:20 -08:00
Freeplay
12337ea30d more consistent line styling across components, kind of
which I probably should've done from the start
2023-01-15 18:46:35 -05:00
Freeplay
f2d42c7dca Also replace 'Show More' fade w/ mask in subnotes 2023-01-15 14:34:35 -05:00
Freeplay
bb0337afbd Don't take me to the above reply when clicking on the post
Why was it like this???
2023-01-15 14:01:05 -05:00
cutestnekoaqua
c2930588fb 🎨 Improve structure / format of MkPagination.vue 2023-01-15 16:49:23 +01:00
cutestnekoaqua
6b700b152c fix: deliver queue 2023-01-15 02:25:01 +01:00
ThatOneCalculator
4be18774cc Format MFM in toast 2023-01-13 10:46:01 -08:00
ThatOneCalculator
2055d71d15 hide screenshots for now 2023-01-12 22:22:42 -08:00
ThatOneCalculator
ce948d1beb fix: render MkToast with Mfm 2023-01-12 22:12:31 -08:00
ThatOneCalculator
ac64087a1e no more eslint 2023-01-12 20:54:33 -08:00
ThatOneCalculator
2aab2de38d refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
cutestnekoaqua
eb129046fe reverse some changes in MkPagination 2023-01-12 22:04:56 +01:00
cutestnekoaqua
3174a0cca7 revert: reloadkey 2023-01-12 21:59:50 +01:00
cutestnekoaqua
da663f5295 MkPagination: move external array to props 2023-01-12 21:57:17 +01:00
cutestnekoaqua
2dfe46621b potentially breaking or fixing DM updates 2023-01-12 21:42:36 +01:00
cutestnekoaqua
4797b3f29e chore: translated comments in MkPagination 2023-01-12 21:17:06 +01:00
cutestnekoaqua
0a7c3b21ec Revert "forgot to add reloadKey to dom"
This reverts commit fb8097f719c447d82e5bedf6f44f3b7c7a7772ce.
2023-01-12 21:08:48 +01:00
cutestnekoaqua
dc17c6ae36 forgot to add reloadKey to dom 2023-01-12 21:02:12 +01:00
Freeplay
38ff853b6b Replace 'Show More' bg fade w/ mask 2023-01-12 14:22:50 -05:00
cutestnekoaqua
0d0e3ca2f3 hopefully this fixed chat updates 2023-01-12 20:19:12 +01:00
Freeplay
a16a1dbfe2 Also remove RN: text from detailed note 2023-01-09 21:57:26 -05:00
Freeplay
5b5c134fc7 Fix reactions overflow 2023-01-09 21:53:39 -05:00
Freeplay
369c1bbc44 More status buttons per few pixels (?) 2023-01-09 19:55:40 -05:00
Freeplay
9325ec14f2 Remove RN: text from note, still displayed as "Quote: ..." in subnote 2023-01-09 15:49:46 -05:00
Freeplay
1a34b8b5d1 Remove opacity from reply 2023-01-09 14:35:24 -05:00
Freeplay
4589bc114c FIX TICKER ISSUE 2023-01-09 11:35:48 -05:00
Freeplay
173962974b s p a c i n g fixes 2023-01-08 02:30:42 -05:00
Freeplay
a3f3e69c1c Link preview: Replace shadow border with an actual border
Wonder why they did that in the first place, doesn't work well in some zoom levels.
2023-01-08 01:23:02 -05:00
Freeplay
ed5c4af66d add -webkit-mask to line 2023-01-07 18:32:45 -05:00
Freeplay
a0b0faa054 Change instance ticker bg opacity 2023-01-07 17:50:05 -05:00
Freeplay
c9c7a0f162 Change avatar size var to camelCase, more tweaks 2023-01-07 15:53:51 -05:00
Freeplay
8d55a6536e remove part I forgot didn't work cuz i don't
i don't know

a
2023-01-07 01:47:56 -05:00
Freeplay
fb28343c59 Spacing & other tweaks
I may have stayed up a little for this commit
2023-01-07 01:43:52 -05:00
Freeplay
79e6a68648 remove that gosh darn heccm SPACE why was that there >:( 2023-01-06 22:15:32 -05:00
Freeplay
e389911eef remove reply icons 2023-01-06 20:31:01 -05:00
Freeplay
30c857bb93 Add reply lines, other tweaks 2023-01-06 18:58:52 -05:00