Remove dayjs as it's redundant now that we have date-fns Remove old sidebar components, leftover from nav-rail implementation Remove some duplicate CSS in app.vue, move some out of the global space
Codesplit the openAPI route, to reduce main app chunk Port over notification component from oaas-lite Add search feature for file/log editors (ctrl/cmd + f) Add ES Lint, run linter and apply all fixes
A number of TODO issues here:
Remove dayjs as it's redundant now that we have date-fns
Remove old sidebar components, leftover from nav-rail implementation
Remove some duplicate CSS in app.vue, move some out of the global space
Codesplit the openAPI route, to reduce main app chunk
Port over notification component from oaas-lite
Add search feature for file/log editors (ctrl/cmd + f)
Add ES Lint, run linter and apply all fixes
Update packages