Namekuji
|
828c3890c9
|
fix: 2fa registration code
|
2023-06-24 23:25:25 -04:00 |
|
ThatOneCalculator
|
1ac9b41d57
|
fix: 🐛 properly apply unicode for skin tone selector
|
2023-06-24 19:38:55 -07:00 |
|
ThatOneCalculator
|
3b71d7929a
|
fix: 🩹 ask for reload upon changing skin tone
|
2023-06-24 19:23:14 -07:00 |
|
ThatOneCalculator
|
316f7c9fa3
|
fix: ✏️ deduplicate class
|
2023-06-24 19:17:48 -07:00 |
|
ThatOneCalculator
|
d1efef1353
|
refactor: 💄 improve miauth style
|
2023-06-24 19:16:15 -07:00 |
|
ThatOneCalculator
|
d3f4529295
|
Merge branch 'develop' into beta
|
2023-06-24 15:17:43 -07:00 |
|
ThatOneCalculator
|
af889baec0
|
Merge branch 'develop' into beta
|
2023-06-24 15:12:45 -07:00 |
|
syuilo
|
75b55c5c2c
|
enhance(frontend): improve ux of deck scroll
|
2023-06-24 21:09:32 +00:00 |
|
freeplay
|
601e02bdcd
|
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop
|
2023-06-24 16:36:17 -04:00 |
|
freeplay
|
8de8e68a27
|
fix: basically just undo my previous modal changes
|
2023-06-24 16:35:56 -04:00 |
|
ThatOneCalculator
|
2fb00642dc
|
fix: 🩹 make cacheRemoteFiles false by default for new instances
|
2023-06-24 13:25:25 -07:00 |
|
ThatOneCalculator
|
c252c16fc2
|
feat: 🔒 expand /api/v1/instance/peers to proper endpoint and check for private mode
Closes #10358
|
2023-06-24 13:00:50 -07:00 |
|
freeplay
|
1560ece843
|
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop
|
2023-06-24 15:03:27 -04:00 |
|
freeplay
|
92285464de
|
fix: focus first element inside modal
|
2023-06-24 15:02:54 -04:00 |
|
ThatOneCalculator
|
cd226bf67e
|
fix: ⚗️ ensure splash is removed upon load
https://codeberg.org/calckey/calckey/pulls/10285#issuecomment-951231
|
2023-06-24 11:43:37 -07:00 |
|
freeplay
|
1e152fb49e
|
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop
|
2023-06-24 10:22:06 -04:00 |
|
Freeplay
|
94de165914
|
fix: jump to top of page when opening modals
I want to do this probably later, for now it will still focus inside the window when pressing tab
|
2023-06-24 10:21:14 -04:00 |
|
Namekuji
|
072cb92f4e
|
fix compile error
|
2023-06-24 04:07:19 -04:00 |
|
ThatOneCalculator
|
a9463f8843
|
docs: 📝 clearer package docs
|
2023-06-23 22:07:52 -07:00 |
|
ThatOneCalculator
|
575b1eb239
|
docs: 📝 document packages dir
|
2023-06-23 22:00:29 -07:00 |
|
ThatOneCalculator
|
ebc8bfa7d7
|
fix: 👷 fix format run
|
2023-06-23 21:24:16 -07:00 |
|
ThatOneCalculator
|
833c901a9c
|
chore: 🎨 format
|
2023-06-23 21:22:44 -07:00 |
|
ThatOneCalculator
|
072b4d9946
|
fix: 🐛 remove cw in post edit
Closes #10353
|
2023-06-23 21:18:04 -07:00 |
|
ThatOneCalculator
|
b22c8144e9
|
docs: 📝 API documentation generation
|
2023-06-23 21:13:03 -07:00 |
|
ThatOneCalculator
|
92bce4981c
|
refactor: 🏷️ add antenna type to streaming types
|
2023-06-23 20:37:24 -07:00 |
|
tamania
|
b685fa9092
|
perf: ⚡ use setInterval instead of setTimeout chain in MkTime
|
2023-06-23 18:33:37 -07:00 |
|
ThatOneCalculator
|
dab063cb25
|
fix: 🐛 start transaction with multi
|
2023-06-23 18:21:00 -07:00 |
|
ThatOneCalculator
|
58c613a6f6
|
Revert "build: ⚡ use vite 4.4 beta with lightningcss"
This reverts commit 25aab24861d57d7341b731ef7f39716b9a943c4d.
|
2023-06-23 18:04:02 -07:00 |
|
ThatOneCalculator
|
e597bcb483
|
Revert "fix: 🚑 disable lightningcss transformer for now"
This reverts commit d0fd6a7de864e5b6859970bca8889bef840da2d7.
|
2023-06-23 18:03:49 -07:00 |
|
ThatOneCalculator
|
689e8b0e78
|
fix: 🚑 disable lightningcss transformer for now
|
2023-06-23 17:55:42 -07:00 |
|
ThatOneCalculator
|
cb07bb3ed9
|
chore: 🎨 format
|
2023-06-23 17:47:14 -07:00 |
|
ThatOneCalculator
|
e81e7c1b8a
|
fix: 🐛 non-duplicate skin tone selection
|
2023-06-23 17:47:07 -07:00 |
|
ThatOneCalculator
|
03ed74d329
|
refactor: ♻️ url preview
|
2023-06-23 17:40:01 -07:00 |
|
ThatOneCalculator
|
2c6d403155
|
build: ⚡ use vite 4.4 beta with lightningcss
|
2023-06-23 17:35:52 -07:00 |
|
ThatOneCalculator
|
ba047a2d20
|
fix: 🐛 race condition between workers when creating note
Closes #10345
Discovered here: https://codeberg.org/calckey/calckey/issues/10345#issuecomment-950475
|
2023-06-23 17:27:25 -07:00 |
|
ThatOneCalculator
|
12e032e6ac
|
refactor: ♻️ make skin tones modular
Could possibly be for future custom emoji sets that support custom skin tones? (i.e. Mutant Standard)
|
2023-06-23 17:19:26 -07:00 |
|
ThatOneCalculator
|
8f16d0b223
|
feat: ✨ skin tone selector in category
|
2023-06-23 16:51:13 -07:00 |
|
ThatOneCalculator
|
0d166acfd9
|
refactor: ♻️ simplify null check
|
2023-06-23 15:40:38 -07:00 |
|
ThatOneCalculator
|
220e9fc93f
|
refactor: ♻️ refactor MkModalWindow for TS safety
|
2023-06-23 15:36:28 -07:00 |
|
Freeplay
|
c77970159d
|
fix: mobile note spacing
|
2023-06-23 17:41:39 -04:00 |
|
Freeplay
|
0b5886e014
|
fix: autocomplete not being focused properly
|
2023-06-23 17:30:50 -04:00 |
|
ThatOneCalculator
|
a6b91549f6
|
refactor: 📌 use own emoji descriptions
|
2023-06-23 00:27:26 -07:00 |
|
ThatOneCalculator
|
79469125a6
|
chore: 🎨 format
|
2023-06-23 00:22:55 -07:00 |
|
ThatOneCalculator
|
810d534e51
|
fix: 🐛 pull up instance window instead of search field
|
2023-06-23 00:21:48 -07:00 |
|
ThatOneCalculator
|
a6cd9a6367
|
fix: 🩹 disable Unicode 15 emojis
https://github.com/jdecked/twemoji/pull/43
|
2023-06-22 22:39:52 -07:00 |
|
ThatOneCalculator
|
993efa1752
|
Merge branch 'refactor/emojis' into develop
|
2023-06-22 22:09:25 -07:00 |
|
ThatOneCalculator
|
28610193b8
|
fix: 💄 consistent emoji styling
|
2023-06-22 21:08:04 -07:00 |
|
ThatOneCalculator
|
8f419319a7
|
feat: ✨ emoji skin tone
Closes #9959
|
2023-06-22 20:58:44 -07:00 |
|
ThatOneCalculator
|
a63608d9ce
|
fix: don't use cache on autocomplete for now
|
2023-06-22 19:56:42 -07:00 |
|
ThatOneCalculator
|
b3127363ae
|
perf: ⚡ update emojis, cache in IndexedDb
Closes #9959
May fix #9724
|
2023-06-22 19:34:52 -07:00 |
|