Ferdinand Thiessen
a30da50b1d
[deps] FIX require correct version of types package
2021-11-12 10:31:01 +01:00
Ferdinand Thiessen
53951daa25
[notification] Ignore notifications for missing plugins, identify plugins by ID rather then name.
2021-11-11 15:27:57 +01:00
Ferdinand Thiessen
59920e23a5
[cleanup] Minor style cleanup + use MDIv6
2021-11-11 15:26:57 +01:00
Ferdinand Thiessen
5952c9b7f2
[deps] Update dependencies, Quasar is now more stable
2021-11-11 11:53:11 +01:00
Ferdinand Thiessen
73f50e9f4f
[cleanup] Fix some warnings of the vue eslint plugin
2021-11-11 11:52:20 +01:00
Ferdinand Thiessen
dfb924bb3f
[API] Update dependencies, fix error checking
...
Typescript now defaults to unknown instead of any for Errors (catch).
Implemented helper function to check AxiosErros.
2021-11-11 11:35:11 +01:00
Ferdinand Thiessen
bc9dba1c7b
[cleanup] Fix some minor formatting
2021-11-11 11:11:06 +01:00
Ferdinand Thiessen
1132bfd129
[deps] Update to rc pinia and fix TypeScript version for ESLint
2021-08-30 14:21:53 +02:00
Ferdinand Thiessen
fe1fae10f5
[plugins]: Allow ordering menu links, fixes #10
2021-07-29 18:26:38 +02:00
Ferdinand Thiessen
1c36399ac0
chore(config): Enable HMR for plugins
2021-07-02 15:18:18 +02:00
Tim Gröger
a38954cf70
Merge branch 'develop' of flaschengeist.dev:Flaschengeist/flaschengeist-frontend into develop
2021-06-29 09:37:48 +02:00
Ferdinand Thiessen
35d8433e23
[chore] Quasar is out of beta! (And pinia out of alpha)
2021-06-26 17:27:31 +02:00
groegert
731cc20a06
[core] removed some prettier lines
...
fixes #9
2021-05-27 12:53:18 +02:00
groegert
c38032085f
[core] added computation in EssentialExpansionLink
...
fixes #9
2021-05-27 12:35:25 +02:00
Ferdinand Thiessen
22f47bd34e
[docs][core] Move devel docs to wiki, use correct api package
2021-05-26 18:49:36 +02:00
Tim Gröger
16fd9201ae
Merge pull request 'Seperated plugin and api types into subprojects' ( #2 ) from seperate_plugins into develop
...
Reviewed-on: #2
2021-05-26 12:12:44 +00:00
Ferdinand Thiessen
873fee3301
[docs] Updated readme on how to install plugins
2021-05-25 22:09:26 +02:00
Ferdinand Thiessen
1802081ad2
Merge branch 'develop' into seperate_plugins
2021-05-25 22:01:13 +02:00
Ferdinand Thiessen
631e78acb3
[core] minor cleanup
2021-05-25 21:55:22 +02:00
Ferdinand Thiessen
d422380adc
[core] Fixed menu link title generation
2021-05-25 21:54:49 +02:00
Ferdinand Thiessen
0c279289b2
[test] enable all plugins
2021-05-25 21:54:09 +02:00
Ferdinand Thiessen
979eab05af
[api] Fixed session loading
2021-05-25 21:52:26 +02:00
Ferdinand Thiessen
fd918f5bb7
[core] Added vendor (always) required plugins
2021-05-25 16:27:10 +02:00
Ferdinand Thiessen
068dbdcc7b
[docs] README section about plugin development
2021-05-25 16:26:41 +02:00
Ferdinand Thiessen
8c9db67b95
[core] Seperated all plugins from the main source tree
2021-05-25 16:13:15 +02:00
groegert
86bad83e53
[core] added computation when accessing promised store in EssentialExpansionLink
...
fixes #9
2021-05-25 12:46:54 +02:00
groegert
625ac55b0a
[core] prevent recursive logouts on htto-401
...
fixes #7
2021-05-24 19:30:28 +02:00
groegert
9940589d1a
[core] prevent recursive logouts on htto-401
...
fixes #7
2021-05-24 19:21:49 +02:00
groegert
f2b7f3a3b4
[core] call api.delete(`auth/${token}`) within a valid session
...
fixes: #7
2021-05-21 10:17:56 +02:00
Ferdinand Thiessen
f9c9f6efbe
[core] Seperated plugin and api types into subproject
2021-05-21 01:42:41 +02:00
Ferdinand Thiessen
0873b2da22
[core][plugin] Fixed compatibility with Pinia
...
* API BREAK! Menu link title now must be a string or a function return a string
* Pinia unwraps Refs so we had to get rid of the ComputedRef
* Use current typescript
2021-05-20 20:31:37 +02:00
groegert
734a3e51c9
[core] added some hints to ease the initial development setup
2021-05-20 16:27:40 +00:00
Ferdinand Thiessen
cf1a5cc922
[core][deps] Updated deps and fix typescript errors
2021-05-19 15:37:50 +02:00
Ferdinand Thiessen
6e503ed38f
[deps] Upgrade dependencies for webpack 5
2021-04-28 15:28:05 +02:00
Ferdinand Thiessen
4cbff6b077
[deps]: Update quasar, now uses webpack5 (Node14+ support!)
2021-04-27 15:16:58 +02:00
Ferdinand Thiessen
2b42dad617
[deps] Updated dependencies, dropped calendar submodule in favor of alpha release
2021-04-22 23:16:00 +02:00
Ferdinand Thiessen
8b6c400689
pricelist: Fixed wrong default value for modelValue
2021-04-22 23:14:11 +02:00
Tim Gröger
5174e7fea3
[core] some style loginpage
2021-04-19 10:12:18 +02:00
Tim Gröger
95867428a8
[core] draggable shortcutlinks
2021-04-18 23:43:16 +02:00
Tim Gröger
3c7d711f59
[core] dynamic shortcutlinks
2021-04-18 23:26:54 +02:00
Tim Gröger
81c5b10101
[core] change style of menulinks in drawer
2021-04-18 22:33:32 +02:00
Tim Gröger
a8a6cd8814
Merge branch 'feature/pricelist' into develop
2021-04-17 18:32:06 +02:00
Tim Gröger
18d0098bb3
[pricelist][ #6 ] draggable change of order of pricelist columns
2021-04-17 18:26:21 +02:00
Tim Gröger
be347225c4
[pricelist] some more style
2021-04-17 14:44:25 +02:00
Tim Gröger
e2b46d96b9
[pricelist] clean style tags
2021-04-17 14:17:42 +02:00
Tim Gröger
6e74105f38
[pricelist] clean styele extraIngredients
2021-04-17 13:58:27 +02:00
Tim Gröger
ae5212bbfc
[pricelist] clean style drinkType
2021-04-17 13:40:03 +02:00
Tim Gröger
2a11964c4b
[pricelist][electron] add electron
2021-04-17 12:36:19 +02:00
Tim Gröger
e0bf8f77bf
[pricelist][fix] real fix for loading pictures in cordova
2021-04-16 17:19:34 +02:00
Tim Gröger
c76da59290
[pricelist][fix] cordova loading pictures
2021-04-16 16:50:58 +02:00