mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-27 12:27:29 -07:00
Compare commits
7 commits
8aa97e21d2
...
3064a363d7
Author | SHA1 | Date | |
---|---|---|---|
3064a363d7 | |||
|
32d53f31ba | ||
96d6a81461 | |||
df04862ff2 | |||
|
c2d625181c | ||
db239fecfb | |||
|
ea2d709116 |
3 changed files with 19 additions and 8 deletions
21
TODO.md
21
TODO.md
|
@ -1,11 +1,11 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## Things I want to change or add
|
## Things I want to change or add
|
||||||
- [ ] Achievements
|
|
||||||
- [ ] Allow admins to install optional themes instance-wide
|
- [ ] Allow admins to install optional themes instance-wide
|
||||||
- [ ] Misskey v14-like roles
|
- [ ] Misskey v14-like roles
|
||||||
- [ ] Implement any new MFM that has been added since the fork.
|
- [ ] Implement any new MFM that has been added since the fork.
|
||||||
- [ ] UI elements can be round (as in Misskey) or square-ish
|
- [ ] UI elements can be round (as in Misskey) or square-ish
|
||||||
- [ ] federated listenbrainz
|
|
||||||
- [ ] admin moderation notes (on user profiles)
|
- [ ] admin moderation notes (on user profiles)
|
||||||
- [ ] user memos (on user profiles)
|
- [ ] user memos (on user profiles)
|
||||||
- [ ] Make error message images configurable in Control Panel
|
- [ ] Make error message images configurable in Control Panel
|
||||||
|
@ -13,13 +13,20 @@
|
||||||
- [ ] Control Panel based reserved username list
|
- [ ] Control Panel based reserved username list
|
||||||
- [ ] FediBlock reasons
|
- [ ] FediBlock reasons
|
||||||
- [ ] Allow admins to set instance-wide default sounds
|
- [ ] 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
|
- [ ] 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
|
- [ ] 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
|
- [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
|
- [ ] Maybe add some 8-Bit alternatives to UI Sounds
|
||||||
- [ ] The ability to toggle showing boosts/rebeeps in the timeline (like the replies toggle)
|
- [ ] 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
|
||||||
|
|
|
@ -5,3 +5,7 @@
|
||||||
* With that said, GLHF!
|
* With that said, GLHF!
|
||||||
* This may eventuallly be replaced with a function in the admin panel.
|
* This may eventuallly be replaced with a function in the admin panel.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
height: 300px
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iceshrimp",
|
"name": "iceshrimp",
|
||||||
"version": "2023.12.7-jormungandr-bite.6",
|
"version": "2023.12.7-jormungandr-bite.7",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://iceshrimp.dev/limepotato/jormungandr-bite.git"
|
"url": "https://iceshrimp.dev/limepotato/jormungandr-bite.git"
|
||||||
|
|
Loading…
Reference in a new issue