You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add routes for each item and add item
* add basic info in items [id] page
* update to add test images
* feat([id]/+page.svelte): get image from appdata directory
add function getImage to generate the link to an items img_path
re #19
* add command for getting categories for item, add to item page
* make rating into stars
* clean up onMount call
* add routes for edit and add item and basic inputs
* update selection for categories in edit
* icon
* feature: edit item page
* add temp image update for edit item
* add image update to add item
* update styling on add item page
* fix prerender builds
* fix update_items test
* remove .icns and add needed icons for windows build
* reuse component for edit in add and update add item working
* edit page functions
* fix csp
* images remove old versions from db and use crypto to generate filenames
* fix slice fn
* add delete_item
* update modal
---------
Co-authored-by: Zane Schaffer <znschaffer@gmail.com>
Add basic UI implementing the main CRUD elements
View Item Details
Add a new item
Update item details
Delete an item
View Ratings on an item
Add a rating to an item
Edit a rating
Delete a rating
The text was updated successfully, but these errors were encountered: