Namekuji
|
c8de7d818c
|
add silenced colour
|
2023-04-30 17:45:45 -04:00 |
|
Namekuji
|
688d283986
|
fix params
|
2023-04-30 17:32:14 -04:00 |
|
Namekuji
|
7c08ea3232
|
fix meta fetch
|
2023-04-30 17:06:43 -04:00 |
|
Namekuji
|
f0b4e10735
|
use tab instead of page header
|
2023-04-30 11:47:39 -04:00 |
|
Namekuji
|
cec5813ab2
|
can overlap with blocked hosts
|
2023-04-30 09:04:29 -04:00 |
|
Namekuji
|
f2a8d1f680
|
add toggler
|
2023-04-30 09:01:42 -04:00 |
|
Namekuji
|
c35f03832d
|
format
|
2023-04-30 08:08:45 -04:00 |
|
Namekuji
|
ada759a9e5
|
rename and comment
|
2023-04-30 07:58:03 -04:00 |
|
Namekuji
|
ce60660128
|
instance silence
|
2023-04-30 07:27:55 -04:00 |
|
ThatOneCalculator
|
622c2fa499
|
Merge remote-tracking branch 'weblate/develop' into develop
|
2023-04-29 19:52:43 -07:00 |
|
Kainoa Kanter
|
8db240756e
|
chore: Translated using Weblate (Finnish)
Currently translated at 11.7% (204 of 1735 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
|
2023-04-30 04:51:50 +02:00 |
|
Ville Lepistö
|
b2dc43aa01
|
chore: Translated using Weblate (Finnish)
Currently translated at 11.7% (204 of 1735 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
|
2023-04-30 04:51:50 +02:00 |
|
jolupa
|
bcfadc086b
|
chore: Translated using Weblate (Catalan)
Currently translated at 37.1% (644 of 1735 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
|
2023-04-30 04:51:49 +02:00 |
|
Laker Turner
|
9c40247df2
|
chore: Translated using Weblate (English)
Currently translated at 100.0% (1735 of 1735 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
|
2023-04-30 04:51:46 +02:00 |
|
ThatOneCalculator
|
9336b6dab0
|
Revert "Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop"
This reverts commit 8cb321b110dca7f8020f8a7a9af6a49308a0c036, reversing
changes made to 133391122b77c92bff6e0e94f40cfdea542c6f35.
|
2023-04-29 19:38:26 -07:00 |
|
ThatOneCalculator
|
ee872b3628
|
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
|
2023-04-29 19:15:47 -07:00 |
|
ThatOneCalculator
|
5831f0a2c5
|
hotfix
|
2023-04-29 19:14:47 -07:00 |
|
ThatOneCalculator
|
1051da8fbf
|
Revert "keyboard accessibility (#9725)"
This reverts commit c1d5922acbe7060c0ea779ccf314e9f0e6b91bb3.
|
2023-04-29 19:14:36 -07:00 |
|
Kainoa Kanter
|
2586635e77
|
Merge pull request 'Remove eslint from calckey-js (use rome)' (#9962) from supakaity/hajkey:hk/calckeyjs-rome into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9962
|
2023-04-30 01:40:17 +00:00 |
|
Kaitlyn Allan
|
0f4e88cf53
|
Remove eslint from calckey-js (use rome)
|
2023-04-30 11:33:45 +10:00 |
|
Kainoa Kanter
|
feb54b9fb5
|
Merge pull request 'Add Libre Translate support' (#9961) from supakaity/hajkey:hk/libre-translate into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9961
|
2023-04-30 01:29:09 +00:00 |
|
Kaity A
|
f9a72e1ea6
|
Add Libre Translate support
|
2023-04-30 11:09:51 +10:00 |
|
ThatOneCalculator
|
f1daa11f51
|
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
|
2023-04-29 15:32:38 -07:00 |
|
ThatOneCalculator
|
6eba097e09
|
new logos
|
2023-04-29 15:32:33 -07:00 |
|
Free
|
08686da50e
|
keyboard accessibility (#9725)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9725
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
|
2023-04-29 22:30:14 +00:00 |
|
ThatOneCalculator
|
4dae793c5e
|
docs
|
2023-04-29 13:38:52 -07:00 |
|
ThatOneCalculator
|
1dbcbe9dbb
|
chore: upgrade megalodon
|
2023-04-29 13:28:24 -07:00 |
|
naskya
|
dbc608a6c8
|
fix: centering block math (#9946)
Similar to `inlineCode` and `blockCode`, MFM provides two types of formula syntax, `mathInline` and `mathBlock` (I'm curious why these aren't called `inlineMath`/`blockMath`, but oh well)
Other platforms, like GitHub, **Math**todon, my blog, etc., also support these two types of formula representation, and math blocks are centered on (maybe) all such platforms.
![](https://cdn.discordapp.com/attachments/823878222897741868/1101837026304720997/2023-04-29_201943.png)
But Calckey (Misskey v12) don't center math blocks. I'd say this is a bug, and this makes `blockMath` useless (it's just `inlineMath` in a new line).
![](https://cdn.discordapp.com/attachments/823878222897741868/1101837026027917342/2023-04-29_202008.png)
So I fixed this.
![](https://cdn.discordapp.com/attachments/823878222897741868/1101837183574355978/2023-04-29_202854.png)
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9946
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
|
2023-04-29 14:01:24 +00:00 |
|
Ville Lepistö
|
d961239bd8
|
chore: Translated using Weblate (Finnish)
Currently translated at 2.4% (43 of 1735 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
|
2023-04-29 10:08:42 +02:00 |
|
Kainoa Kanter
|
86f7cb36d7
|
Merge pull request 'chore: update icons on the post form' (#9944) from naskya/calckey:chore/update-icons into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9944
|
2023-04-29 07:59:17 +00:00 |
|
naskya
|
d2f0a18c5e
|
Merge branch 'develop' into chore/update-icons
|
2023-04-29 07:39:48 +00:00 |
|
Kainoa Kanter
|
d1dd8e28ab
|
chore: Added translation using Weblate (Finnish)
|
2023-04-29 09:35:03 +02:00 |
|
naskya
|
3e952b3472
|
chore: update icons on post form
|
2023-04-29 14:08:11 +09:00 |
|
Kainoa Kanter
|
b975039a0f
|
Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9942
|
2023-04-29 00:05:53 +00:00 |
|
Freeplay
|
0150a41a0b
|
Add show more button to notifications + make show more button into its own component
|
2023-04-28 18:18:09 -04:00 |
|
Hosted Weblate
|
0d7be58898
|
chore: Merge branch 'origin/develop' into Weblate.
|
2023-04-28 23:47:44 +02:00 |
|
Kainoa Kanter
|
fb24378ff9
|
Merge pull request 'fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id' (#9938) from fruye/calckey:account-relationships-fix into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9938
|
2023-04-28 21:47:17 +00:00 |
|
Hosted Weblate
|
4172875f90
|
chore: Merge branch 'origin/develop' into Weblate.
|
2023-04-28 23:46:49 +02:00 |
|
Kainoa Kanter
|
e547f31d64
|
Merge pull request 'Fix dot menu in welcome page' (#9939) from esm/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9939
|
2023-04-28 21:46:29 +00:00 |
|
Hosted Weblate
|
fba603a654
|
chore: Merge branch 'origin/develop' into Weblate.
|
2023-04-28 23:45:58 +02:00 |
|
Kenny Hui
|
c8b11536fe
|
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (1683 of 1727 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
|
2023-04-28 23:45:58 +02:00 |
|
Кибер огурчик
|
575d4c2843
|
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1727 of 1727 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
|
2023-04-28 23:45:56 +02:00 |
|
jolupa
|
a8f71f7618
|
chore: Translated using Weblate (Catalan)
Currently translated at 35.0% (606 of 1727 strings)
Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
|
2023-04-28 23:45:54 +02:00 |
|
Kainoa Kanter
|
e17fec94e9
|
Merge pull request 'FEAT/UI: Add documentation for various MFM functions' (#9940) from the-og-gear/calckey:document_mfm into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9940
|
2023-04-28 21:45:29 +00:00 |
|
Gear
|
7bafca446c
|
Add documentation for various MFM functions
|
2023-04-28 16:01:09 -04:00 |
|
Essem
|
212420820a
|
Fix dot menu in welcome page
|
2023-04-28 13:19:57 -05:00 |
|
fruye
|
05b2f9b89d
|
fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id
Previously the 'relationships' part was considered to be an account id
and was handled by completely different API endpoint.
|
2023-04-28 20:03:06 +02:00 |
|
Kainoa Kanter
|
6713c5b2d0
|
revert faulty commits
|
2023-04-27 16:32:44 -07:00 |
|
Kainoa Kanter
|
b8875beefa
|
Revert "[Fix] Properly replace koa-fix-trailing-slashes with inhouse script (#9870)"
This reverts commit 2cdaad588c82508734d04c2169503782dfe8556a.
|
2023-04-27 16:32:37 -07:00 |
|
Kainoa Kanter
|
fd91a878c1
|
Revert "Merge pull request '[feat] Replace Koa-FavICO with a smaller router' (#9853) from daikei/calckey:modularize-favico into develop"
This reverts commit 4f6cae76434d927920ae8eac5fad6b72336f29ac, reversing
changes made to 64a737d001ca9781ae8bb6995cad69219cba3831.
|
2023-04-27 16:25:13 -07:00 |
|