Commit Graph

6014 Commits

Author SHA1 Message Date
rijkvanzanten
740faf143a Have metric render 0 2021-06-24 18:58:47 -04:00
rijkvanzanten
013b6a9702 Undo sync test 2021-06-24 18:50:33 -04:00
rijkvanzanten
c13a31665e Use synced charts 2021-06-24 18:40:10 -04:00
rijkvanzanten
d92ea9e61a Show create button on empty dashboards in nav 2021-06-24 18:16:55 -04:00
rijkvanzanten
b1f13a0a1a Don't fire navguard on subroute 2021-06-24 18:11:39 -04:00
rijkvanzanten
6dd839feb0 Add navigation guard 2021-06-24 18:08:31 -04:00
rijkvanzanten
8c7360de28 Show color placeholder, fix edit modal 2021-06-24 18:01:36 -04:00
rijkvanzanten
f9fba64154 Fix panel registration 2021-06-23 19:22:49 -04:00
rijkvanzanten
fc7356b4a7 Use default false for abbreviate 2021-06-23 19:15:34 -04:00
rijkvanzanten
17df63a51b Use 0 for decimal default 2021-06-23 19:15:05 -04:00
rijkvanzanten
d6da482fc2 Merge branch 'aggregation' into insights 2021-06-23 19:01:46 -04:00
rijkvanzanten
140a84c57c Merge branch 'main' into aggregation 2021-06-23 19:01:42 -04:00
rijkvanzanten
67cf90fea4 Fix devmode 2021-06-23 19:01:37 -04:00
rijkvanzanten
1e1a5dd056 Tweaks 2021-06-23 18:57:46 -04:00
rijkvanzanten
d102669398 Add white to color preset defaults 2021-06-23 18:33:32 -04:00
rijkvanzanten
55834d292d Merge branch 'aggregation' into insights 2021-06-23 18:16:28 -04:00
rijkvanzanten
ee29fee7f1 Merge branch 'main' into aggregation 2021-06-23 18:16:21 -04:00
Nicola Krumschmidt
d544214c79 Fix extension loading on initial startup (#6471) 2021-06-23 18:16:13 -04:00
rijkvanzanten
592141bd9b Merge branch 'aggregation' into insights 2021-06-23 18:13:22 -04:00
rijkvanzanten
dd67fdbdfb Merge branch 'main' into aggregation 2021-06-23 18:09:00 -04:00
renovate[bot]
7b1e1f7f82 pin dependencies (#6469)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-23 13:01:49 -04:00
Nicola Krumschmidt
051df415df Fix extensions (#6377)
* Add support for npm extensions

* Allow extensions to import vue from the main app

* Bundle app extensions on server startup

* Fix return type of useLayoutState

* Add shared package

* Add extension-sdk package

* Add type declaration files to allow deep import of shared package

* Add extension loading to shared

* Refactor extension loading to use shared package

* Remove app bundle newline replacement

* Fix extension loading in development

* Rename extension entrypoints

* Update extension build instructions

* Remove vite auto-replacement workaround

* Update package-lock.json

* Remove newline from generated extension entrypoint

* Update package-lock.json

* Build shared package as cjs and esm

* Move useLayoutState composable to shared

* Reverse vite base env check

* Share useLayoutState composable through extension-sdk

* Update layout docs

* Update package versions

* Small cleanup

* Fix layout docs

* Fix imports

* Add nickrum to codeowners

* Fix typo

* Add 'em to vite config too

* Fix email

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-23 12:43:06 -04:00
renovate[bot]
1644c6397c update dependency @types/codemirror to v5.60.1 (#6468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-23 12:22:41 -04:00
Anton Strandman
c6698a3f2d Import a File link in Assets tip broken (#6467)
Fixed the link
2021-06-23 10:36:15 -04:00
Rijk van Zanten
b323ad8a53 New Crowdin updates (#6458)
* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Finnish)
2021-06-23 10:33:46 -04:00
Nicola Krumschmidt
a35c405409 Set calendar layout locale based on app locale (#6466) 2021-06-23 10:31:23 -04:00
renovate[bot]
bb86de93f0 update dependency tinymce to v5.8.2 (#6459)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-23 10:00:37 -04:00
Nicola Krumschmidt
bf7faf2899 Remove html tags from i18n strings (#6463)
This also removes an unnecessary html interpolation.
2021-06-23 09:56:27 -04:00
Rijk van Zanten
0eac808fd5 Update changelog.md 2021-06-22 22:08:01 -04:00
rijkvanzanten
465c10d4c7 v9.0.0-rc.80 v9.0.0-rc.80 2021-06-22 22:00:55 -04:00
rijkvanzanten
6886720ee5 Revert "update vue monorepo to v3.1.2"
This reverts commit 2dc5b79c22.
2021-06-22 21:46:00 -04:00
Rijk van Zanten
9cd433ff2a Update changelog.md 2021-06-22 21:09:26 -04:00
rijkvanzanten
5e0328fea0 v9.0.0-rc.79 v9.0.0-rc.79 2021-06-22 21:08:49 -04:00
rijkvanzanten
b9a857ccd7 Fix missing type signature 2021-06-22 21:08:28 -04:00
Rijk van Zanten
44082c60e1 Add schema caching (#6456)
* Rework cache handler to be function export

* Add default schema caching

* Add schema cache

* Auto purge schema cache on schema change from api

* Only set last_access value on login

* Add note on schema cache setting
2021-06-22 20:50:20 -04:00
Rijk van Zanten
b77285f3c3 Fixed issue that would prevent source code editing from staging values in wysiwyg (#6455)
Fixes #6306
2021-06-22 19:56:46 -04:00
Rijk van Zanten
7c562ec000 Fixed color option of the notice presentation interface (#6454)
Fixes #6353
2021-06-22 19:52:08 -04:00
Rijk van Zanten
7122b5d3b9 Fixed issue that would throw error in console when creating a new item in a collection w/ translations (#6453)
Fixes #6370
2021-06-22 19:48:45 -04:00
Johann Rekowski
bd5ca64db3 Fix spacings and icons on presentation link buttons (#6361)
* Fixed spacings between presentation-link buttons

* Fixed cut off icons on persentation-link buttons

* Use flex gap instead of margin

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-22 19:45:06 -04:00
Rijk van Zanten
0766f6b608 Fix creating custom names for recommend collection fields on new collection setup drawer (#6451)
Fixes #6381
2021-06-22 19:22:05 -04:00
Rijk van Zanten
e45a3e0570 Don't try rendering w/h when dont exist (#6450)
Fixes #6384
2021-06-22 19:16:47 -04:00
rijkvanzanten
9a2304a182 Clean up markdown value staging 2021-06-22 19:12:14 -04:00
Rijk van Zanten
aff2cebf2a Pass active codemirror instance to edit action (#6449)
Fixes #6373
2021-06-22 19:06:59 -04:00
rijkvanzanten
8eeac67e61 Don't overwrite preview with updated structure
Fixes #6407
2021-06-22 18:59:46 -04:00
Rijk van Zanten
4943100977 Don't default to directus_files on existing relation (#6447)
Fixes #6395
2021-06-22 18:36:27 -04:00
renovate[bot]
3a5fff17db update vue monorepo to v3.1.2 (#6443)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-22 18:33:00 -04:00
renovate[bot]
c69f7625bf chore(deps): update dependency micromark to v3 (#6446)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-22 18:26:25 -04:00
renovate[bot]
c594e29114 fix(deps): update dependency gatsby-source-filesystem to v3.8.0 (#6445)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-22 18:24:21 -04:00
Rijk van Zanten
25aaebacd4 Don't return default val for PK field in singleton (#6444)
Fixes #6429
2021-06-22 18:19:02 -04:00
renovate[bot]
3223c20baf chore(deps): update dependency marked to v2.1.2 (#6439)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-22 18:17:33 -04:00