homebox/frontend
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
..
assets/css feat: rebuild search UI w/ new filters (#269) 2023-02-09 17:47:41 -09:00
components feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672) (#673) 2024-01-04 12:10:44 -09:00
composables feat: add log statements + remove auto redirect (#671) 2023-12-15 18:32:44 -09:00
layouts refactor: rewrite to cookie based auth (#578) 2023-10-06 19:44:43 -08:00
lib feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
middleware feat: add log statements + remove auto redirect (#671) 2023-12-15 18:32:44 -09:00
pages feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
plugins feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
public feat: primary images (#576) 2023-10-06 18:51:08 -08:00
stores fix: refactoring errors (#359) 2023-03-20 21:48:22 -08:00
test chore: developer cleanup (#300) 2023-02-17 21:41:01 -09: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: pwa support (#366) 2023-03-23 10:27:12 -08:00
nuxt.config.ts fix: ignore /api paths from service workers (#649) 2023-12-01 08:57:59 -09:00
nuxt.proxyoverride.ts pr: fixed incorrect sum of the total items price (#568) 2023-10-06 12:50:55 -08:00
package.json fix(deps): update dependency markdown-it to v14 (#655) 2023-12-12 05:44:48 -09:00
pnpm-lock.yaml fix(deps): update dependency markdown-it to v14 (#655) 2023-12-12 05:44:48 -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