homebox/frontend
tctlrd 0b021e898f feat: add currencies XAG and XAU (#535)
* Added currencies XAG and XAU to currency.ts

I added XAG and XAU for myself and others who prefer to measure value with something of substance.

Review the ISO 4217 standard to view a full list of official currency codes including the ones I have added.

https://www.iso.org/iso-4217-currency-codes.html
https://en.wikipedia.org/wiki/ISO_4217

Example:
https://www.xe.com/currencyconverter/convert/?Amount=100&From=XAG&To=USD

API for exchange rates:
https://openexchangerates.org/

* Added field values xag and xau to group.go

* Update group.go
Former-commit-id: 5438898b49
2023-08-23 09:29:22 -08:00
..
assets/css feat: rebuild search UI w/ new filters (#269) 2023-02-09 17:47:41 -09:00
components feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
composables feat: set cookies' expires attribute and fix remember me (#530) 2023-08-09 18:48:39 -08:00
layouts feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
lib feat: add currencies XAG and XAU (#535) 2023-08-23 09:29:22 -08:00
middleware fix: cookie-auth-issues (#365) 2023-03-22 21:52:25 -08:00
pages feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
plugins feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
public feat: pwa support (#366) 2023-03-23 10:27:12 -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 feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
nuxt.proxyoverride.ts feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
package.json feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
pnpm-lock.yaml update lock file 2023-08-09 21:49:32 -05: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