Add list of lists component to web UI (#5811)
* Add list of lists component to web UI * Add list adding * Add list removing * List editor modal * Add API account search limited by following=true relation * Rework list editor modal * Remove mandatory pagination of GET /api/v1/lists/:id/accounts * Adjust search input placeholder * Fix rspec (#5890) * i18n: (zh-CN) Add missing translations for #5811 (#5891) * i18n: (zh-CN) yarn manage:translations -- zh-CN * i18n: (zh-CN) Add missing translations for #5811 * Fix some issues - Display loading/missing state for list timelines - Order lists alphabetically in overview - Fix async list editor reset - Redirect to /lists after deleting unpinned list - Redirect to / after pinning a list * Remove dead list columns when a list is deleted or fetch returns 404
parent
12cea766
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/controllers/api/v1/accounts/search_controller.rb 5 ajouts, 4 suppressionsapp/controllers/api/v1/accounts/search_controller.rb
- app/controllers/api/v1/lists/accounts_controller.rb 17 ajouts, 1 suppressionapp/controllers/api/v1/lists/accounts_controller.rb
- app/javascript/mastodon/actions/lists.js 287 ajouts, 2 suppressionsapp/javascript/mastodon/actions/lists.js
- app/javascript/mastodon/features/getting_started/index.js 3 ajouts, 1 suppressionapp/javascript/mastodon/features/getting_started/index.js
- app/javascript/mastodon/features/list_editor/components/account.js 77 ajouts, 0 suppression...cript/mastodon/features/list_editor/components/account.js
- app/javascript/mastodon/features/list_editor/components/search.js 75 ajouts, 0 suppression...script/mastodon/features/list_editor/components/search.js
- app/javascript/mastodon/features/list_editor/index.js 80 ajouts, 0 suppressionapp/javascript/mastodon/features/list_editor/index.js
- app/javascript/mastodon/features/list_timeline/index.js 68 ajouts, 4 suppressionsapp/javascript/mastodon/features/list_timeline/index.js
- app/javascript/mastodon/features/lists/components/new_list_form.js 80 ajouts, 0 suppression...cript/mastodon/features/lists/components/new_list_form.js
- app/javascript/mastodon/features/lists/index.js 76 ajouts, 0 suppressionapp/javascript/mastodon/features/lists/index.js
- app/javascript/mastodon/features/ui/components/modal_root.js 2 ajouts, 0 suppressionapp/javascript/mastodon/features/ui/components/modal_root.js
- app/javascript/mastodon/features/ui/index.js 2 ajouts, 0 suppressionapp/javascript/mastodon/features/ui/index.js
- app/javascript/mastodon/features/ui/util/async-components.js 8 ajouts, 0 suppressionapp/javascript/mastodon/features/ui/util/async-components.js
- app/javascript/mastodon/locales/zh-CN.json 12 ajouts, 0 suppressionapp/javascript/mastodon/locales/zh-CN.json
- app/javascript/mastodon/reducers/accounts.js 6 ajouts, 0 suppressionapp/javascript/mastodon/reducers/accounts.js
- app/javascript/mastodon/reducers/accounts_counters.js 6 ajouts, 0 suppressionapp/javascript/mastodon/reducers/accounts_counters.js
- app/javascript/mastodon/reducers/index.js 2 ajouts, 0 suppressionapp/javascript/mastodon/reducers/index.js
- app/javascript/mastodon/reducers/list_editor.js 89 ajouts, 0 suppressionapp/javascript/mastodon/reducers/list_editor.js
- app/javascript/mastodon/reducers/lists.js 23 ajouts, 1 suppressionapp/javascript/mastodon/reducers/lists.js
- app/javascript/mastodon/reducers/settings.js 7 ajouts, 0 suppressionapp/javascript/mastodon/reducers/settings.js
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter