Commit Graph

15 Commits

Author SHA1 Message Date
rijkvanzanten
010eabad27 Format remaining md files 2021-05-04 18:52:08 -04:00
rijkvanzanten
801e868554 Fix remaining eslint errors
h/t @paescuj
2021-04-29 15:55:12 -04:00
Pascal Jufer
acd41eb0be Syntax fixes (#5367)
* Declare return types on functions

And a very few other type related minor fixes

* Minor syntax fixes

* Remove unnecessary escape chars in regexes
* Remove unnecessary awaits
* Replace deprecated req.connection with req.socket
* Replace deprecated upload with uploadOne
* Remove unnecessary eslint-disable-next-line comments
* Comment empty functions / catch or finally clauses
* Fix irregular whitespaces
* Add missing returns (null)
* Remove unreachable code
* A few logical fixes
* Remove / Handle non-null assertions which are certainly unnecessary (e.g. in
tests)
2021-04-29 12:11:43 -04:00
Nitwel
c2e7c85bbd Update documentation of app (#4222)
* move component docs to documentation

* update app docs tables for components

* update docs

* Add components to docs sidebar

* fix generated tables

* fix tables

* rename transitions

* update tables

* update nested components

* update tables

* update tables

* update tables

* update v-table table

* add basic documentation to each component

* remove all stories of storybook

* add missing documentation

* undate tables

* update tables

* update docs sidebar

* update app docs

* remove unused references

* add general readme

* update docs

* make reference titiles smaller

* add reference tag

* improve docs

* update order of tabs in sidebar

* remove all readmes and stories from interfaces/displays

* Cleanup menu

* Remove storybook

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-24 17:48:19 -05:00
rijkvanzanten
528112314d Remove outdated tests, fix imports 2020-11-09 12:29:01 -05:00
rijkvanzanten
1b71dd294e Add hide-archived default filter based on app toggle 2020-09-02 13:27:34 -04:00
rijkvanzanten
0e886f4db0 Replace soft delete with archive, add unarchive 2020-09-02 13:17:11 -04:00
rijkvanzanten
2b50004709 Only bind tooltip when it has a value 2020-08-12 15:56:30 -04:00
rijkvanzanten
7d174ca891 Increase speed of tooltip slightly 2020-08-07 12:45:24 -04:00
rijkvanzanten
4bd4e4ed1b Unbind tooltip on change to falsey value 2020-08-06 15:40:34 -04:00
rijkvanzanten
743a777ed6 Delete handler after unbind 2020-08-05 15:24:47 -04:00
rijkvanzanten
1e4b149731 Fix memory leak 2020-08-05 15:13:10 -04:00
rijkvanzanten
a8f057ceb2 Add unbind to tooltip 2020-08-05 14:43:58 -04:00
Nitwel
140e617241 fix tooltip showing when element is deleted 2020-08-05 20:25:30 +02:00
rijkvanzanten
d1aa5d350e Move app to app folder 2020-07-29 11:24:52 -04:00