forked from FoundKeyGang/FoundKey
FoundKey microblogging server as used on fedi2.0x7f.one
Michał Sidor
8840724a7c
This change replaces the reaction count on the reaction buttons under the post with micro avatars of the people reacting. This makes the whole thing feel more personal IMHO. Performance concerns: because the posts by themselves only contain reaction counts, this means executing an extra API call is done to fetch the list of users who reacted. This was already being done when hovering a reaction button, and my Raspberry Pi is doing pretty fine despite this patch. Further development was done to lazify the API call, so now reaction avatars are now fetched only when the reaction bar slides into view. This should lower the load a bit. Borrowed some ideas from code at https://medium.com/js-dojo/lazy-rendering-in-vue-to-improve-performance-dcccd445d5f TODO: check there might be a glitch when adding a reaction because it is already in view |
||
---|---|---|
.config | ||
.vscode | ||
.woodpecker | ||
.yarn | ||
assets | ||
cypress | ||
docs | ||
locales | ||
packages | ||
scripts | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.node-version | ||
.vsls.json | ||
.yarnrc.yml | ||
CHANGELOG-OLD.md | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
COPYING | ||
cypress.config.ts | ||
docker-compose.yml | ||
Dockerfile | ||
gulpfile.js | ||
LICENSE | ||
package.json | ||
Procfile | ||
READING.md | ||
README.md | ||
ROADMAP.md | ||
SECURITY.md | ||
yarn.lock |
FoundKey
FoundKey is a free and open source microblogging server compatible with ActivityPub. Forked from Misskey, FoundKey improves on maintainability and behaviour, while also bringing in useful features.
See the changelog and roadmap for more on what's changed and future plans.
Documentation
FoundKey's documentation is a work in progress. In the meantime, much of the documentation on the Misskey Hub will also apply to FoundKey.
Contributing
If you're interested in helping out with the project, please read the contributing guide.
Sponsors
FoundKey is not interested in sponsorships.