mirror of
https://github.com/directus/directus.git
synced 2026-02-13 09:15:21 -05:00
Users nav (#400)
* Add filters-to-query util * Add all users string * Suppot filters in tabular layout * Sync filters with collection presets * Support filters in use-items composition * Render users nav + use skeleton loader * Add list-item-icon type to skeleton loader * Fix missing loader indicator on table * Cleanup has click check * Dont route based on id * Fix loading state in table * Revert "Dont route based on id" This reverts commit 6de7cbe1b801d5e5e267f09a6e77dc73dcc60a37. * Fix table loading state * Fix routing for users module * Force role field to be fetched * Add roles store * Dont render avatar until user is known * Speed up hydration absurd much * Rely on roles store to prevent nav from loading * Fix tests
This commit is contained in:
@@ -177,6 +177,8 @@
|
||||
"create_new_project_copy": "Make sure you have your database information handy, then enter your API's Super-Admin password to continue.",
|
||||
"super_admin_token": "Super-Admin Token",
|
||||
|
||||
"all_users": "All Users",
|
||||
|
||||
|
||||
"about_directus": "About Directus",
|
||||
"activity_log": "Activity Log",
|
||||
|
||||
Reference in New Issue
Block a user