No description
Find a file
2023-10-10 09:34:59 +02:00
.vscode initial setup 2022-10-19 18:26:06 +00:00
assets basic sidebar thread viewing with url routing 2023-10-09 19:01:03 +02:00
src fix re-render of threadview 2023-10-10 09:34:59 +02:00
styling basic sidebar thread viewing with url routing 2023-10-09 19:01:03 +02:00
.envrc initial setup 2022-10-19 18:26:06 +00:00
.eslintrc.js initial setup 2022-10-19 18:26:06 +00:00
.gitignore initial setup 2022-10-19 18:26:06 +00:00
CODE_OF_CONDUCT.md initial setup 2022-10-19 18:26:06 +00:00
index.js bundler update 2023-10-09 19:00:10 +02:00
LICENSE initial setup 2022-10-19 18:26:06 +00:00
package.json basic sidebar thread viewing with url routing 2023-10-09 19:01:03 +02:00
README.md Merge branch 'timeline-refactor3' Squashed commit of the following: 2023-08-28 20:39:20 +02:00
release.sh initial setup 2022-10-19 18:26:06 +00:00
shell.nix initial setup 2022-10-19 18:26:06 +00:00
yarn.lock update fedifox-lib 2023-10-10 09:33:38 +02:00

Fedifox

Warning: this project is in very early stage, it might not go anywhere (or break your stuff)

Prototyping a new standalone Fediverse/ActivityPub client, designed around my experiences with current options, and community feedback.
Designed for GoToSocial first and foremost, but compatible with Mastodon where possible.

Funding

I work on a lot of different things, and you can support me through my Liberapay

This project has also received funding through the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.

Code of Conduct

In the repository is a copy of Rust's Code of Conduct. Please refer to this before interacting with the project or it's spaces.

Roadmap

In no particular order:

  • posting
    • privacy level
    • CW
    • media posting
      • caption
      • focus point
    • polls
    • (custom) emoji picker
  • timeline
    • better fetching
    • fetch older toots
    • handle gappy timeline
    • reconnect websocket
    • filtering
    • media
      • sensitive media, blur
      • handle loading failure?
      • better handling of video (photoswipe)
  • thread view (sidebar)
    • fetch context toots
    • better way to display threading?
    • other timelines
      • hashtags
      • federated
      • local
      • lists
      • DM's
  • toot interaction
    • boost
    • fav
    • reply (posting)
    • quote/boost with CW?
    • interaction from other account
  • settings
    • FediFox settings
      • logout
      • customize interface
      • themes
    • merge/include GoToSocial settings
      • account
      • admin
  • mobile
    • install as PWA
    • notifications/serviceworker stuff??
  • notifications
    • view notifications
    • sound
    • filtering
  • other stuff also
    • profile views
    • hashtag view
    • instance info view??
    • todo list with update posting
  • offline use