Commit Graph

1004 Commits

Author SHA1 Message Date
ThatOneCalculator
6ca9860a72 formatting 2023-02-18 15:53:19 -08:00
ThatOneCalculator
4e5e970036 fix? 2023-02-18 15:48:46 -08:00
ThatOneCalculator
378be06d96 fix: dialog 2023-02-18 15:34:41 -08:00
ThatOneCalculator
fb8c4726d6 feat: new modal 2023-02-18 15:27:12 -08:00
ThatOneCalculator
c28e5fcad5 feat: Show time for users 2023-02-18 11:33:25 -08:00
Freeplay
a7401532ee Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-17 15:39:30 -05:00
ThatOneCalculator
39e22e4a93 fix 2023-02-17 12:36:16 -08:00
ThatOneCalculator
4b74514250 add isActiveTab method 2023-02-17 11:54:33 -08:00
ThatOneCalculator
83344d30b1 perf: MkPageHeader perf 2023-02-17 11:40:12 -08:00
Freeplay
7926e2bfa5 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-17 13:24:08 -05:00
Freeplay
6333a91577 Add more to subnotecontent if detailed 2023-02-17 11:31:48 -05:00
ThatOneCalculator
32f55af2ce chore: formatting 2023-02-17 00:19:29 -08:00
Freeplay
578bd0360b Add buttons & link previews to subnotes, start of new thread design
Should've made them separate commits but eeek I started working on them at the same time D:
2023-02-17 00:06:49 -05:00
Freeplay
82beae83a9 Add URL previews to subnote 2023-02-16 17:06:36 -05:00
ThatOneCalculator
6b6b18fd1c adjust MkNumber tween time 2023-02-15 10:34:17 -08:00
ThatOneCalculator
ec2f062ce5 chore: formatting 2023-02-13 20:25:31 -08:00
ThatOneCalculator
fc285bb645 fix: 💄 admin overview style 2023-02-13 20:21:42 -08:00
ThatOneCalculator
ae39d2295b MkNumber 2023-02-13 20:02:41 -08:00
ThatOneCalculator
7d296ae6f9 rm retention heatmap 2023-02-13 19:59:40 -08:00
ThatOneCalculator
4b10a623e7 fix import 2023-02-13 19:55:37 -08:00
ThatOneCalculator
f0d15ea6c0 MkFolder 2023-02-13 19:54:06 -08:00
ThatOneCalculator
947674a1d0 ? 2023-02-13 19:53:39 -08:00
ThatOneCalculator
fccd5d18b1 test 2023-02-13 19:51:56 -08:00
ThatOneCalculator
fe7cb29d78 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-13 19:40:39 -08:00
ThatOneCalculator
1355b95589 feat: new admin panel data from Mk v13 2023-02-13 19:40:31 -08:00
Free
ef1fa067f9 Top nav fixes (#9634)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-13 21:14:06 +00:00
Free
88709e1104 Hopefully fix performance of topbar nav (#9631)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9631
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-13 18:57:33 +00:00
ThatOneCalculator
d6e40ed77d fix: correctly use note.emojis 2023-02-12 20:54:46 -08:00
ThatOneCalculator
b9c61c6b23 fix wrong import 2023-02-12 20:50:36 -08:00
ThatOneCalculator
51ba830482 fix 2023-02-12 20:46:56 -08:00
ThatOneCalculator
8d052f8e0e remove defaultStore check in MFM 2023-02-12 20:29:34 -08:00
ThatOneCalculator
2bd38a64f0 feat: add position, scale , fg, and bg MFM from v13 2023-02-12 20:25:23 -08:00
ThatOneCalculator
3265c1ea9d feat: Add in Misskey v13's reacted users view 2023-02-12 20:14:05 -08:00
Free
fe7393fb6d apply mobile nav styling to desktop, maybe also fix misalignment ? (#9623)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9623
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 23:41:54 +00:00
Free
d9b85d9844 tab performance (#9621)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9621
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 22:49:38 +00:00
Free
0ddcafb967 fix navbar hover thingy (#9616)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9616
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 18:42:21 +00:00
Kaity A
0e1a0b31f8 serialize outgoing searches returning out of order 2023-02-12 01:51:26 +00:00
Kaity A
2b030a0a8c Implementation of an instances wide antenna source. (#9604)
This PR contains new source for antenna posts, which is a list of instance hostnames to process all posts from.

Using this mode, a user can filter for keywords on an instance wide basis.

This change includes a new antenna source called `instances` and a new database column in the `antenna` table called `instances` to store the instance names.

On the antenna editor, there's also an "Add an instance" finder dialog to allow users to search through the known instance hostnames.

Co-authored-by: Kaity A <supakaity@blahaj.zone>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9604
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-02-12 01:20:17 +00:00
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
Freeplay
9f29782b2e fixes & tweaks 2023-01-05 11:08:23 -05:00
Freeplay
32a31d23b5 More tweaks + fix instance ticker weeeeeeeeeeeeeee 2023-01-04 23:37:22 -05:00
Freeplay
96c9706f4e left a comment in there oops 2023-01-04 23:12:19 -05:00
Freeplay
8b36342f09 grid from note component BE GONE 2023-01-04 23:08:48 -05:00
Kainoa Kanter
d9d124cbf0 Admin set default reactions (#9404)
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9404
2023-01-05 04:06:48 +00:00
ThatOneCalculator
3a635b3fc7 style: outline instance name in ticker 2023-01-04 15:06:38 -08:00
ThatOneCalculator
a1aff324b5 tag: 13.0.6-rc 2023-01-04 08:26:16 -08:00
ThatOneCalculator
ce56d7c324 more shadow fixes 2023-01-03 18:56:43 -08:00
ThatOneCalculator
f052bd4e73 shadows 2023-01-03 18:51:40 -08:00
ThatOneCalculator
df02e06c37 fix 2023-01-03 18:31:27 -08:00
ThatOneCalculator
e099a3346c oops... 2023-01-03 18:12:02 -08:00
ThatOneCalculator
bbf7123604 console log 2023-01-03 18:08:36 -08:00