Commit Graph

10030 Commits

Author SHA1 Message Date
Rijk van Zanten
6a87fbb0c6 Fix drawer contents overflow (#329) 2020-04-06 18:21:21 -04:00
dependabot-preview[bot]
39311982f7 Bump autoprefixer from 9.7.5 to 9.7.6 (#328) 2020-04-06 21:39:46 +00:00
Rijk van Zanten
bba4dae46d Activity sidebar (#327)
* Show activity sidebar in detail page

* Add localized format distance util

* Update use-time-from-now composition to use localized dates

* Install marked

* Add activity delta strings

* Show all activity records in sidebar

* Add correct permutations of users

* Make avatar rounded square

* Finish posting comments

* Remove empty test file

* Fix tests
2020-04-06 15:25:58 -04:00
dependabot-preview[bot]
281d2865c7 Bump @typescript-eslint/parser from 2.26.0 to 2.27.0 (#325) 2020-04-06 19:08:02 +00:00
dependabot-preview[bot]
92f7bbd680 Bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27.0 (#326) 2020-04-06 19:02:22 +00:00
dependabot-preview[bot]
399484be68 Bump css-loader from 3.4.2 to 3.5.0 (#323) 2020-04-06 18:50:30 +00:00
Jacob Rienstra
417fb4371d Interface textarea (#310)
* textarea component

* textarea component files

* textarea interface

* Update v-textarea

* Fix test

* Remove resize option in textarea

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2020-04-06 14:07:47 -04:00
dependabot-preview[bot]
30ec0c02b6 Bump prettier from 2.0.3 to 2.0.4 (#321) 2020-04-06 14:44:00 +00:00
dependabot-preview[bot]
08da30e4d2 Bump prettier from 2.0.2 to 2.0.3 (#320) 2020-04-05 21:21:32 +00:00
dependabot-preview[bot]
3833bb3eda Bump lint-staged from 10.1.1 to 10.1.2 (#319) 2020-04-05 09:34:35 +00:00
dependabot-preview[bot]
c234d76810 Bump @vue/cli-plugin-unit-jest from 4.2.3 to 4.3.0 (#318) 2020-04-04 14:46:41 +00:00
dependabot-preview[bot]
bfa49ee0d3 Bump @vue/cli-plugin-eslint from 4.2.3 to 4.3.0 (#317) 2020-04-04 14:42:22 +00:00
dependabot-preview[bot]
666b78cee9 Bump @vue/cli-plugin-typescript from 4.2.3 to 4.3.0 (#316) 2020-04-04 14:36:35 +00:00
dependabot-preview[bot]
660f543b4f Bump @vue/cli-plugin-babel from 4.2.3 to 4.3.0 (#315) 2020-04-04 14:30:56 +00:00
dependabot-preview[bot]
1e2445b985 Bump @vue/cli-service from 4.2.3 to 4.3.0 (#313) 2020-04-04 14:24:48 +00:00
dependabot-preview[bot]
e8c3bdab7b Bump @vue/cli-plugin-vuex from 4.2.3 to 4.3.0 (#312) 2020-04-04 14:18:20 +00:00
dependabot-preview[bot]
7fa1ef607b Bump @popperjs/core from 2.2.0 to 2.2.1 (#311) 2020-04-04 09:46:18 +00:00
Rijk van Zanten
ba94e83d4e Add contextual save options to detail page (#309)
* Add skeleton loader, add loading to v-form, add disabled to v-menu

* Make sure height matches with input

* Add transition to skeleton loader

* Force skeleton loader to adhere to input size on form

* Sneak in this little thing unnoticed
2020-04-03 20:29:04 -04:00
dependabot-preview[bot]
3a0f7a6163 Bump @types/jest from 25.2.0 to 25.2.1 (#305) 2020-04-03 21:32:55 +00:00
dependabot-preview[bot]
2da790ccc4 Bump @types/jest from 25.1.5 to 25.2.0 (#304) 2020-04-03 21:06:49 +00:00
Rijk van Zanten
670103a523 Add global settings form (#303)
* Add settings store

* Use brand variable in app.vue

* wip

* Add global settings form, refactor project error type

* Fix codesmell
2020-04-03 16:13:40 -04:00
dependabot-preview[bot]
11f9a7f89c Bump stylelint from 13.2.1 to 13.3.0 (#301) 2020-04-03 16:46:59 +00:00
dependabot-preview[bot]
ed5b4d4b80 Bump @popperjs/core from 2.1.1 to 2.2.0 (#300) 2020-04-03 15:09:51 +00:00
Rijk van Zanten
09372c8185 Add 404 route (#299) 2020-04-03 10:16:12 -04:00
Rijk van Zanten
c8793e538b Add dark mode (#297) 2020-04-02 21:18:21 -04:00
Rijk van Zanten
e50000a05a Add v-info component (#296)
* Add v-info component

* Add test placeholder

* Add readme
2020-04-02 20:48:01 -04:00
Rijk van Zanten
f4a1a2a4fd Style the project chooser correctly (#295) 2020-04-02 20:05:36 -04:00
Rijk van Zanten
61d991f4bf Radio buttons (#293)
* Add v-radio component

* Add tests, update storybook
2020-04-02 19:38:46 -04:00
Rijk van Zanten
9f79f744f3 Add notifications inline drawer (#292)
* Render missed notifications inline in drawer

* Fix tests
2020-04-02 15:35:46 -04:00
dependabot-preview[bot]
170487e3b2 Bump @types/jest from 25.1.4 to 25.1.5 (#291) 2020-04-02 17:10:48 +00:00
Rijk van Zanten
eab0c66269 Add ctx menu, note, required flag to v-form (#290)
* Use correct type styles for label

* Fix sup mode in icon

* Add required star and note

* Add ctx arrow

* Add contextual menu to fields

* Add some margin to note
2020-04-02 13:01:55 -04:00
Rijk van Zanten
eaf0dbb385 Type and color treatmeant (#281)
* Switch from roboto to inter

* Add and use new color palette

* Fix tests
2020-04-02 12:10:13 -04:00
dependabot-preview[bot]
8acb5917a6 Bump html-loader from 1.0.0 to 1.1.0 (#280) 2020-04-02 15:01:10 +00:00
Rijk van Zanten
24ba6c0752 [Settings] Add field setup flow (#279)
* Start on field setup modal

* Add field-setup first pane

* Add interface options support

* Use updated button to add field

* Add interface and display selection and options

* Add advanced options form

* Use field name in settings

* Hide titles when editing existing field

* Add disabled handler for next / previous

* ...

* Show error on failed saves

* Rename name to field

* Fix arrow inline styles

* Fix show-arrow

* Rework tab logic to use named tabs (makes dynamic relationship tab work)

* Make it pass tests
2020-04-01 19:06:24 -04:00
dependabot-preview[bot]
dbf63bdab3 Bump vue-cli-plugin-storybook from 1.2.1 to 1.2.2 (#278) 2020-04-01 22:56:30 +00:00
Rijk van Zanten
4dd05ec2e9 Add align and dashed props to button (#277) 2020-04-01 11:40:24 -04:00
Rijk van Zanten
43c949f2a0 Add v-fancy-select component (#276)
* Add v-fancy-select component

* Fix failing tests
2020-03-31 22:20:43 -04:00
Rijk van Zanten
9ef0255746 Update v-form to accept fields prop (#275) 2020-03-31 14:49:54 -04:00
Rijk van Zanten
d72b8bbcd7 Add v-modal component (#274)
* Start on v-modal, fix layering in v-dialog

* Add shadow to v-dialog content

* Add optional group identifier to groupable compositions

This allows groupable parents to be nested more flexibly:

tabs group
  item group
    item
      tab

In the case above, we only want the tab to trigger for tabs group, not item group.

* Add active prop support to v-list-item

Allows us to manually indicate that a list item is active, useful in v-menu

* Use v-list in vertical tabs

* Finish v-modal

* Update readme for groupable composition
2020-03-31 11:33:34 -04:00
dependabot-preview[bot]
f0679ae2e1 Bump @storybook/addon-knobs from 5.3.17 to 5.3.18 (#270) 2020-03-31 14:12:09 +00:00
dependabot-preview[bot]
aa90eeacf9 Bump lint-staged from 10.1.0 to 10.1.1 (#273) 2020-03-31 14:07:18 +00:00
dependabot-preview[bot]
6ef005168a Bump @storybook/addon-notes from 5.3.17 to 5.3.18 (#267) 2020-03-31 14:06:59 +00:00
dependabot-preview[bot]
4505241a02 Bump @storybook/addon-actions from 5.3.17 to 5.3.18 (#269) 2020-03-31 14:05:57 +00:00
dependabot-preview[bot]
88d80c11d1 Bump @storybook/vue from 5.3.17 to 5.3.18 (#272) 2020-03-31 13:59:52 +00:00
dependabot-preview[bot]
da4dc165c9 Bump @storybook/addon-viewport from 5.3.17 to 5.3.18 (#268) 2020-03-31 13:59:47 +00:00
dependabot-preview[bot]
76129a0a7b Bump @storybook/addon-centered from 5.3.17 to 5.3.18 (#265) 2020-03-31 13:54:04 +00:00
dependabot-preview[bot]
d15167b05d Bump @storybook/addon-links from 5.3.17 to 5.3.18 (#266) 2020-03-31 13:53:57 +00:00
dependabot-preview[bot]
d72c61988f Bump @storybook/core from 5.3.17 to 5.3.18 (#271) 2020-03-31 13:53:11 +00:00
dependabot-preview[bot]
2a19762841 Bump @storybook/addons from 5.3.17 to 5.3.18 (#264) 2020-03-31 13:47:18 +00:00
dependabot-preview[bot]
f6c05367a5 Bump nanoid from 2.1.11 to 3.0.2 (#256)
* Bump nanoid from 2.1.11 to 3.0.2

Bumps [nanoid](https://github.com/ai/nanoid) from 2.1.11 to 3.0.2.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/2.1.11...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Migrate to nanoid 3

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2020-03-30 17:01:00 -04:00