Compare commits

..

7 commits

Author SHA1 Message Date
3064a363d7 Update TODO.md
Some checks are pending
/ test-build (push) Waiting to run
2024-07-05 00:19:24 -06:00
limepotato
32d53f31ba
revert 96d6a81461
revert Was a bit too big if in a reply

It actually doesnt matter, it changes based on how big the post is that is being replied to, a healthy dose of copium required or a script to dynamically change
2024-07-05 08:05:59 +02:00
96d6a81461 Was a bit too big if in a reply 2024-07-04 23:59:14 -06:00
df04862ff2 Text area 2024-07-04 23:38:25 -06:00
limepotato
c2d625181c
revert ea2d709116
revert Add Achievements Part 1/2, code by syuilo, Syuilotan@yahoo.co.jp

Signed-off-by: limepotato <limepot@protonmail.ch>
2024-07-05 07:34:02 +02:00
db239fecfb Bump version 2024-07-04 23:20:49 -06:00
Crimekillz
ea2d709116 Add Achievements Part 1/2, code by syuilo, Syuilotan@yahoo.co.jp
Signed-off-by: limepotato <limepot@protonmail.ch>
2024-07-01 18:17:37 -06:00
3 changed files with 19 additions and 8 deletions

21
TODO.md
View file

@ -1,11 +1,11 @@
# TODO
## Things I want to change or add
- [ ] Achievements
- [ ] Allow admins to install optional themes instance-wide
- [ ] Misskey v14-like roles
- [ ] Implement any new MFM that has been added since the fork.
- [ ] UI elements can be round (as in Misskey) or square-ish
- [ ] federated listenbrainz
- [ ] admin moderation notes (on user profiles)
- [ ] user memos (on user profiles)
- [ ] Make error message images configurable in Control Panel
@ -13,13 +13,20 @@
- [ ] Control Panel based reserved username list
- [ ] FediBlock reasons
- [ ] Allow admins to set instance-wide default sounds
- [ ] settings/privacy "Add 're:' at the beginning of comment in reply to a post with a CW" from FireFish
- [ ] settings/general "Update timelines automatically" from FireFish
- [ ] Drafts
- [ ] settings/general "Show server information by clicking the server ticker on a post" from FireFish
- [ ] settings/general "Show a warning if you attempt to post files without a description" from FireFish
- [ ] settings/general "Get assets from CDN" from FireFish
- [ ] Robot-Mode, much like cat-mode but, Robot antenna, and beeps and boops
- [X] When not signed-in, approvals off, try to signup, "Find another server" leads to dead link
- [ ] Maybe add some 8-Bit alternatives to UI Sounds
- [ ] The ability to toggle showing boosts/rebeeps in the timeline (like the replies toggle)
- [ ] Fix Activity Graph Time
- [ ] Disable Chat UI
- [ ] FireFish
- [ ] settings/privacy "Add 're:' at the beginning of comment in reply to a post with a CW"
- [ ] settings/general "Update timelines automatically
- [ ] settings/general "Show server information by clicking the server ticker on a post"
- [ ] settings/general "Show a warning if you attempt to post files without a description"
- [ ] settings/general "Get assets from CDN"
- [ ] Sharkey
- [ ] ListenBrainz API
- [ ] Trashposs
- [ ] Achievements

View file

@ -5,3 +5,7 @@
* With that said, GLHF!
* This may eventuallly be replaced with a function in the admin panel.
*/
textarea {
height: 300px
}

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.12.7-jormungandr-bite.6",
"version": "2023.12.7-jormungandr-bite.7",
"repository": {
"type": "git",
"url": "https://iceshrimp.dev/limepotato/jormungandr-bite.git"