ThatOneCalculator
|
cceed733e5
|
refactor: 💄 relay icon
|
2023-07-13 17:22:35 -07:00 |
|
ThatOneCalculator
|
1262f07419
|
refactor: ♿ add aria labels to buttons
|
2023-07-12 23:22:58 -07:00 |
|
ThatOneCalculator
|
b608e50529
|
fix: 💄 scoped style fix
|
2023-07-12 23:11:36 -07:00 |
|
ThatOneCalculator
|
f6b98b358e
|
Merge remote-tracking branch 'weblate/develop' into develop
|
2023-07-11 23:45:39 -07:00 |
|
ThatOneCalculator
|
1eb3d4e866
|
refactor: ♻️ donation link logic, add link to /about, fix typo
|
2023-07-11 23:42:59 -07:00 |
|
ThatOneCalculator
|
7f497d3e67
|
feat: ✨ Donation pop-up with optional admin link
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
|
2023-07-11 23:23:44 -07:00 |
|
ThatOneCalculator
|
1a00e1c8e4
|
fix: 🐛 save reactions if added
|
2023-07-11 21:01:31 -07:00 |
|
ThatOneCalculator
|
eb49999d9c
|
fix: 🐛 plus button in reaction settings
|
2023-07-11 20:36:15 -07:00 |
|
ThatOneCalculator
|
0097ab33bd
|
fix: 🐛 plus button for reactions
|
2023-07-11 20:30:31 -07:00 |
|
ThatOneCalculator
|
d3a6e31415
|
save on delete
|
2023-07-11 19:24:24 -07:00 |
|
ThatOneCalculator
|
f8e57968b5
|
chore: 🎨 format
|
2023-07-11 19:21:52 -07:00 |
|
ThatOneCalculator
|
2c019bc347
|
fix
|
2023-07-11 19:20:58 -07:00 |
|
ThatOneCalculator
|
b9ddd5b569
|
fix
|
2023-07-11 19:08:47 -07:00 |
|
ThatOneCalculator
|
f58cf72e93
|
fix?
|
2023-07-11 18:55:24 -07:00 |
|
ThatOneCalculator
|
6d47313434
|
fix: 🐛 fix draggable
Use vue-draggable-plus instead of vuedraggable: https://github.com/SortableJS/vue.draggable.next/issues/216
Closes #10467
|
2023-07-11 18:26:53 -07:00 |
|
Namekuji
|
aa92dbf967
|
chore: change account
|
2023-07-11 20:48:38 -04:00 |
|
ThatOneCalculator
|
774dbbc360
|
fix: 🚑 correct import for swiper 10
|
2023-07-10 21:16:56 -07:00 |
|
ThatOneCalculator
|
7a6c602bab
|
chore: 🎨 format
|
2023-07-09 20:46:58 -07:00 |
|
ThatOneCalculator
|
1da503eb11
|
feat: ✨ Timestamps on announcements
Closes #10453
|
2023-07-09 20:46:53 -07:00 |
|
freeplay
|
141ab4a96b
|
fix: error if no banner
|
2023-07-09 00:42:49 -04:00 |
|
ThatOneCalculator
|
a9b09f5b29
|
chore: 🎨 format
|
2023-07-08 16:21:15 -07:00 |
|
ThatOneCalculator
|
e88ab6cb0f
|
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
|
2023-07-08 16:20:55 -07:00 |
|
ThatOneCalculator
|
4d8853b7f5
|
fix: 🐛 server stats setting, meta fetching
|
2023-07-08 16:20:38 -07:00 |
|
naskya
|
18fcec6384
|
fix
|
2023-07-08 22:37:15 +00:00 |
|
naskya
|
1b8b6a8dd0
|
Add showPopup, isGoodNews to announcement setting UI
|
2023-07-08 20:01:16 +00:00 |
|
naskya
|
e2d4781610
|
chore: Use css module
|
2023-07-08 19:57:26 +00:00 |
|
freeplay
|
5bd5a8cc65
|
fix: banner blur
|
2023-07-08 13:06:56 -04:00 |
|
freeplay
|
a14659f19f
|
style: make background banner blur static
|
2023-07-07 21:50:45 -04:00 |
|
ThatOneCalculator
|
d1117ca6d4
|
refactor: 🔒 password input for object storage secret key
|
2023-07-06 13:03:39 -07:00 |
|
ThatOneCalculator
|
fa19b64901
|
fix: use unique key for my galleries
|
2023-07-06 12:41:34 -07:00 |
|
ThatOneCalculator
|
20366f8305
|
fix: use unique key for my page query
|
2023-07-06 12:41:29 -07:00 |
|
ThatOneCalculator
|
c4d4e850b2
|
chore: ⬆️ up prettier, pnpm
|
2023-07-05 18:28:27 -07:00 |
|
ThatOneCalculator
|
03c8bb5b88
|
chore: 🎨 format
|
2023-07-02 23:08:33 -07:00 |
|
ThatOneCalculator
|
d1b883d73b
|
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
|
2023-07-02 23:07:51 -07:00 |
|
ThatOneCalculator
|
dd36424cf3
|
fix: 💄 form switch padding
|
2023-07-02 23:06:25 -07:00 |
|
Syuilo
|
6919477820
|
refactor: ⚡ make identicons and server metrics optional
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
|
2023-07-02 19:23:55 -07:00 |
|
Kainoa Kanter
|
ccaad82ed8
|
Merge pull request '[PR]: Render instance description in about page as HTML' (#10393) from esm/calckey:fix/about-page-html into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10393
|
2023-07-02 23:23:52 +00:00 |
|
Syuilo
|
821320f51b
|
refactor: ⚡ make identicons and server metrics optional
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
|
2023-07-02 16:23:11 -07:00 |
|
Essem
|
1f6568ce22
|
Render instance description as HTML
|
2023-07-02 18:23:02 +00:00 |
|
ThatOneCalculator
|
4e37acc19c
|
fix: 🐛 display emoji stat properly
|
2023-07-02 09:26:03 -07:00 |
|
ThatOneCalculator
|
d384ab5c7c
|
me when codeberg
|
2023-07-02 00:20:14 -07:00 |
|
ThatOneCalculator
|
867c232ae7
|
fix
|
2023-07-01 22:35:38 -07:00 |
|
ThatOneCalculator
|
14aeda32ab
|
drive todo
|
2023-07-01 21:03:11 -07:00 |
|
ThatOneCalculator
|
d8226884d8
|
feat: ✨ add emoji count to admin panel
|
2023-07-01 20:54:37 -07:00 |
|
ThatOneCalculator
|
c553583d02
|
chore: 🎨 format
|
2023-07-01 20:46:33 -07:00 |
|
ThatOneCalculator
|
66b61bb41b
|
refactor: 🚩 post editing is no longer experimental
|
2023-07-01 20:00:51 -07:00 |
|
ThatOneCalculator
|
f6009dc6e8
|
refactor: 🌐 patrons description
|
2023-07-01 19:31:05 -07:00 |
|
freeplay
|
9f9dac8ff2
|
fix/refactor: move new posts button to MkTimeline
|
2023-07-01 21:35:05 -04:00 |
|
freeplay
|
03aa3af670
|
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
|
2023-07-01 19:21:44 -04:00 |
|
freeplay
|
28d2d06f32
|
fix: webkit blur effects
|
2023-07-01 19:21:26 -04:00 |
|