mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Add migrations, start on service * Dont track TODO files * Update collection types, add collection type * Allow drag and drop sorting of collections * Add tooltip * Add grouping + collapsed state * Fix nested closed state * Tweak active drag styling * Remove collapsed state * Add folder creation/editing * Render collections as nested tree in nav * Fix open active state * Add dense when collection count > 5 * Add visible toggle * Add show-hidden toggle * Fix css specificity * Add support for query in v-list-group * Add missing cascade * Remove collapsed state * Finish three-way toggle * Add custom lock icon * Fix icon size in non-dense * Redirect to first & open tree on load * Dont make prop required * Fix search * Only apply archive filter when enabled in settings * Add archive view * Add translations * Hide organization fields * Show system collections
23 lines
236 B
Plaintext
23 lines
236 B
Plaintext
.DS_Store
|
|
node_modules
|
|
.vscode
|
|
.env
|
|
.env.*
|
|
.secrets
|
|
npm-debug.log
|
|
lerna-debug.log
|
|
.nova
|
|
*.code-workspace
|
|
dist
|
|
*.sublime-settings
|
|
*.db
|
|
.nyc_output
|
|
.history
|
|
/.idea/
|
|
*.tsbuildinfo
|
|
.e2e-containers.json
|
|
coverage
|
|
TODO
|
|
schema.yaml
|
|
schema.json
|