mirror of
https://github.com/mastodon/mastodon.git
synced 2026-06-11 02:00:48 -05:00
This feature implements bookmark folders, a way for users to organize their bookmarked posts into different folders. It's possible to create folders, edit their names and delete them. - UX: Allow users to assign bookmarks to specific folders - Frontend: Update UI to allow creating, editing, and deleting folders - API: Implement CRUD API for bookmark folders - Database: Add bookmark_folders table and update bookmarks table Co-authored-by: David Bento <david.p.bento@tecnico.ulisboa.pt> |
||
|---|---|---|
| .. | ||
| base_controller.rb | ||
| bookmarks_controller.rb | ||
| contexts_controller.rb | ||
| favourited_by_accounts_controller.rb | ||
| favourites_controller.rb | ||
| histories_controller.rb | ||
| interaction_policies_controller.rb | ||
| mutes_controller.rb | ||
| pins_controller.rb | ||
| quotes_controller.rb | ||
| reblogged_by_accounts_controller.rb | ||
| reblogs_controller.rb | ||
| sources_controller.rb | ||
| translations_controller.rb | ||