Commit graph

2445 commits

Author SHA1 Message Date
ThatOneCalculator 6b00abf05c
refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
ThatOneCalculator 54d3acafb3
fix: tooltip lingering 2023-01-12 20:25:48 -08:00
Kainoa Kanter f47832b1b4 refactor: 🔨 Use pnpm instead of yarn (#9461)
Reasons:

1. `pnpm` is now an industry standard, being faster and less buggy than `yarn`.
2. Faster build time as builds are concurrent: 63 seconds down to 35 seconds!!
3. Resolves #9412

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9461
2023-01-13 04:18:16 +00:00
ThatOneCalculator ee5665e95b
typo 2023-01-12 16:35:57 -08:00
cutestnekoaqua 620dedab47
fix: heart reactions 2023-01-12 23:14:45 +01:00
cutestnekoaqua 6381a7791e
fix: chat realtime update 2023-01-12 22:45:05 +01:00
cutestnekoaqua 529ba76e6c
reverse some changes in MkPagination 2023-01-12 22:04:56 +01:00
cutestnekoaqua ade6b5a5e7
revert: reloadkey 2023-01-12 21:59:50 +01:00
cutestnekoaqua e334494653
MkPagination: move external array to props 2023-01-12 21:57:17 +01:00
cutestnekoaqua 23badbc7c3
potentially breaking or fixing DM updates 2023-01-12 21:42:36 +01:00
cutestnekoaqua 002e2e1a16
chore: translated comments in MkPagination 2023-01-12 21:17:06 +01:00
cutestnekoaqua 356fba3dd5
Revert "forgot to add reloadKey to dom"
This reverts commit fb8097f719.
2023-01-12 21:08:48 +01:00
cutestnekoaqua 81e1fc67c1
Revert "feat: introduce devBuild"
This reverts commit f752037a3a.
2023-01-12 21:08:17 +01:00
cutestnekoaqua fb8097f719
forgot to add reloadKey to dom 2023-01-12 21:02:12 +01:00
cutestnekoaqua f752037a3a
feat: introduce devBuild 2023-01-12 20:40:15 +01:00
cutestnekoaqua bbbfbc1061
hopefully this fixed chat updates 2023-01-12 20:19:12 +01:00
ThatOneCalculator 5948b2b74c
fix build 2023-01-11 10:50:46 -08:00
ThatOneCalculator a0a3b128b6
Revert "refactor: 🔧 vite config"
This reverts commit 83fe5ca701.
2023-01-11 10:48:17 -08:00
ThatOneCalculator c50225ff93
Revert "update pug description"
This reverts commit a79e5275fe.
2023-01-11 10:44:05 -08:00
cutestnekoaqua b1e48f70d0
introduce unused posts endpoint 2023-01-11 16:48:43 +01:00
cutestnekoaqua a79e5275fe
update pug description 2023-01-11 16:48:43 +01:00
cutestnekoaqua e7065fd809
potentially breaking: default lang
I switched the url preview default language from jp-JP to en
@thatonecalculator please review
2023-01-11 16:47:35 +01:00
ThatOneCalculator c33b7ac356
fix: drive/files/create.ts endpoint 2023-01-10 16:51:48 -08:00
ThatOneCalculator 98401ff312
perf: 👷 build backend with swc
Co-authored-by: pikokr <@paring@pikokr.dev>
2023-01-10 16:48:49 -08:00
ThatOneCalculator 56bb3ac355
Revert "revert: index.ts to test share embed fix"
This reverts commit ac4ef7eace.
2023-01-10 14:18:15 -08:00
ThatOneCalculator db0dab012d
revert: koa/router 2023-01-10 14:14:40 -08:00
ThatOneCalculator ac4ef7eace
revert: index.ts to test share embed fix 2023-01-10 14:03:39 -08:00
ThatOneCalculator f4652ce5fd
chore: remove links to misskey-hub 2023-01-10 10:09:50 -08:00
ThatOneCalculator 5627a48ea2
improve note summary 2023-01-10 09:39:48 -08:00
ThatOneCalculator 0d215599be
fix: header actions tooltips in timeline 2023-01-10 09:24:45 -08:00
ThatOneCalculator 8a8e7be076
fix: 🐛 better update detection logic 2023-01-10 08:58:24 -08:00
ThatOneCalculator 83fe5ca701
refactor: 🔧 vite config
Co-authored-by: Syuilo <Syuilotan@yahoo.co.jp>
2023-01-10 08:49:15 -08:00
ThatOneCalculator 1223aa0a01
fix: 🐛 Poll choice length 256
Co-authored-by: Syuilo <Syuilotan@yahoo.co.jp>
Closes #9433
2023-01-10 08:48:10 -08:00
cutestnekoaqua 149029b1f1
fix: nodeinfo links without inflamatory comments.
Sorry for everyone who I have hurt with this, I had a really bad day, I promise this will
be the last time something like this happened. Please read my public statement.
2023-01-09 22:36:31 +01:00
cutestnekoaqua 6f9963f717
fix: comply with nodeinfo 2.1 2023-01-08 22:22:03 +01:00
ThatOneCalculator ca6404a639
fix: background color in classic view 2023-01-06 12:21:14 -08:00
ThatOneCalculator a2cfd1192a
compass icon for explore 2023-01-05 19:39:36 -08:00
Kainoa Kanter 508b33e503 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 0e121bff03
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-01-04 15:06:47 -08:00
ThatOneCalculator d8fc3483b7
style: outline instance name in ticker 2023-01-04 15:06:38 -08:00
Cleo c39fb5401f Fix: Increase rediculously small file size limit for follower imports
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-01-04 20:32:36 +00:00
ThatOneCalculator 0fc8638eb5
fix: 🐛 federate fedibird quote properly
https://codeberg.org/calckey/calckey/pulls/9399#issuecomment-758047
2023-01-04 09:43:01 -08:00
ThatOneCalculator 555364494a
tag: 13.0.6-rc 2023-01-04 08:26:16 -08:00
ThatOneCalculator af9cab7aa9
more shadow fixes 2023-01-03 18:56:43 -08:00
ThatOneCalculator 1702aa6a6a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-01-03 18:51:52 -08:00
ThatOneCalculator c64705592e
shadows 2023-01-03 18:51:40 -08:00
Kainoa Kanter 37117fb748 Support quotes provided as 'quoteUri' field (#9399) 2023-01-04 02:39:23 +00:00
Effy Elden 94e4f1323f
Set quoteUri in rendered ActivityPub objects 2023-01-04 13:32:06 +11:00
ThatOneCalculator 7f2a77b091
remove debug code 2023-01-03 18:31:40 -08:00
ThatOneCalculator 6144650f9d
fix 2023-01-03 18:31:27 -08:00