Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lay out main UI elements #19

Closed
6 of 8 tasks
xynree opened this issue Feb 21, 2023 · 0 comments · Fixed by #26
Closed
6 of 8 tasks

lay out main UI elements #19

xynree opened this issue Feb 21, 2023 · 0 comments · Fixed by #26
Milestone

Comments

@xynree
Copy link
Owner

xynree commented Feb 21, 2023

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

@xynree xynree linked a pull request Feb 23, 2023 that will close this issue
znschaffer added a commit that referenced this issue Feb 23, 2023
add function getImage to generate the link to an items img_path

re #19
xynree added a commit that referenced this issue Feb 25, 2023
* 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>
@xynree xynree mentioned this issue Feb 25, 2023
Closed
9 tasks
@znschaffer znschaffer added this to the MVP milestone Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants