JackBailey
ae7b857bbc
Merge branch 'hay-kot:main' into server-price-total
2024-02-29 16:30:23 +00:00
Hayden
c708b1759e
fix: profile bugs and add full path ( #792 )
...
* fix template rendering
* tidy
* fix missing currencies and profile errors
* endpoint for fullpath of an item
* endpoint test
* fix assertions
2024-02-25 13:04:24 -09:00
Jack Bailey
af160df540
Fix label page (Result of slightly wrong merge)
2024-01-31 12:14:36 +00:00
Jack Bailey
026660da8c
Update API docs
2024-01-31 12:03:58 +00:00
Jack Bailey
94c57cfd3d
Merge branch 'main' into server-price-total
2024-01-31 11:52:02 +00:00
Jack Bailey
f67c98644c
Add label and location total price
2024-01-25 11:46:29 +00:00
Hayden
c4b923847a
feat: user defined currencies ( #700 )
...
* basic currency service for loading at runtime
* api endpoint for currencies
* sort slice before return
* remove currency validation
* validate using currency service
* implement selecting dynamic currency options
* bump go version
* fix type definition
* specify explicit type
* change go versions
* proper types for assetId
* log/return currency error
* make case insensative
* use ToUpper instead
* feat: adding new currencies (#715 )
* fix: task swag (#710 )
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
* [feat] Adding new currencies
---------
Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
* remove ts file and consoldate new values into json
* move flag to options namespace
* add env config for currencies
* basic documentaion
* remove in sync test
---------
Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
2024-01-18 10:45:42 -09:00
Hayden
2b79788fbe
feat: user defined currencies ( #700 )
...
* basic currency service for loading at runtime
* api endpoint for currencies
* sort slice before return
* remove currency validation
* validate using currency service
* implement selecting dynamic currency options
* bump go version
* fix type definition
* specify explicit type
* change go versions
* proper types for assetId
* log/return currency error
* make case insensative
* use ToUpper instead
* feat: adding new currencies (#715 )
* fix: task swag (#710 )
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
* [feat] Adding new currencies
---------
Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
* remove ts file and consoldate new values into json
* move flag to options namespace
* add env config for currencies
* basic documentaion
* remove in sync test
---------
Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
Former-commit-id: c4b923847a
2024-01-18 10:45:42 -09:00
Marcel K
d8e49622e5
feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672) ( #673 )
...
* feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672 )
* Update frontend/components/Item/Card.vue
---------
Co-authored-by: bee-eater <bee-eater@users.noreply.github.com>
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-01-04 12:10:44 -09:00
Marcel K
27b72603e1
feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672) ( #673 )
...
* feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672 )
* Update frontend/components/Item/Card.vue
---------
Co-authored-by: bee-eater <bee-eater@users.noreply.github.com>
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
Former-commit-id: d8e49622e5
2024-01-04 12:10:44 -09:00
zebrapurring
b9183109f2
fix: Render newlines in markdown fields ( #682 )
...
Co-authored-by: zebrapurring <>
2023-12-24 18:27:58 -09:00
zebrapurring
5e83b28ff5
fix: Render newlines in markdown fields ( #682 )
...
Co-authored-by: zebrapurring <>
Former-commit-id: b9183109f2
2023-12-24 18:27:58 -09:00
Hayden
3ee150e7d6
feat: add log statements + remove auto redirect ( #671 )
2023-12-15 18:32:44 -09:00
Hayden
d759fad40c
feat: add log statements + remove auto redirect ( #671 )
...
Former-commit-id: 3ee150e7d6
2023-12-15 18:32:44 -09:00
renovate[bot]
522943687e
fix(deps): update dependency markdown-it to v14 ( #655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 05:44:48 -09:00
renovate[bot]
3eb4c21263
fix(deps): update dependency markdown-it to v14 ( #655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: 522943687e
2023-12-12 05:44:48 -09:00
renovate[bot]
ff2577a739
chore(deps): update dependency vitest to v1 ( #652 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 05:44:38 -09:00
renovate[bot]
19c53dce2f
chore(deps): update dependency vitest to v1 ( #652 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: ff2577a739
2023-12-12 05:44:38 -09:00
Hayden
f2363b85cb
fix: ignore /api paths from service workers ( #649 )
2023-12-01 08:57:59 -09:00
Hayden
1b77b15db4
fix: ignore /api paths from service workers ( #649 )
...
Former-commit-id: f2363b85cb
2023-12-01 08:57:59 -09:00
Hayden
4d9131ba7e
fix: loading causing stale data to present in form( #650 )
2023-12-01 08:57:43 -09:00
Hayden
fc3bc3f010
fix: loading causing stale data to present in form( #650 )
...
Former-commit-id: 4d9131ba7e
2023-12-01 08:57:43 -09:00
Hayden
321a83b634
fix/feat: primary photo auto set and auto-set primary photo ( #651 )
...
* fix error when item doesn't have photo attachment
* automatically detect image types and set primary photo if first
* remove charts.js from libs
2023-12-01 08:57:29 -09:00
Hayden
81e76d9dd4
fix/feat: primary photo auto set and auto-set primary photo ( #651 )
...
* fix error when item doesn't have photo attachment
* automatically detect image types and set primary photo if first
* remove charts.js from libs
Former-commit-id: 321a83b634
2023-12-01 08:57:29 -09:00
Hayden
afbc6a49ac
fix: images in child items ( #623 )
...
* support parentID search
* fetch images for item children
2023-11-15 18:41:24 -09:00
Hayden
798d873f76
fix: images in child items ( #623 )
...
* support parentID search
* fetch images for item children
Former-commit-id: afbc6a49ac
2023-11-15 18:41:24 -09:00
renovate[bot]
2594d4cdb4
chore(deps): update dependency @types/markdown-it to v13 ( #577 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 18:18:19 -09:00
renovate[bot]
a26ea3bac5
chore(deps): update dependency @types/markdown-it to v13 ( #577 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: 2594d4cdb4
2023-11-15 18:18:19 -09:00
renovate[bot]
2eafa8e72f
chore(deps): update dependency @vite-pwa/nuxt to ^0.2.0 ( #616 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 18:18:07 -09:00
renovate[bot]
812b464bc7
chore(deps): update dependency @vite-pwa/nuxt to ^0.2.0 ( #616 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: 2eafa8e72f
2023-11-15 18:18:07 -09:00
renovate[bot]
e65d44fa9e
fix(deps): update dependency @pinia/nuxt to ^0.5.0 ( #620 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 18:17:57 -09:00
renovate[bot]
e1f34c2507
fix(deps): update dependency @pinia/nuxt to ^0.5.0 ( #620 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: e65d44fa9e
2023-11-15 18:17:57 -09:00
Hayden
80e2071300
fix: use theme aware background color ( #619 )
2023-11-15 18:01:03 -09:00
Hayden
eb9175ab27
fix: use theme aware background color ( #619 )
...
Former-commit-id: 80e2071300
2023-11-15 18:01:03 -09:00
Hayden
4738a9b131
chore: rewrite generator to resolve strange name generation ( #612 )
...
* rewrite generator to resolve strange name generation
* fix asset id types
* ignore errored types
* remove depreciated calls
* use more random words
* random user
2023-11-15 17:19:51 -09:00
Hayden
742ece7923
chore: rewrite generator to resolve strange name generation ( #612 )
...
* rewrite generator to resolve strange name generation
* fix asset id types
* ignore errored types
* remove depreciated calls
* use more random words
* random user
Former-commit-id: 4738a9b131
2023-11-15 17:19:51 -09:00
Hayden
0995478cc0
fix: restore location section ( #587 )
2023-10-15 06:37:47 -08:00
Hayden
31839eb444
fix: restore location section ( #587 )
...
Former-commit-id: 0995478cc0
2023-10-15 06:37:47 -08:00
Hayden
ae4b95301f
fix: infinite redirect issue ( #583 )
2023-10-10 05:43:44 -08:00
Hayden
6e203e7833
fix: infinite redirect issue ( #583 )
...
Former-commit-id: ae4b95301f
2023-10-10 05:43:44 -08:00
Hayden
d8482f3a13
Revert "chore(deps): update dependency nuxt to v3.7.4 ( #554 )" ( #580 )
...
This reverts commit 2cd3c15215
.
2023-10-06 20:29:27 -08:00
Hayden
0ef9d0deb8
Revert "chore(deps): update dependency nuxt to v3.7.4 ( #554 )" ( #580 )
...
This reverts commit 36e13ab03b
[formerly 2cd3c15215
].
Former-commit-id: d8482f3a13
2023-10-06 20:29:27 -08:00
Hayden
1365bdfd46
refactor: rewrite to cookie based auth ( #578 )
...
* rewrite to cookie based auth
* remove interceptor
2023-10-06 19:44:43 -08:00
Hayden
c71f077466
refactor: rewrite to cookie based auth ( #578 )
...
* rewrite to cookie based auth
* remove interceptor
Former-commit-id: 1365bdfd46
2023-10-06 19:44:43 -08:00
renovate[bot]
2cd3c15215
chore(deps): update dependency nuxt to v3.7.4 ( #554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 18:51:54 -08:00
renovate[bot]
36e13ab03b
chore(deps): update dependency nuxt to v3.7.4 ( #554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Former-commit-id: 2cd3c15215
2023-10-06 18:51:54 -08:00
Hayden
318b8be192
feat: primary images ( #576 )
...
* add support for primary images
* fix locked loading state issue
* add action to auto-set images
2023-10-06 18:51:08 -08:00
Hayden
b20c88e256
feat: primary images ( #576 )
...
* add support for primary images
* fix locked loading state issue
* add action to auto-set images
Former-commit-id: 318b8be192
2023-10-06 18:51:08 -08:00
Hayden
db16d3fb23
feat: make selectables clearable ( #572 )
2023-10-06 13:32:49 -08:00
Hayden
6ed1893bed
feat: make selectables clearable ( #572 )
...
Former-commit-id: db16d3fb23
2023-10-06 13:32:49 -08:00