Commit Graph

12 Commits

Author SHA1 Message Date
Nitwel
2dc48e8edf Custom Tooltip (#43)
* implemented basic tooltip

* add animation

* finish up tooltip, added instant option

* implemented basic tooltip

* add animation

* finish up tooltip, added instant option

* Uninstall v-tooltip

* Match folder structure of focus to tooltip

* Register new directives

* remove duplicate folder

* Export functions, cleanup animate

* Export update tooltip function

* Increase test covergae

* Added start and end options

* Structure positioning tests

* tooltip right end will now show on the right end

* Add tests for modifier states

* Update test coverage

* Fix stylelint issues

* made top as default position

* added inverted option

* fix lint

* Move tooltip style vars to theme

* Remove line clamp

* Update tests

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-02-18 17:58:24 -05:00
Rijk van Zanten
62bc8663a0 Private view (#41)
* Add file structure

* Add basics of private view

* Add composition api in every test

* Install nanoid

* Add request queue

* Register all global components

* Make bunny run on api queue

* Use private route for debug now

* Move request queue to store

* Remove unused sleep function in hover test

* Use new request queue in private view

* Remove jest pre-test config

* Finish logo + tests

* Add tests for private view

* Fix unhandled promise in api test
2020-02-17 14:06:04 -05:00
Rijk van Zanten
d4f4b4cac0 Stylelint config (#30)
* Install stylelint

* Move stylelint config to root

* Setup auto-fixing of scss on commit

* Use single quoted strings

Plays nicely with prettier

* Autofix CSS problems

* Fix indentation of package.json
2020-02-13 17:23:37 -05:00
rijkvanzanten
8636af7357 Add dark / light mode to storybook 2020-02-10 17:56:19 -05:00
rijkvanzanten
6788081b6f Install v-tooltip directive 2020-02-07 16:34:56 -05:00
rijkvanzanten
8af1960023 Install missing date-fns dep 2020-02-07 15:19:05 -05:00
rijkvanzanten
98b43cc294 Migrate over time-from-now composition 2020-02-07 15:17:16 -05:00
rijkvanzanten
a091a8a0aa Install pinia 2020-02-06 16:19:59 -05:00
rijkvanzanten
6f9c6f6b07 Migrate i18n, move to TS, add tests 2020-02-05 17:18:34 -05:00
rijkvanzanten
16f1413082 Update Storybook version 2020-02-05 15:45:27 -05:00
rijkvanzanten
9c3cd2e0c3 Install and initialize vue router 2020-02-05 15:37:14 -05:00
rijkvanzanten
8573e61015 Initial commit 2020-02-05 14:02:32 -05:00