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
Freeplay
a52281d4e0
actually fix submenu pos
2023-02-12 22:31:55 -05:00
Freeplay
aab0377a1e
fix submenu positioning
2023-02-12 22:24:12 -05:00
Freeplay
3d68efff4c
focus trap emoji picker (also fixes closing w/ esc)
2023-02-12 22:19:40 -05:00
Freeplay
afbdd3bbcc
foxes
2023-02-12 22:16:15 -05:00
Freeplay
5e07df2ed0
FOCUS TRAPPING!!!!
2023-02-12 21:56:01 -05:00
Freeplay
ded8ab980a
Allow focusing of elements inside notes/posts
2023-02-12 20:59:11 -05:00
Freeplay
e266cc0b99
Focus last element when exiting modal
2023-02-12 20:49:41 -05:00
Freeplay
f0a53114b3
Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability
2023-02-12 20:01:41 -05: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
Freeplay
f91e60a1a5
Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability
2023-02-11 14:14:56 -05:00
Freeplay
14e3b3ac96
focus to more elements
2023-02-11 14:11:25 -05: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
841f8bee60
focus selected page
2023-02-08 21:55:07 -05:00
Freeplay
9cc5073dd7
fixes
2023-02-08 21:19:37 -05:00
Freeplay
8b92fc8bb8
oops
2023-02-08 20:25:22 -05:00
Freeplay
0d2e1ea353
Merge branch 'keyboard-accessability' of https://codeberg.org/Freeplay/calckey into keyboard-accessability
2023-02-08 19:58:47 -05:00
Freeplay
e30c159226
forgot to remove comment
2023-02-08 19:56:35 -05:00
Freeplay
1a7a0fdf31
Use v-bind instead for focus, allow focusing submenus, change tabindex's
2023-02-08 19:55:36 -05:00
Freeplay
b8517719af
Use v-bind instead for focus, change tabindex's
2023-02-08 19:53:38 -05:00
Freeplay
2c4881dc94
Fix tabbing orders & allow closing modals w/ esc
2023-02-06 23:23:56 -05:00
Freeplay
4b8b413c51
Improving keyboard support, part 1™
2023-02-06 15:52:00 -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
ThatOneCalculator
773abc1ba3
fix?
2023-01-03 18:03:45 -08:00
ThatOneCalculator
379972e18c
fix shadows
2023-01-03 17:59:22 -08:00
ThatOneCalculator
168d475121
debugging
2023-01-03 17:52:04 -08:00
ThatOneCalculator
0db6550efc
release version system
2023-01-03 17:38:07 -08:00
ThatOneCalculator
cb3742261e
🍮 💅
2023-01-03 16:32:28 -08:00
ThatOneCalculator
3455fbf7f9
final new post layout fix
2023-01-03 16:17:21 -08:00
ThatOneCalculator
3cc2cb6ce2
????
2023-01-03 16:09:57 -08:00
ThatOneCalculator
ed6c6d164d
fix????
2023-01-03 16:00:14 -08:00
ThatOneCalculator
36f880a07e
fix bot tag
2023-01-03 15:31:07 -08:00
ThatOneCalculator
57c9007bdd
actually fix
2023-01-03 15:24:17 -08:00
ThatOneCalculator
2f75f4ecbe
?
2023-01-03 15:09:20 -08:00
ThatOneCalculator
a78c691f94
fixes
2023-01-03 11:16:43 -08:00
ThatOneCalculator
e4fdf57f89
.
2023-01-03 11:02:02 -08:00
ThatOneCalculator
96543a7e40
h
2023-01-03 10:48:51 -08:00
ThatOneCalculator
9cd1969ccc
even more fixes
2023-01-03 10:42:26 -08:00
ThatOneCalculator
8585586b40
more post style fixes
2023-01-03 10:36:14 -08:00
ThatOneCalculator
5c076f1c0e
fix
2023-01-03 10:30:42 -08:00
ThatOneCalculator
7a35a05f27
fix
2023-01-03 10:16:02 -08:00
ThatOneCalculator
1fdb262f0b
fix
2023-01-03 10:09:59 -08:00
ThatOneCalculator
f54db402c5
integrate some of Freeplay's Ck userstyles
2023-01-03 09:35:30 -08:00
Kaity A
53e186676d
add antenna mark read functionalityu
2022-12-29 10:00:30 +00:00
ThatOneCalculator
1a9e55b0f3
refactor: new repo link
2022-12-18 10:12:24 -08:00
ThatOneCalculator
8beceed4c3
fix: 🥴
2022-12-17 18:42:16 -08:00
ThatOneCalculator
d1a7e83ed3
fix: 🥴
2022-12-17 18:36:18 -08:00
ThatOneCalculator
05eefc536a
fix: 🥴
2022-12-17 18:32:41 -08:00
ThatOneCalculator
7862d093f7
fix: 🥴
2022-12-17 18:25:25 -08:00
ThatOneCalculator
c3c6ab52b4
fix: 🥴
2022-12-17 18:17:24 -08:00
ThatOneCalculator
1b19eab391
feat: 🥴
2022-12-17 16:55:40 -08:00
ThatOneCalculator
f0507efeb0
fix: use correct color for MkMoved
2022-12-16 14:52:43 -08:00
ThatOneCalculator
e389d28b02
Fix spacing
2022-12-16 13:39:45 -08:00
ThatOneCalculator
11bf1a98d0
Fix logo icons
2022-12-16 10:50:26 -08:00
ThatOneCalculator
71f9378d35
fix: insert into correct textarea
2022-12-16 10:40:08 -08:00
ThatOneCalculator
b395874945
fix: css class match
2022-12-16 10:36:53 -08:00
ThatOneCalculator
2be8bf2078
feat: Insert text at cursor for caption
2022-12-16 10:25:05 -08:00
ThatOneCalculator
0494feb4ae
fix: 🐛 fix inconsistent theming
2022-12-16 10:21:10 -08:00
cutestnekoaqua
ae95540deb
Unfinished refactor of User Layout
2022-12-14 21:17:06 +01:00
ThatOneCalculator
2854ed3470
revert border thickness change
2022-12-13 11:02:46 -08:00
ThatOneCalculator
fa2e17dc93
open page in window if deck
2022-12-12 14:39:21 -08:00
ThatOneCalculator
2078f07fe1
cat styling
2022-12-12 12:07:53 -08:00
ThatOneCalculator
353537662b
fix alsoKnownAs federation
2022-12-12 11:25:28 -08:00
ThatOneCalculator
7a8ab8b381
fix calckeyjs
2022-12-12 10:19:18 -08:00
ThatOneCalculator
804224f92c
Bug fixes, use calckey.js
2022-12-11 19:24:12 -08:00
Kainoa Kanter
01f463ff7a
Merge branch 'develop' into account_migration
2022-12-12 01:51:17 +00:00
ThatOneCalculator
114d554747
remove like confirmation
2022-12-11 15:09:04 -08:00
ThatOneCalculator
f1cddf33bd
Style improvements to moved
2022-12-10 10:56:45 -08:00
ThatOneCalculator
403e45c3c8
Fix icons + formatting
2022-12-06 20:12:44 -08:00
cutestnekoaqua
e67e798c8b
pls daddy
2022-12-07 01:43:16 +01:00
cutestnekoaqua
09555da38f
hopefully fix things....
2022-12-07 00:56:03 +01:00
ThatOneCalculator
49ee6765c4
cleanup
2022-12-06 15:46:34 -08:00
ThatOneCalculator
f6eec87c50
Merge branch 'develop' into account_migration
2022-12-06 15:34:50 -08:00
Johann150
ba37b6e503
client: don't use filename as alt text
...
This partially reverts commit e9ab42c10afb4e27516c2d2b5e3e06630efe9edd
as explained at <https://akkoma.dev/FoundKeyGang/FoundKey/pulls/178#issuecomment-3763 >.
2022-12-06 10:37:39 -08:00
Kayden Tebau
7ac9e0e916
Alt text in image viewer
2022-12-06 00:22:44 -08:00
ThatOneCalculator
0775e635df
delete duplicate import
2022-12-05 23:45:57 -08:00
ThatOneCalculator
a52a9156f2
copy button
2022-12-05 23:44:41 -08:00
ThatOneCalculator
1fc69a696c
collapse recent pages by default
2022-12-05 22:50:59 -08:00
ThatOneCalculator
acbee12157
linting
2022-12-05 22:14:26 -08:00
ThatOneCalculator
0f524ed62e
fix
2022-12-05 22:07:44 -08:00
ThatOneCalculator
3c8349cd13
Improve sign-up screen
2022-12-05 22:02:57 -08:00
Kainoa Kanter
29c1b81f12
Merge pull request 'develop' ( #9178 ) from develop into account_migration
...
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9178
2022-12-04 06:26:26 +00:00
thatonecalculator
ea7094790b
take back button after quote button if combined
2022-12-01 23:37:25 -08:00
thatonecalculator
e448e11082
Consistent styling
2022-12-01 23:28:16 -08:00
thatonecalculator
88e839bf00
fix
2022-12-01 23:22:43 -08:00
thatonecalculator
e70d5a775c
fix
2022-12-01 23:19:37 -08:00
thatonecalculator
dd4e2f30be
Renote confirmation (closes #9051 & #9166 )
2022-12-01 23:11:11 -08:00
thatonecalculator
3c06685594
No hover cursor on mobile
2022-12-01 22:39:50 -08:00
Cleo
cfab9ff2ad
Display moved info.
...
It already fetches the moved to info on regular user fetches, now only the notification of a new "moved to" is missing.
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
Co-authored-by: Mary Strodl <ipadlover8322@gmail.com>
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-11-30 20:29:01 +01:00
ThatOneCalculator
5534d76002
enable tada animation for reduced motion (as it has a reduced motion version)
2022-11-29 18:48:49 -08:00
ThatOneCalculator
0d032b90d0
moved reduced motion query to script
2022-11-29 18:40:12 -08:00
ThatOneCalculator
009fb9eb0f
.3
2022-11-29 18:31:12 -08:00
ThatOneCalculator
d72d5f3f49
fix
2022-11-29 18:25:37 -08:00
ThatOneCalculator
ecd6ed7716
respect reduced motion
2022-11-29 18:13:08 -08:00
ThatOneCalculator
b0b14909f2
https://stop.voring.me/notes/982hod4cgo
2022-11-26 21:39:31 -08:00
ThatOneCalculator
d4d23969b1
fix problems from #9146
2022-11-26 21:37:23 -08:00
Kainoa Kanter
f140ede8bd
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
e1f5b3387a
hover text in note buttons
2022-11-25 13:46:10 +02:00
yawhn
1f7ec73d84
fix cursor in note thread
2022-11-24 23:55:23 +02:00
ThatOneCalculator
059068589b
fix #9140
2022-11-23 16:22:15 -08:00
ThatOneCalculator
039bae7f9a
Slightly smaller avatars
2022-11-22 21:58:09 -08:00
ThatOneCalculator
26417e4997
misc style fixes
2022-11-22 21:47:34 -08:00
ThatOneCalculator
273b82b94d
hanna's other fix lol
2022-11-22 11:01:25 -08:00
ThatOneCalculator
172d5f7a89
revert
2022-11-18 19:30:01 -08:00
ThatOneCalculator
445def68e3
disable remote follow button until complete
2022-11-18 19:04:07 -08:00
ThatOneCalculator
c0a2fa8228
remote follow button
2022-11-18 19:00:33 -08:00
syuilo
bf87e9586b
improve performance (merge deepClone from Misskey dev)
2022-11-18 17:28:58 -08:00
ThatOneCalculator
793335c253
move back
2022-11-17 21:04:16 -08:00
ThatOneCalculator
693de2c063
.9
2022-11-17 21:01:05 -08:00
ThatOneCalculator
2867e814b2
moar
2022-11-17 20:32:24 -08:00
ThatOneCalculator
9204123c18
💅
2022-11-17 20:00:05 -08:00
ThatOneCalculator
3db53d4462
i18n: $t
to i18n.t
2022-11-16 01:29:18 -08:00
ThatOneCalculator
44d1529f7d
i18n
2022-11-16 01:24:05 -08:00
Hanna
66135c3cfb
Remove problematic line causing avatar positions to break
...
Signed-off-by: Hanna <hanna@noreply.codeberg.org>
2022-11-16 07:47:14 +01:00
ThatOneCalculator
388b0fd846
yes/no prompt for quoteQuestion
2022-11-15 22:38:05 -08:00
ThatOneCalculator
13d50282d0
another i18n fix
2022-11-15 11:47:30 -08:00
ThatOneCalculator
a0afea5b29
better min/max width
2022-11-15 01:13:03 -08:00
ThatOneCalculator
f5f8cece22
min width
2022-11-15 00:49:04 -08:00
ThatOneCalculator
196b3f844e
use max-width instead of width for dm images
2022-11-15 00:30:35 -08:00
ThatOneCalculator
ad8309b51a
properly define page metadata in DM
2022-11-14 20:54:09 -08:00
ThatOneCalculator
3dd683c911
fix: 🐛 fix image size in dms
2022-11-14 20:25:59 -08:00
ThatOneCalculator
470dd5ba5b
more fixes
2022-11-14 18:35:01 -08:00
ThatOneCalculator
31eb53d5f6
fix fill out profile step of tutorial
2022-11-14 17:45:11 -08:00
ThatOneCalculator
f0227f3e42
remove fontawesome far icons
2022-11-13 13:36:17 -08:00
ThatOneCalculator
5927d5f54b
correct controls color
2022-11-13 11:03:12 -08:00
ThatOneCalculator
ac9279ddc6
styling
2022-11-13 10:58:30 -08:00
ThatOneCalculator
e59db5b158
more i18n fixes
2022-11-11 00:41:34 -08:00
ThatOneCalculator
b2aa574429
fix i18n
2022-11-11 00:22:00 -08:00
ThatOneCalculator
f7cb0a27d1
no double import
2022-11-10 14:21:20 -08:00
ThatOneCalculator
8b771b62c0
refactor: ♻️ Replace all $ts
with i18n
2022-11-10 14:12:44 -08:00
ThatOneCalculator
9a85894b20
fill tiny quotes
2022-11-10 13:13:09 -08:00
ThatOneCalculator
f2db2ea5af
fix style
2022-11-09 17:20:53 -08:00
ThatOneCalculator
e1edcccd81
fix imports
2022-11-09 17:20:52 -08:00
dwarf
cd129c7515
client: Add "follows you" pill to user profile popup
...
Changelog: Added
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/217
2022-11-09 17:20:05 -08:00
ThatOneCalculator
103d41e96f
finalize tutorial
2022-11-09 11:09:15 -08:00
ThatOneCalculator
578349e11a
fix
2022-11-09 11:02:04 -08:00
ThatOneCalculator
af6a43378b
quicker fade
2022-11-09 10:58:24 -08:00
ThatOneCalculator
2a37f1f3d3
dont force height
2022-11-09 10:57:11 -08:00
ThatOneCalculator
613f847c3d
dynamic height
2022-11-09 10:51:58 -08:00
ThatOneCalculator
4f8d90664c
transgender
2022-11-09 10:38:18 -08:00
Kainoa Kanter
ec93b9f4df
Spacing
2022-11-09 10:28:48 +01:00
ThatOneCalculator
830e47504d
use title as window header
2022-11-09 01:08:24 -08:00
ThatOneCalculator
c2f13575a1
ux
2022-11-09 01:03:03 -08:00
ThatOneCalculator
7ba918f9df
last slide
2022-11-09 01:00:48 -08:00
ThatOneCalculator
c6ac3a87d6
add effects, japanese translation
2022-11-09 00:54:12 -08:00
ThatOneCalculator
2735ee21e6
no extra br
2022-11-09 00:46:29 -08:00
ThatOneCalculator
c913da313c
make layout easier
2022-11-09 00:43:27 -08:00
ThatOneCalculator
c0ca137033
finish new intro
2022-11-09 00:38:05 -08:00
ThatOneCalculator
c4e38c9b48
another typo :(
2022-11-09 00:01:43 -08:00
ThatOneCalculator
ad704413aa
typo
2022-11-08 23:55:37 -08:00
ThatOneCalculator
37f6a93e71
new intro test
2022-11-08 23:48:03 -08:00
ThatOneCalculator
739feb0ef9
test
2022-11-08 20:25:22 -08:00
ThatOneCalculator
3b792ad016
fully deprecate MkEmojiPickerWindow
2022-11-06 20:21:03 -08:00
ThatOneCalculator
c745c5036b
.9
2022-11-06 20:09:35 -08:00
ThatOneCalculator
17d71d6f8a
fix
2022-11-06 20:08:28 -08:00
ThatOneCalculator
ac1410542c
emoji picker fix
2022-11-06 20:01:45 -08:00
ThatOneCalculator
1e10313045
even MORE fixes
2022-11-06 19:42:01 -08:00
ThatOneCalculator
8ee8ab8a7e
disable link hover effect for now
2022-11-06 19:29:42 -08:00
ThatOneCalculator
3b9fda8f05
underline effect
2022-11-06 19:14:55 -08:00
ThatOneCalculator
293ad4e670
no more XHeader
2022-11-06 19:04:15 -08:00
ThatOneCalculator
0a2a15dd3f
filled circles
2022-11-06 18:51:51 -08:00
ThatOneCalculator
b26cc866bb
make icons large
2022-11-06 18:49:47 -08:00
ThatOneCalculator
1bb94f6f71
more fixes
2022-11-06 18:38:35 -08:00
ThatOneCalculator
3fefe1ba4b
fixxxxx
2022-11-06 18:30:26 -08:00
ThatOneCalculator
a9dce362df
feat: 💄 Phosphor icons!
2022-11-06 17:33:52 -08:00
ThatOneCalculator
08c712dbf3
fix: REALLY make sure there's no text decoration
2022-11-06 14:46:17 -08:00
ThatOneCalculator
cdf4eafd35
no td on hover
2022-11-06 13:52:11 -08:00
ThatOneCalculator
147c72b6da
fix
2022-11-06 13:25:41 -08:00
ThatOneCalculator
3138324d38
fix???
2022-11-06 13:20:28 -08:00
ThatOneCalculator
aeb978db32
fix
2022-11-06 13:08:43 -08:00
ThatOneCalculator
25865daadb
me when the
2022-11-06 13:02:17 -08:00
ThatOneCalculator
30f1906df0
fix: 💄 calc style
2022-11-04 14:58:08 -07:00
ThatOneCalculator
0e173ac498
change to click.self
2022-10-28 10:52:13 -07:00
ThatOneCalculator
a8903999df
better reply clicking
2022-10-27 20:37:33 -07:00
ThatOneCalculator
a604f050ab
test
2022-10-27 20:32:19 -07:00
ThatOneCalculator
b3de04c164
feat: ✨ Append caption to textarea
2022-10-27 15:28:02 -07:00
ThatOneCalculator
dc70a33545
fix?
2022-10-27 15:07:36 -07:00
ThatOneCalculator
d98c53aa38
OCR image captioning work
2022-10-27 15:01:38 -07:00
ThatOneCalculator
b9d107ba84
fix: 🐛 wrong placement
2022-10-25 23:19:45 -07:00
ThatOneCalculator
c23843bb26
feat: ✨ add os.yesno
for yes/no questions
2022-10-25 22:44:38 -07:00
ThatOneCalculator
8bead11ad5
feat: 🎨 add ripple to star react
2022-10-25 20:33:09 -07:00
ThatOneCalculator
cb8d46e056
Button reordering again
2022-10-25 20:28:11 -07:00
ThatOneCalculator
a78546f145
feat: ✨ Star button
2022-10-25 20:20:41 -07:00
ThatOneCalculator
2988cf2c28
feat: 🎨 move reaction button
2022-10-25 20:08:43 -07:00
ThatOneCalculator
bf144902d9
simplify player
2022-10-25 18:49:10 -07:00
ThatOneCalculator
7a5358e039
fix
2022-10-25 18:45:24 -07:00
ThatOneCalculator
f258668946
ripple on renote
2022-10-25 11:23:59 -07:00
ThatOneCalculator
9fe3595a8c
no restart button
2022-10-25 11:05:08 -07:00
ThatOneCalculator
ffe6eff86f
fix
2022-09-29 19:01:14 -07:00
ThatOneCalculator
854cf5f65c
fix
2022-09-29 19:00:43 -07:00
ThatOneCalculator
f1e5c7c15a
chore: quote-button --> MkQuoteButton
2022-09-29 19:00:14 -07:00
Kayden Tebau
e04de6ca03
Seperate renote quote option
2022-09-28 15:07:15 -07:00
ThatOneCalculator
ea3631dadb
Add download button to Plyr (co-authored by @nullobsi)
2022-09-21 13:10:47 -07:00
ThatOneCalculator
9dc376360c
only show user bg if blur
2022-09-17 14:11:02 -07:00
ThatOneCalculator
072ba4760e
fix: Profile bg blur respects user blur choice
2022-09-15 14:55:04 -07:00
ThatOneCalculator
8d94d41743
fix clicking cw button on reply
2022-09-15 14:43:57 -07:00
ThatOneCalculator
3f6aeadcb2
chore: 🔀 Merge upstream to 12.119.0
2022-09-10 12:13:55 -07:00
syuilo
db67e4da50
chore(client): 🎨
2022-09-10 16:28:59 +09:00
ThatOneCalculator
ab7d6ac90f
fix: 🐛 Show title on mobile if there's no tab buttons
2022-09-09 15:04:31 -07:00
ThatOneCalculator
87f9e45048
chore: 🔀 Merge upstream
2022-09-09 12:16:58 -07:00
ThatOneCalculator
7de1d1327e
fix: 🐛 fix header button positions on mobile
2022-09-08 10:42:01 -07:00
ThatOneCalculator
037ef98290
fix: ⏪
2022-09-07 16:18:04 -07:00
ThatOneCalculator
8d358052b9
fix sync
2022-09-07 16:11:00 -07:00
ThatOneCalculator
d2a3a3d4dd
fix: 🐛 Don't show tab title on mobile
2022-09-07 15:37:04 -07:00
ThatOneCalculator
e8866825f5
fix
2022-09-07 15:33:21 -07:00
ThatOneCalculator
7ff2ecebe6
feat: ✨ Better tabs for mobile
2022-09-07 15:09:23 -07:00
syuilo
c8d228f2df
refactor(client): refactor file name and directory structure
2022-09-06 18:21:49 +09:00
syuilo
2a02edb075
refactor(client): use setup syntax
2022-09-06 18:09:17 +09:00
syuilo
75b7caba63
refactor(client): use setup syntax
2022-09-06 17:37:58 +09:00
ThatOneCalculator
ada6f80b60
Merge remote-tracking branch 'misskey/develop' into develop
2022-09-05 15:00:53 -07:00
ThatOneCalculator
ad420b37d6
Merge remote-tracking branch 'misskey/develop' into develop
2022-09-05 15:00:45 -07:00
syuilo
fe8998b43c
refactor(client): use setup syntax
2022-09-05 18:51:23 +09:00
syuilo
ea41851b28
refactor(client): use setup syntax
2022-09-05 18:37:41 +09:00
syuilo
19ec6c2abb
refactor(client): use setup syntax
2022-09-05 18:34:59 +09:00
syuilo
af8a7e7149
refactor(client): use setup syntax
2022-09-05 18:24:46 +09:00
syuilo
be526e7424
refactor(client): use setup syntax
2022-09-02 00:22:31 +09:00
syuilo
5af3133892
refactor(client): use setup syntax
2022-08-31 23:12:22 +09:00
syuilo
268597fca9
enhance(client): improve analog-clock
2022-08-31 02:19:25 +09:00
syuilo
97575064d5
refactor(client): align filename to component name
2022-08-31 00:24:33 +09:00
ThatOneCalculator
8e9780ae67
fix: 💄 no blur on emoji picker --> blur safe by default
2022-08-27 22:26:06 -07:00
ThatOneCalculator
3959698e89
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-27 15:18:59 -07:00
syuilo
b261324837
chore(client): tweak loading display
2022-08-27 16:26:14 +09:00
syuilo
3c3656ae57
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2022-08-27 00:40:31 +09:00
syuilo
44ddf53dd1
enhance(client): tweak clock
2022-08-27 00:40:20 +09:00
ThatOneCalculator
5385b8cd7d
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-26 01:24:56 -07:00
Caipira
926139c232
enhance(client): mobile twitter url can be used as widget ( #9057 )
2022-08-24 21:02:06 +09:00
Francis Dinh
25f555bf5d
fix pagination.vue lints
2022-08-22 23:55:01 -07:00
Francis Dinh
3b1d1ad067
fix lints in folder.vue
2022-08-22 23:54:56 -07:00
ThatOneCalculator
6c4e53db10
feat: ✨ swipe thru notifs
2022-08-20 00:02:15 -07:00
ThatOneCalculator
e62a6e0e57
fix: 💄 consistent cw bg hover
2022-08-19 23:53:00 -07:00
ThatOneCalculator
125c0a2176
allow videos to be downloaded
2022-08-19 14:38:46 -07:00
ThatOneCalculator
3d4516135d
revert: ⬇️ Go back to vue-plyr
...
Fork had problems with vertical videos
2022-08-17 16:38:17 -07:00
ThatOneCalculator
b22e0dd687
fix again
2022-08-17 16:05:09 -07:00
ThatOneCalculator
04312be010
^
2022-08-17 16:03:27 -07:00
ThatOneCalculator
029a23c02b
fix: 🚑 Fix vue-plyr import
2022-08-17 16:03:20 -07:00
ThatOneCalculator
42dacca8d3
feat: ✨ More hover events!\
2022-08-17 00:36:29 -07:00
ThatOneCalculator
1fe3ce3321
fix: 🚸 No more stupid details for replies
2022-08-17 00:29:41 -07:00
ThatOneCalculator
545f52bef4
feat: 💄 highlight hover replies
2022-08-17 00:19:10 -07:00
ThatOneCalculator
3cb5fad075
fix: 🐛 Prevent clicking on child elements of timeline posts
2022-08-17 00:13:57 -07:00
ThatOneCalculator
f8eab82482
feat: ✨ Replies can be clicked too
2022-08-17 00:07:42 -07:00
ThatOneCalculator
72d0379f1e
feat: 🔖 .7
2022-08-16 23:58:21 -07:00
ThatOneCalculator
784032d7ed
nice
2022-08-16 23:53:47 -07:00
ThatOneCalculator
5c827a4cb2
fix: 🐛 use router
2022-08-16 23:50:35 -07:00
ThatOneCalculator
35e57417d4
fix: 🐛 need MkA
2022-08-16 23:43:24 -07:00
ThatOneCalculator
425a029bfe
fix: 🐛 do it right
2022-08-16 23:33:06 -07:00
ThatOneCalculator
0cedca8b3d
fix: ⚗️
2022-08-16 23:22:17 -07:00
ThatOneCalculator
225a129439
fix: 🐛 fix clicking on note content
2022-08-16 23:11:46 -07:00
ThatOneCalculator
0672326ba9
fix: 💄 style
2022-08-16 22:59:29 -07:00
ThatOneCalculator
e8b98371c9
I quickly became homophobic
2022-08-16 22:53:17 -07:00
ThatOneCalculator
f55713f6d5
fix: 💄 style
2022-08-16 22:47:18 -07:00
ThatOneCalculator
4c0be3eee6
feat: 💄 New note style
2022-08-16 22:42:03 -07:00
ThatOneCalculator
d0d66957eb
fix: ⚡ Better import for plyr
2022-08-16 17:43:33 -07:00
ThatOneCalculator
a9a5f9ce2c
fix: 🎨 mount plyr with app
2022-08-16 16:40:04 -07:00
ThatOneCalculator
b6a9899593
feat: ⚗️ vue-plyr
2022-08-16 16:32:44 -07:00
ThatOneCalculator
15b3ea30ac
fix: ⚗️
2022-08-16 00:28:33 -07:00
ThatOneCalculator
0a77644ee5
fix: 🐛 fix avatar not showing up
2022-08-16 00:25:47 -07:00
ThatOneCalculator
a8e2342240
feat: ✨ Make mobile account avatar clickable
2022-08-16 00:22:37 -07:00
Johann150
a81f86c09c
enhance: add re-collapsing to quoted notes
2022-08-15 16:05:08 -07:00
ThatOneCalculator
c1f155ccf7
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-15 15:21:46 -07:00
あずき⪥™
b1f88cf122
feat: show header with current user avatar on TL ( #9051 )
...
* feat: show header with current user avatar on TL
* refactor(client): use displayMyAvatar prop instead of metadata
* refactor(client): prefer v-if to `display: none;`
2022-08-13 17:41:17 +09:00
nvisser
e57fe4d5d3
Add following badge to user preview popup ( #9048 )
2022-08-13 14:26:51 +09:00
ThatOneCalculator
c6993ad7e0
fix: recommended timeline
...
I doubt itll work, but...
🙏
hail mairy
certified typeorm moment
im stuff
debug log
not a fan of js/ts
istg
missing parenthesis
postgres can kiss my ass
didnt need `::string[]` i think
hide caption button
Remove debug log
Clean up
no longer beta!
fix streaming
2022-08-09 13:09:54 -07:00
ThatOneCalculator
80d0d40f3d
disable ocr for now
2022-08-09 00:39:27 -07:00
ThatOneCalculator
2ff76ffd9f
debug
2022-08-08 18:24:03 -07:00
ThatOneCalculator
1c8e71d1cb
im stuff
2022-08-08 18:00:51 -07:00
ThatOneCalculator
284d2b2921
actually fix this time?
2022-08-08 17:51:18 -07:00
ThatOneCalculator
5a59eb9838
fixxx
2022-08-08 17:43:18 -07:00
ThatOneCalculator
9af1b244d3
code ing
2022-08-08 17:39:50 -07:00
ThatOneCalculator
718f23bba5
why dont it work 😭
2022-08-08 17:27:19 -07:00
ThatOneCalculator
7786e9ea72
try smth
2022-08-08 17:24:21 -07:00
ThatOneCalculator
5d8eb732a0
typo
2022-08-08 17:17:26 -07:00
ThatOneCalculator
0b5c2f03ae
im stuff
2022-08-08 17:14:10 -07:00
ThatOneCalculator
bd1a9ad617
this.inputValue
2022-08-08 17:00:13 -07:00
ThatOneCalculator
378ba46ef8
try fix
2022-08-08 15:58:31 -07:00
ThatOneCalculator
7f96ad9cb4
try to thing
2022-08-08 15:53:16 -07:00
ThatOneCalculator
05854c53ad
Start work on OCR
2022-08-08 15:40:06 -07:00
ThatOneCalculator
0cc002f789
Obliteration of Ai-chan 🐱 🔫
2022-08-08 14:58:27 -07:00
ThatOneCalculator
776431403a
New error images!
2022-08-08 14:07:09 -07:00
Johann150
d35bc9d207
fix: copy visibility for renotes
2022-08-08 00:18:29 -07:00
ThatOneCalculator
848767fe0e
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-06 22:06:55 -07:00
syuilo
376f3a791a
refactor
2022-08-06 20:04:23 +09:00
syuilo
7cf2bdac7f
perf(client): use shallowRef as possible
2022-08-06 19:20:53 +09:00
syuilo
329270164f
enhance(client): improve clock widget
2022-08-06 18:15:13 +09:00
syuilo
c13ef8e335
enhance(client): improve clock widget
2022-08-06 16:39:09 +09:00
syuilo
2a99dd7054
enhance(client): improve clock widget
2022-08-06 14:02:03 +09:00
syuilo
2ca066a3ac
enhance(client): improve clock widgets
2022-08-05 23:51:15 +09:00
Johann150
b423c9991d
make emoji picker case insensitive
...
fix https://akkoma.dev/FoundKeyGang/FoundKey/issues/50
2022-08-04 13:51:39 -07:00
Johann150
df81069c93
fix textarea not updating properly
...
fixes https://akkoma.dev/FoundKeyGang/FoundKey/issues/54
2022-08-04 13:38:33 -07:00
ThatOneCalculator
8abfaebab0
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-04 13:31:54 -07:00
Johann150
3b770c776a
Collapse long notes ( #8990 )
...
* Revert "Revert option to collapse long notes (#8561 )"
This reverts commit 71150f21cd91df7bdd78a8f708db092418e85baa and reinstates
the option to collapse long notes again after they were expanded.
* fix(client): wrongly collapsed posts
* fix: don't use ref
* tweak style
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-08-01 17:55:24 +09:00
ThatOneCalculator
a6ec677cc3
fix!!!!
2022-07-28 23:46:36 -07:00
ThatOneCalculator
ed03c5eb21
solid borders on qrns fix
2022-07-28 09:25:11 -07:00
ThatOneCalculator
c6f9136ec8
loader stroke 6px
2022-07-27 19:27:29 -07:00
ThatOneCalculator
8f04928d80
speed up to 1.2s
2022-07-27 12:34:23 -07:00
ThatOneCalculator
3d8ef2f9bc
LOADING ANIMATION IS FINALLY FIXED
2022-07-27 12:32:14 -07:00
ThatOneCalculator
df7b3326b9
40
2022-07-27 12:28:36 -07:00
ThatOneCalculator
d26dba28a9
🙏
2022-07-27 12:27:09 -07:00
ThatOneCalculator
1fedfba14c
fix fr on god no cap
2022-07-27 12:04:26 -07:00
ThatOneCalculator
e66818eb84
hopefully fix fo the last time
2022-07-27 11:57:09 -07:00
ThatOneCalculator
5bf254657a
fix again
2022-07-27 11:52:10 -07:00
ThatOneCalculator
14c6e94e30
fix
2022-07-27 11:46:52 -07:00
ThatOneCalculator
f732867e87
accessibility <3
2022-07-27 11:32:55 -07:00
ThatOneCalculator
7c0a893086
more readable icons
2022-07-27 11:21:25 -07:00
ThatOneCalculator
7fb6383e53
Spinner
2022-07-27 11:19:57 -07:00
ThatOneCalculator
80fbe938b4
🎨
2022-07-27 10:07:52 -07:00
ThatOneCalculator
685b5c83af
🎨
2022-07-26 21:35:03 -07:00
ThatOneCalculator
cd4e9bbaee
🎨
2022-07-26 21:33:52 -07:00
ThatOneCalculator
03eedc2ea5
🎨
2022-07-26 21:32:03 -07:00
ThatOneCalculator
59fb6c0f17
More rpine
2022-07-26 21:18:36 -07:00
ThatOneCalculator
47265a6919
accesibility
2022-07-26 21:02:43 -07:00
ThatOneCalculator
8127cc7657
Remove updated.vue for now
2022-07-26 14:31:46 -07:00
ThatOneCalculator
2cd1f82038
More rose pine stuff
2022-07-25 17:32:25 -07:00
ThatOneCalculator
4d300a7055
profile as bg
2022-07-25 16:04:30 -07:00
Johann150
43a42ea9ad
refactor queue chart to composition API
2022-07-25 13:49:37 -07:00
ThatOneCalculator
25f95e89ae
queeueueueu chart
2022-07-25 13:48:35 -07:00
Johann150
7d7cdeca6b
refactor: colours in queue chart
2022-07-25 13:47:48 -07:00
Johann150
8d5ec8662e
Refactor components/page/page.textarea.vue to composition API
...
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/26
2022-07-25 13:43:06 -07:00
Johann150
a020534140
Refactor components/page/page.text.vue to composition API
...
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/25
2022-07-25 13:42:40 -07:00
ThatOneCalculator
2d856cb38e
back to 30
2022-07-25 13:41:45 -07:00
Johann150
2832273e70
client uses new API for child notes depth
2022-07-25 13:40:01 -07:00
Johann150
fed2085138
Merge: enhance privacy of notes
...
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/14
2022-07-25 13:36:44 -07:00
ThatOneCalculator
f556ec82b2
Merge remote-tracking branch 'misskey/develop' into develop
2022-07-25 10:23:27 -07:00
syuilo
f26882f864
chore(client): tweak style
2022-07-25 21:24:37 +09:00
hayabusa
811f29cd90
一部のアプリからファイルを投稿フォームへドロップできない場合がある問題を修正 ( #9035 )
...
* dropEffectとeffectAllowedの関連付けを修正
* Update Changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-25 21:16:11 +09:00
ThatOneCalculator
6ece6fb041
Merge remote-tracking branch 'misskey/develop' into develop
2022-07-24 18:07:18 -07:00
ThatOneCalculator
861b12cf9a
Even more spacing
2022-07-24 00:00:24 -07:00
ThatOneCalculator
8a6d36f9c5
More padding
2022-07-23 23:54:54 -07:00