Tonya
e708bd9839
Begin switching from daisyui to shadcnui ( #492 )
...
* feat: add shadcn
* feat: add themes
* feat: make sidebar use shadcn
* feat: sort bg
* feat: lint fixes
* feat: make daisyui toggleable, add tooltips to sidebar, add work in progress docs page
* fix: theme switching for shadcn
* Fix minor profile.vue issue
* feat: update docs, enlarge SidebarMenuButton and refine profile layout
* feat: add testing page
* feat: update css and remove comments from template
* fix: create dropdown not opening due to tooltip interference also lint
* fix: correct CSS selector for homebox in main.css to ensure proper theming functionality
* feat: make theme switching actually kinda work for shadcn
* fix: sidebar colours
* fix: remove unused router import, made sidebar indicate active page and sort tailwind config linting
* style: update styles
* chore: remove unused duplicate code
* style: refine theme management, CSS variables, get styles closer to original
* feat: implement suggested changes
* feat: better button size
---------
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
2025-02-01 10:32:10 +00:00
zebrapurring
b22a49a0fd
feat: add search filter for items with no photo ( #383 )
...
* feat: add search filter for items without photos
* chore: configure Golang formatter for VSCode
* fix: displaying long filter labels for some locales
* feat: add search filter for items with photos
* test: fix linter errors
* chore: remove redundant height attribute
* fix: make with/without photo filters mutually exclusive
---------
Co-authored-by: zebrapurring <>
2025-01-27 23:00:24 +00:00
Tonya
9cf244c933
Add a warning when the version does not match the latest release ( #442 )
Docker publish rootless / build-rootless (push) Waiting to run
Docker publish / build (push) Waiting to run
Update Currencies / update-currencies (push) Waiting to run
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Dockerhub publish / build (push) Has been cancelled
2025-01-04 14:22:25 -05:00
Tonya
2ae1115a3e
refactor: remove strings lib ( #405 )
2024-12-26 16:37:07 -05:00
Katos
62a450f376
Fix integration tests
2024-12-26 18:49:48 +00:00
Matt Kilgore
75b9c2f45b
fix: missing migration
2024-12-26 18:36:28 +00:00
Katos
0f3948d435
Revert "Fix: Show labels on item page"
2024-12-26 17:38:01 +00:00
Matt Kilgore
2df7d25284
Run task ui:fix for lint
2024-12-26 16:51:29 +00:00
Katos
6a54b66fec
Update datelib.test.ts
...
Please fix the tests 😁
2024-12-26 16:42:38 +00:00
Matt Kilgore
91851b4333
Fix datelib test
2024-12-26 11:31:44 -05:00
Matt Kilgore
68cad395b8
Fix date test (I think)
2024-12-26 11:19:43 -05:00
slid1amo2n3e4
beed55f322
Merge branch 'main' into parent-location-sync
2024-12-13 15:01:02 +01:00
slid1amo2n3e4
63eb287485
Make the tests pass, hopefully.
2024-12-10 18:48:49 +01:00
Matt Kilgore
5e81e60106
fix : #289 Corrects the asset ID to always be correct for the description data. ( #351 )
2024-11-29 13:18:20 -05:00
Adam Kleizer
3d972dcac3
fix : #321 use date-fns for localized datetime formatting ( #345 )
...
* fix : #321 use date-fns for localized datetime formatting
* chore: lint fixes for use-formatters
* chore: more lint fixes for use-formatters
* date and currency localization fixes
---------
Co-authored-by: Ádám Kleizer <adkl@boyum-it.com >
2024-11-23 12:33:46 -05:00
Matt Kilgore
ab80805073
Merge branch 'main' into parent-location-sync
2024-10-28 15:51:31 -04:00
Tonya
ec5b6bb8ff
Get front end tests passing ( #299 )
...
* chore: get front end tests passing
* chore: add @vue/runtime-core to fix types for $t
* chore: sort lockfile
* Discard changes to frontend/pnpm-lock.yaml
* chore: sort lockfile
* chore: fix some type errors
* chore: switch from nuxi typecheck to vue-tsc to force a known good version
* chore: linting
* chore: update pnpm version in frontend test
* feat: add proper pagination type (need to sort why it still doesn't work)
* chore: format imports and initialize totalPrice in label page to null when no label is present
* chore: update pnpm to v9.12.2, merge ItemSummaryPaginationResult with PaginationResult, and handle error in label generator more gracefully
* chore: lint
---------
Co-authored-by: Matt Kilgore <matthew@kilgore.dev >
2024-10-28 15:47:00 -04:00
slid1amo2n3e4
17e7e24070
Implement syncing child's locations to that of parent.
2024-10-08 15:48:12 -04:00
Matt Kilgore
c6158e7c9e
fix: javascript handles nulls in an incredibly stupid way.
2024-10-05 15:38:31 -04:00
Matt Kilgore
908bfb530e
fix: API should expect actual floats now
2024-10-05 12:10:27 -04:00
Matt Kilgore
a3d5485c1d
fix : #147 notifier now shows previous input value
2024-10-04 13:49:36 -04:00
Maximilien Carbonne
ff874ac472
fix: wrong return type
2024-09-27 21:38:27 +02:00
Maximilien Carbonne
dc88406bcc
rework frontend for maintenances (factorize)
2024-09-27 21:38:27 +02:00
Maximilien Carbonne
ca85d4b483
simplify/factorize backend for maintenance
2024-09-27 21:38:27 +02:00
mcarbonne
a85c42b539
Implement maintenance view ( #235 )
...
* implement backend to query maintenances
* improve backend API for maintenances
* add itemId and itemName (v1/maintenances)
* fix remaining todo in backend (/v1/maintenances)
* refactor: extract MaintenanceEditModal
* first draft (to be cleaned)
* revert dependency updates (not required)
* translation + fix deletion
* fix main menu css issues
* fix main menu "create" button (css)
* enhancement: make item name clickable
* fix: add page title (+ translate existing ones)
* fix: missing toast translation (when updating)
* bug fix: missing group check in backend (for new endpoint)
* backport from following PR (to avoid useless changes)
* maintenances => maintenance
2024-09-23 13:07:27 -04:00
Katos
bcd826ed4f
Merge pull request #70 from zebrapurring/negate-labels
...
Implement filter option for negated labels
2024-06-30 16:02:04 +01:00
e79905b608
Implement filtering feature to negate selected labels
2024-06-28 17:21:05 +02:00
Katos
7e150aa8d7
Update to a
2024-06-22 17:16:32 +01:00
Katos
4d916a69af
Update to add total price
2024-06-22 17:16:32 +01:00
Hayden
b77c9be36f
chore: bump deps ( #810 )
...
* bump prettier/eslint-plugin
* bump nuxt pwa
* use typed imports
* set vue version to fix layout errors
* disable import
2024-03-01 09:08:14 -09:00
Hayden
4c9ddac395
fix: date picker improvements ( #793 )
...
* use vue component for date picker
* zero out database fields even when set to 0001-xx-xx
* fix wrong datetime display + improved datepicker
* fix ts error
* zero out times
* add date-fns to dependencies
2024-02-29 09:58:26 -09: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
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: c4b923847a1b695dcddd1b346adcccfd3f3ce706
2024-01-18 10:45:42 -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
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
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
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
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
Hayden
ef9a7cd811
fix: assert/asserts ( #521 )
...
Former-commit-id: 02ce52dbe3
2023-07-31 06:05:37 -08:00
Hayden
964270e054
feat: more currency support ( #520 )
...
* add multiple new currencies
* add multiple new currencies
* remove duplicate yen
Former-commit-id: c5ae6b17f9
2023-07-31 05:59:36 -08:00
Hayden
6fd228f1f4
ui: rework location/labels pages ( #475 )
...
* formatting
* slimdown locations page
* update location/labels
* fix dependency issues
* fix type generator
* cleanup unused variables
Former-commit-id: 016780920d
2023-07-27 13:21:28 -08:00
db8200
0eb0b283b2
fix 3 places where API URLs were not constructed by function route ( #451 )
...
* Fixed 3 places where API URLs were not constructed by function route(path, params).
* autofix
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
Former-commit-id: 06eb6c1f91
2023-07-22 20:11:29 -08:00
Hayden
ef1531e561
feat: easily increment quantity ( #473 )
...
* fix vue version issue
* new patch API endpoint
* doc-gen
* new API class method for patch operations
* add quantity patch UI support
* fix typegen errors
* fix ts errors
2023-06-02 13:56:40 -08:00
Hayden
4dd925caf0
fix: other minor fixes ( #388 )
...
* remove overflow-hidden on when no collapsed
* fix recently added on homescreen
* fix delete account formatting
* add manufacturer to search
* move nav button to left
2023-04-01 22:01:21 -08:00
Hayden
faed343eda
fix: cookie-auth-issues ( #365 )
...
* fix session clearing on error
* use singleton context to manage user state
* implement remember-me functionality
* fix errors
* fix more errors
2023-03-22 21:52:25 -08:00
zodac
2d768e2b9c
feat Adding NZD currency ( #360 )
...
* Adding NZD as currency option
* Updating frontend
* Sorting alphabetically
* Fixing typo
2023-03-22 20:26:51 -08:00
Hayden
97fb94d231
fix: refactoring errors ( #359 )
...
* #352 - require one date to be set to save
* fix many type regressions
2023-03-20 21:48:22 -08:00
Hayden
db80f8a159
chore: refactor api endpoints ( #339 )
...
* move typegen code
* update taskfile to fix code-gen caches and use 'dir' attribute
* enable dumping stack traces for errors
* log request start and stop
* set zerolog stack handler
* fix routes function
* refactor context adapters to use requests directly
* change some method signatures to support GID
* start requiring validation tags
* first pass on updating handlers to use adapters
* add errs package
* code gen
* tidy
* rework API to use external server package
2023-03-20 20:32:10 -08:00
Vitalij Dovhanyc
dc08dbbd7a
feat: add czech currency ( #323 )
2023-03-20 18:42:11 -08:00
Hayden
23b5892aef
feat: Notifiers CRUD ( #337 )
...
* introduce scaffold for new models
* wip: shoutrrr wrapper (may remove)
* update schema files
* gen: ent code
* gen: migrations
* go mod tidy
* add group_id to notifier
* db migration
* new mapper helpers
* notifier repo
* introduce experimental adapter pattern for hdlrs
* refactor adapters to fit more common use cases
* new routes for notifiers
* update errors to fix validation panic
* go tidy
* reverse checkbox label display
* wip: notifiers UI
* use badges instead of text
* improve documentation
* add scaffold schema reference
* remove notifier service
* refactor schema folder
* support group edges via scaffold
* delete test file
* include link to API docs
* audit and update documentation + improve format
* refactor schema edges
* refactor
* add custom validator
* set validate + order fields by name
* fix failing tests
2023-03-06 21:18:58 -09:00