-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
image boards #3534
image boards #3534
Conversation
40f320e
to
6601cee
Compare
I've rebased this on #3537 |
2173561
to
d97555c
Compare
we can extend this to many-to-many in the future if desired.
UI should only work w/ BoardDTO
To determine whether the Load More button should work, we need to keep track of how many images are left to load for a given board or category. The Assets tab doesn't work, though. Need to figure out a better way to handle this.
I forgot to add a way to remove an image from a board, but I'd like to get the merged and then continue to iterate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things aren't working for me locally:
- add board - I can't see the new board until I refresh. this seems to only happen when i am going from 0 to 1 boards 🤔 was able to reproduce reliably by deleting all boards and then adding one
- deleting a board that had images on it causes them to be in a bad state where they can't be added to other boards (maybe need a cascade delete on board delete?) (this may have actually been left over from my previous state a few days ago bc it seems to work fine on fresh DB)
- (probably unrelated?) saving selection of canvas image to gallery is not honoring selection again
Had incorrect `invalidatesTags` array for the mutation.
Fixed
Can't recreate this
Also cannot recreate this, if I enable |
@maryhipp I've added the ability to remove images from boards (in the context menu). I'd like to merge if you're happy, and then in a later PR, do a sweep of the board related services and their methods - I think there is room for cleanup. But the hard-to-change part (the db) is good I believe. |
No description provided.