Rijk van Zanten
91e5691895
Use immediate watcher where needed ( #689 )
2020-06-09 13:47:59 -04:00
rijkvanzanten
5382afab19
Extract content padding into two separate vars
2020-06-09 13:02:22 -04:00
rijkvanzanten
ae0876594e
Fix overflow of tabular to maintain padding
2020-06-09 12:49:12 -04:00
dependabot-preview[bot]
1811d4a545
Bump @typescript-eslint/typescript-estree from 3.1.0 to 3.2.0 ( #688 )
2020-06-09 14:13:37 +00:00
dependabot-preview[bot]
08b3310029
Bump @vue/composition-api from 0.5.0 to 0.6.1 ( #683 )
...
* Bump @vue/composition-api from 0.5.0 to 0.6.1
Bumps [@vue/composition-api](https://github.com/vuejs/composition-api ) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/vuejs/composition-api/releases )
- [Changelog](https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/composition-api/compare/v0.5.0...v0.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Support composition api 0.6+
* Remove failing tests
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2020-06-08 18:17:58 -04:00
Rijk van Zanten
93c7cdef1f
Presets ( #687 )
...
* Fix preset detail dropdowns
* Filter preset collections dropdown
2020-06-08 17:32:48 -04:00
Rijk van Zanten
1a8e02a74e
Rename global settings -> project settings ( #686 )
2020-06-08 17:14:21 -04:00
rijkvanzanten
1376119392
Bump version
2020-06-08 16:30:24 -04:00
Rijk van Zanten
70bbb0aa22
Multiple files ( #685 )
...
* Start on files structure
* Move relationship helper to separate file
* Extract useSelection to file
* Extract use preview
* Remove unused imports
* Extract use-edit
* Remove unused import
* Use m2m base to create files
2020-06-08 15:56:35 -04:00
dependabot-preview[bot]
abedf251e0
Bump @popperjs/core from 2.4.0 to 2.4.1 ( #684 )
2020-06-08 16:41:52 +00:00
dependabot-preview[bot]
4fbf7b050d
Bump vue-i18n from 8.18.1 to 8.18.2 ( #682 )
2020-06-08 16:40:49 +00:00
rijkvanzanten
850937f797
Fix typing in story
2020-06-08 11:41:15 -04:00
rijkvanzanten
ac264b3ff0
Move mock data to storybook folder
2020-06-08 11:38:32 -04:00
Rijk van Zanten
f59c44b443
v-field-template ( #680 )
...
* Add use-field-tree composable
* Add v-field-template component
* Remove console.log
2020-06-05 16:46:18 -04:00
dependabot-preview[bot]
d9316d1a88
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 ( #681 )
2020-06-05 20:14:34 +00:00
dependabot-preview[bot]
25f5707eb6
Bump sass from 1.26.7 to 1.26.8 ( #679 )
2020-06-05 13:19:23 +00:00
rijkvanzanten
06146df21a
Fix role/webhook detail title
2020-06-04 18:40:51 -04:00
Rijk van Zanten
df3f6edf83
Many to Many ( #675 )
...
* Start on files inteface
* Return related m2m relation in store
* Add useRelations to files
* Fetch current items in files
* Allow dot notation in table row
* Render tableHeaders
* Add file display
* Register file display
* Remove unused css
* Rough in select modal
* Start on saving selected items
* Finish selecting existing item
* Auto fix line width of file display
* Rename var to be clearer
* Rework to allow editing junctino row
* Add support for junction fields in modal detail
* Stage changes to existing items correctly
* Show previously made edits in modal detail
* Blammo bunch of changes, lets do m2m first
* Stage newly created items
* Stage newly created items
* Add editing of newly added records
* Stage new edits of existing items
* Allow updating existing rows
* Stage selection of newly selected items
* Add fetching preview for related item
* Allow for updating staged selected existing items
* Fix nested m2o in m2m
* Finish deep fetch of multi-related item
* Finish deselecting of rows
* Add a little note to future self
2020-06-04 18:28:12 -04:00
dependabot-preview[bot]
2e6d7392c6
Bump typescript from 3.9.3 to 3.9.5 ( #678 )
2020-06-04 22:16:42 +00:00
Jacob Rienstra
a714befce0
Display stories ( #668 )
...
* rating
* datetime
* filesize
* image
* mime-type
* user
* Update .storybook/decorators/full-width.ts
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2020-06-04 15:02:09 -04:00
dependabot-preview[bot]
04741b7183
Bump @babel/core from 7.10.1 to 7.10.2 ( #667 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04 14:49:28 -04:00
Jacob Rienstra
90d01a5ed6
Fixes ( #665 )
...
* search input colors
* import tinymce icons
2020-06-04 14:49:12 -04:00
rijkvanzanten
a9a337d82b
Fix prop definition
2020-06-04 14:48:52 -04:00
Jacob Rienstra
827d6325fc
Keyboard Shortcuts ( #658 )
...
* mod a on tabular
* save on item detail
* shortcut composable
* Remove test, add readme
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2020-06-04 14:46:53 -04:00
Rijk van Zanten
487eb6491f
Update test.yml
2020-06-04 14:42:03 -04:00
Ben Haynes
c38e167069
Tweaks ( #659 )
...
* user component styling
* badge alignment
* selected checkbox label color
* add commit node custom icon
* fix translation key
* cleaner badge centering
* clean up last comment spacing
* style cleanup, badges for revision/comment count
* button styling
* fix tags styling
this supercedes the fix by jacob
* divider icon positioning
* correct help text
* remove docs module
* updated help text and other tweaks
* WIP: add heading and subheading to all modals
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2020-06-04 14:27:19 -04:00
Rijk van Zanten
670c007bac
Add cache
2020-06-04 14:27:07 -04:00
Rijk van Zanten
9c6a6975fe
Update README.md
2020-06-04 14:17:15 -04:00
Rijk van Zanten
9b2e575ac9
Update test.yml
2020-06-04 14:17:01 -04:00
dependabot-preview[bot]
0eaebe23c1
Bump stylelint-order from 4.0.0 to 4.1.0 ( #672 )
2020-06-04 15:02:24 +00:00
dependabot-preview[bot]
669a25896d
Bump lint-staged from 10.2.8 to 10.2.9 ( #677 )
2020-06-04 15:01:32 +00:00
dependabot-preview[bot]
232da93e9d
Bump stylelint from 13.5.0 to 13.6.0 ( #676 )
2020-06-04 14:55:07 +00:00
dependabot-preview[bot]
eef67729f4
Bump @types/lodash from 4.14.153 to 4.14.155 ( #674 )
2020-06-03 18:41:36 +00:00
dependabot-preview[bot]
ba9d80d9d2
Bump lint-staged from 10.2.7 to 10.2.8 ( #673 )
2020-06-03 18:23:44 +00:00
Rijk van Zanten
4c2f5dc2ba
Change print width to 120 ( #671 )
...
* Increase line-width to 120
* Auto-fix 100->120 columns
2020-06-01 16:50:08 -04:00
dependabot-preview[bot]
a2d04ecd26
Bump @typescript-eslint/typescript-estree from 3.0.2 to 3.1.0 ( #670 )
2020-06-01 18:01:41 +00:00
dependabot-preview[bot]
240f6996a6
Bump vue-router from 3.3.1 to 3.3.2 ( #664 )
2020-05-29 14:37:05 +00:00
dependabot-preview[bot]
49d45119cf
Bump lint-staged from 10.2.6 to 10.2.7 ( #663 )
2020-05-29 06:27:17 +00:00
dependabot-preview[bot]
65d8df6ab9
Bump sass from 1.26.6 to 1.26.7 ( #662 )
2020-05-29 00:37:59 +00:00
dependabot-preview[bot]
5431f3517d
Bump sass from 1.26.5 to 1.26.6 ( #661 )
2020-05-28 21:58:21 +00:00
Rijk van Zanten
6209a2a89b
Translations interface ( #660 )
...
* Pass scope onto group in v-item
* Add translations interface
2020-05-28 16:49:31 -04:00
Rijk van Zanten
8f98e6f611
Don't render custom nav when empty array ( #657 )
2020-05-28 09:55:30 -04:00
dependabot-preview[bot]
5331d29066
Bump @babel/core from 7.10.0 to 7.10.1 ( #654 )
2020-05-28 00:00:46 +00:00
dependabot-preview[bot]
5df6919ec9
Bump @babel/plugin-proposal-optional-chaining from 7.10.0 to 7.10.1 ( #653 )
2020-05-27 22:40:59 +00:00
Rijk van Zanten
88c0b1a7d9
Relational setup ( #652 )
...
* Add m2o relational setup
* Fix type check in localType
* wip o2m relational
* Finish relational setup on creation
* Account for m2m type
2020-05-27 18:33:59 -04:00
dependabot-preview[bot]
3fecddd90a
Bump vue-i18n from 8.18.0 to 8.18.1 ( #651 )
2020-05-27 19:56:23 +00:00
dependabot-preview[bot]
cbabfa6545
Bump vue-router from 3.3.0 to 3.3.1 ( #650 )
2020-05-27 19:30:19 +00:00
dependabot-preview[bot]
703a7fb4dc
Bump @typescript-eslint/typescript-estree from 3.0.1 to 3.0.2 ( #649 )
2020-05-27 19:13:47 +00:00
dependabot-preview[bot]
38c252b24d
Bump tinymce from 5.3.0 to 5.3.1 ( #646 )
2020-05-27 14:33:53 +00:00
dependabot-preview[bot]
d784f1a864
Bump vue-router from 3.2.0 to 3.3.0 ( #647 )
2020-05-27 14:27:03 +00:00