2022-07-18 23:48:58 +00:00
|
|
|
# All the changes to Calckey from stock Misskey
|
|
|
|
|
2022-07-24 04:57:13 +00:00
|
|
|
## Planned
|
2022-07-19 16:41:38 +00:00
|
|
|
|
|
|
|
- MFM button
|
|
|
|
- Better Messaging UI
|
2022-07-19 19:34:53 +00:00
|
|
|
- Classic mode make instance icon bring up new context menu
|
2022-07-19 16:41:38 +00:00
|
|
|
- Like/star button
|
|
|
|
- Option to publicize instance blocks
|
|
|
|
- Better intro/onboarding
|
2022-07-24 02:04:40 +00:00
|
|
|
- Fully revamp non-logged-in screen
|
2022-07-27 06:55:58 +00:00
|
|
|
- Remote follow button
|
2022-07-19 16:41:38 +00:00
|
|
|
- Personal notes for all accounts
|
2022-07-19 17:27:06 +00:00
|
|
|
- Non-nyaify cat mode
|
|
|
|
- Timeline filters
|
2022-07-24 02:04:40 +00:00
|
|
|
- "Bubble" timeline
|
|
|
|
- Filter notifications by user
|
2022-07-25 20:26:56 +00:00
|
|
|
- Remove NSFW/AI stuff
|
2022-07-25 01:12:25 +00:00
|
|
|
- [Rat mode?](https://stop.voring.me/notes/933fx97bmd)
|
2022-07-19 16:41:38 +00:00
|
|
|
|
2022-07-24 05:06:59 +00:00
|
|
|
## Work in progress
|
2022-07-24 04:57:13 +00:00
|
|
|
|
2022-07-25 04:52:57 +00:00
|
|
|
- Less cluttered notification summary
|
2022-07-26 00:00:44 +00:00
|
|
|
- Admin custom CSS
|
2022-07-27 04:03:22 +00:00
|
|
|
- Improve accesibility score
|
|
|
|
<details><summary>Current Misskey score is 57/100</summary>
|
|
|
|
|
|
|
|
![](https://pool.jortage.com/voringme/misskey/8ff18aae-4dc6-4b08-9e05-a4c9d051a9e3.png)
|
|
|
|
|
|
|
|
</details>
|
2022-07-24 04:57:13 +00:00
|
|
|
|
|
|
|
## Implemented
|
2022-07-18 23:48:58 +00:00
|
|
|
|
2022-07-19 05:07:59 +00:00
|
|
|
- Yarn 3
|
2022-07-19 03:42:31 +00:00
|
|
|
- Saner defaults
|
|
|
|
- Star as default reaction
|
2022-07-24 02:54:13 +00:00
|
|
|
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
|
|
|
|
- Better sidebar/navbar
|
2022-07-25 23:07:56 +00:00
|
|
|
- [Profile background as banner](https://codeberg.org/Freeplay/Misskey-Tweaks/src/branch/main/snippets/profile-background.styl)
|
2022-07-27 04:03:37 +00:00
|
|
|
- Better timeline top bar
|
2022-07-24 02:10:05 +00:00
|
|
|
- Mark as read from notifications widget
|
2022-07-19 03:49:15 +00:00
|
|
|
- Better welcome screen (not logged in)
|
2022-07-20 03:17:51 +00:00
|
|
|
- Ability to turn off "Connection lost" message
|
2022-07-26 00:14:37 +00:00
|
|
|
- Raw instance info only for moderators
|
2022-07-24 02:45:27 +00:00
|
|
|
- Spinner instead of "Loading..."
|
2022-07-25 01:12:25 +00:00
|
|
|
- SearchX instead of Google
|
2022-07-24 06:40:28 +00:00
|
|
|
- Spacing on group items
|
2022-07-19 04:47:39 +00:00
|
|
|
- MOTD
|
2022-07-24 02:45:27 +00:00
|
|
|
- Reply limit bug fixed (somewhat)
|
2022-07-19 05:30:56 +00:00
|
|
|
- Custom assets
|
2022-07-24 02:06:08 +00:00
|
|
|
- [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021)
|
2022-07-24 02:03:38 +00:00
|
|
|
- [Styled Repair Tools](https://github.com/misskey-dev/misskey/pull/8956)
|
|
|
|
- [Option to make enter send message](https://github.com/misskey-dev/misskey/pull/8954)
|
|
|
|
- [Make showing ads optional](https://github.com/misskey-dev/misskey/pull/8996)
|
|
|
|
- [Autocomplete in messaging](https://github.com/misskey-dev/misskey/pull/8955)
|
|
|
|
- [Star is like](https://github.com/JakeMBauer/Misskey-Extras/blob/master/patches/star-is-like.patch)
|
|
|
|
- [Add additional background for acrylic popups if backdrop-filter is unsupported](https://github.com/misskey-dev/misskey/pull/8671)
|
|
|
|
- [Timeline page for non-login users](https://github.com/misskey-dev/misskey/pull/8927)
|
|
|
|
- [Add parameters to MFM rotate](https://github.com/misskey-dev/misskey/pull/8549)
|
2022-07-25 22:20:22 +00:00
|
|
|
- Many changes from [Foundkey](https://akkoma.dev/FoundKeyGang/Foundkey)
|
2022-07-25 22:22:19 +00:00
|
|
|
- 0ece67b04c3f0365057624c1068808276ccab981: refactor pages/auth.form.vue to composition API
|
2022-07-25 22:20:22 +00:00
|
|
|
- 0ece67b04c3f0365057624c1068808276ccab981: refactor pages/auth.form.vue to composition API
|
|
|
|
- 4bc9610d8bf5af736b5e89e4782395705de45d7d: remove unnecessary joins
|
|
|
|
- 9ee609d70082f7a6dc119a5d83c0e7c5e1208676: enhance privacy of notes
|
|
|
|
- 0fec6e10477b1c1b95d9469fbaf4e249a3722f12: remove ms dependency
|
|
|
|
- 46fff77accbe8bf0fd3cc88170d67b997bf2bdc3: client uses new API for child notes depth
|
|
|
|
- c35372a20d22cddb75e93a0b407f2b652cd7faf0: pack children without detail
|
|
|
|
- aca724e0bfff3e58b4d273f3ee744e3f3aa9c39b: enable to fetch replies recursively
|
|
|
|
- 2fe64c11502fd8d89c126558cd715e095c83754e: Refactor components/page/page.textarea.vue to composition API
|
|
|
|
- 6d3181f9835955e5b79bde5484c74bd70e7f9535: Refactor components/page/page.text.vue to composition API
|
|
|
|
- b630cd7eacd695bb705e6748c87f38425ec4ed45: refactor: add NoteReactions.packMany
|
|
|
|
- 3fe351df6d4e21f7748c46adfa6ca165abd030c0: fix: catch errors from packing with detail
|
2022-07-25 22:22:19 +00:00
|
|
|
- 63591da33e233b2ed0ab331ae6bb3c9eff5020ae: refactor: colours in queue chart
|