forked from mirror/misskey
🌎 An interplanetary microblogging platform 🚀
|
Some checks failed
Lint / locale_verify (push) Has been cancelled
API report (misskey.js) / report (push) Has been cancelled
Check Misskey JS version / Check version (push) Has been cancelled
Check SPDX-License-Identifier / check-spdx-license-id (push) Has been cancelled
Check copyright year / check_copyright_year (push) Has been cancelled
Publish Docker image (develop) / Build (push) Has been cancelled
Dockle / dockle (push) Has been cancelled
Lint / pnpm_install (push) Has been cancelled
Release Manager: sync changelog with PR / edit (push) Has been cancelled
Storybook / build (push) Has been cancelled
Test (backend) / unit (22.11.0) (push) Has been cancelled
Test (backend) / e2e (22.11.0) (push) Has been cancelled
Test (federation) / test (22.11.0) (push) Has been cancelled
Test (frontend) / vitest (22.11.0) (push) Has been cancelled
Test (frontend) / e2e (chrome, 22.11.0) (push) Has been cancelled
Test (misskey.js) / test (22.11.0) (push) Has been cancelled
Test (production install and build) / production (22.11.0) (push) Has been cancelled
Test (backend) / validate-api-json (22.11.0) (push) Has been cancelled
Lint / lint (misskey-js) (push) Has been cancelled
Lint / lint (misskey-reversi) (push) Has been cancelled
Lint / lint (sw) (push) Has been cancelled
Lint / lint (misskey-bubble-game) (push) Has been cancelled
Lint / typecheck (backend) (push) Has been cancelled
Lint / typecheck (misskey-js) (push) Has been cancelled
Publish Docker image (develop) / merge (push) Has been cancelled
Lint / lint (backend) (push) Has been cancelled
Lint / lint (frontend) (push) Has been cancelled
Lint / lint (frontend-embed) (push) Has been cancelled
Lint / lint (frontend-shared) (push) Has been cancelled
Lint / typecheck (sw) (push) Has been cancelled
|
||
|---|---|---|
| .config | ||
| .devcontainer | ||
| .github | ||
| .okteto | ||
| .vscode | ||
| assets | ||
| chart | ||
| cypress | ||
| fluent-emojis@cae981eb4c | ||
| idea | ||
| locales | ||
| packages | ||
| scripts | ||
| .dockerignore | ||
| .dockleignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .node-version | ||
| .npmrc | ||
| .vsls.json | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| codecov.yml | ||
| compose.local-db.yml | ||
| compose_example.yml | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| crowdin.yml | ||
| cypress.config.ts | ||
| Dockerfile | ||
| healthcheck.sh | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| Procfile | ||
| README.md | ||
| ROADMAP.md | ||
| SECURITY.md | ||
Lockpick
An opinionated Misskey fork, powered by raccoons
Frontend
Complete
- In dev mode, the api request pending spinner is replaced by a count of pending requests under the dev ticker.
- By default, avatars are squared
- By default, the emoji picker is bigger
- By default, the navigation includes (in this order) notifications, follow requests, divider, search, explore, divier, clips, drive, announcements
- The divider in navigation isn't as wide
- Now has Inter as the font
- By default, the timeline has gaps
- MkPageHeader now has no bottom border
- Tabs in MkPageHeader are now a little easier to read and highlighted in the accent color
- Remove instance donation popup
- Remove Aichan
- Replace add attachment icon with paperclip icon
- Rename renotes to repeats
- Redesign MkNoteHeader so it has MkAvatar in it and the display name and username are stacked
- Redesign MkNoteHeader so on MkNoteSimple it's a single line
- Change timeline icons
- Make MkVisibility component for visibility-related icons to be the same across components
- Make channel indicator on notes larger and more spaced out, easier to click
- Make channel indicator its own component (MkChannelIndicator)
- Remove channel color bar indicator
- Show public visibility icon for consistency
- Make note collapsing less common
- Remove usage of MkInstanceTicker (for now)
- MkPageHeader uses less transparency effects
- Note and subnote contents open the note on click
Todo
- Like button on note
- Test if block filtering is as awful as it is in Sharkey (blocked users should have posts they're mentioned in hidden, renote of a quote of a blocked user, other cases where it's not checked)
Backend
Complete
- Remove NSFW model
- Remove 藍.moe links for /static-assets/ links
Todo
- Remove social timeline in favor of home timeline with local toggle
- Better replies in timeline
- Bubble timeline
- Mastodon-like search filtering since the attempts to make Misskey search good suck
Other
Complete
- Shortened AGPL notice in config
- Added
.npmrcto match project