homebox/frontend
Hayden 3d295b5132
feat: locations tree viewer (#248)
* location tree API

* test fixes

* initial tree location elements

* locations tree page

* update meta-data

* code-gen

* store item display preferences

* introduce basic table/card view elements

* codegen

* set parent location during location creation

* add item support for tree query

* refactor tree view

* wip: location selector improvements

* type gen

* rename items -> search

* remove various log statements

* fix markdown rendering for description

* update location selectors

* fix tests

* fix currency tests

* formatting
2023-01-28 11:53:00 -09:00
..
assets/css refactor: refactor item page UI (#235) 2023-01-21 21:15:23 -09:00
components feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
composables feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
layouts feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
lib feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
middleware feat: currency selection support (#72) 2022-10-15 12:15:55 -08:00
pages feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
plugins feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
public feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
stores feat: auth-roles, image-gallery, click-to-open (#166) 2022-12-03 10:55:00 -09:00
test feat: add additional currencies (#125) 2022-11-01 14:16:22 -08:00
.eslintrc.js frontend: cleanup 2022-09-09 14:46:53 -08:00
.nuxtignore feat: new dashboard implementation (#168) 2022-12-29 16:19:15 -09:00
app.vue feat: new dashboard implementation (#168) 2022-12-29 16:19:15 -09:00
nuxt.config.ts feat: new-card-design (#196) 2023-01-01 12:50:48 -09:00
package.json chore(deps): update dependency vitest to ^0.28.0 (#244) 2023-01-26 10:05:09 -09:00
pnpm-lock.yaml chore(deps): update dependency vitest to ^0.28.0 (#244) 2023-01-26 10:05:09 -09:00
postcss.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
tailwind.config.js feat: new dashboard implementation (#168) 2022-12-29 16:19:15 -09:00
tsconfig.json move to nuxt 2022-09-01 14:32:03 -08:00