-
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
feat(ui, api): archive boards #6546
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5483a5 - Browse repository at this point
Copy the full SHA d5483a5View commit details -
feat(api): add archived query param to board list endpoint to include…
… them in the response
Configuration menu - View commit details
-
Copy full SHA for 02a4f55 - Browse repository at this point
Copy the full SHA 02a4f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd25dda - Browse repository at this point
Copy the full SHA dd25ddaView commit details -
feat(ui): add ability to archive/unarchive boards, add toggle to gall…
…ery settings to show/hide archived boards in list
Configuration menu - View commit details
-
Copy full SHA for 87ba018 - Browse repository at this point
Copy the full SHA 87ba018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5c4ab - Browse repository at this point
Copy the full SHA 0d5c4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5be10e - Browse repository at this point
Copy the full SHA a5be10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 958b365 - Browse repository at this point
Copy the full SHA 958b365View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf8cad - Browse repository at this point
Copy the full SHA ccf8cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4edd3 - Browse repository at this point
Copy the full SHA 2d4edd3View commit details -
feat(ui): separate context menu for no board board
Much easier to not need to handle the board being optional in the component.
Configuration menu - View commit details
-
Copy full SHA for 104a858 - Browse repository at this point
Copy the full SHA 104a858View commit details -
(ui) allow auto-add on archived boards, reset to uncategorized if aut…
…o-add board is not currently visible due to archived view
Configuration menu - View commit details
-
Copy full SHA for 3c37bf3 - Browse repository at this point
Copy the full SHA 3c37bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8692f - Browse repository at this point
Copy the full SHA fd8692fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6e37b - Browse repository at this point
Copy the full SHA cd6e37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a767939 - Browse repository at this point
Copy the full SHA a767939View commit details -
fix(app): when creating image, skip adding to board if board doesn't …
…exist Before this change, if you attempt to create an image that with a nonexistent board, we'd get an unhandled error when adding the image to a board. The record would be created, but file not, due to the structure of the code. With this change, we now log a warning if we have a problem adding the image to the board, but the record and file are still created. A future improvement would be to create a transaction for this part of the code, preventing some other situation that could result in only the record or only the file beings saved.
Configuration menu - View commit details
-
Copy full SHA for 7098042 - Browse repository at this point
Copy the full SHA 7098042View commit details -
Looks like in the latest version of ruff, E721 was added or changed and now catches something it didn't before.
Configuration menu - View commit details
-
Copy full SHA for 7387be6 - Browse repository at this point
Copy the full SHA 7387be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18da0b - Browse repository at this point
Copy the full SHA d18da0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037b17e - Browse repository at this point
Copy the full SHA 037b17eView commit details -
feat(ui): handle edge cases when archiving/deleting boards
If the currently selected or auto-add board is archived or deleted, we should reset them. There are some edge cases taht weren't handled in the previous implementation. All handling of this logic is moved to the (renamed) listener.
Configuration menu - View commit details
-
Copy full SHA for 822017b - Browse repository at this point
Copy the full SHA 822017bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd36ec - Browse repository at this point
Copy the full SHA 1cd36ecView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b7938c - Browse repository at this point
Copy the full SHA 4b7938cView commit details