-
Notifications
You must be signed in to change notification settings - Fork 0
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
🎬 Row actions #188
Merged
Merged
🎬 Row actions #188
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mrharpo
added
enhancement ➕
New feature or request
maintenance 🔧
Updates and upgrades
labels
Nov 17, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #188 +/- ##
==========================================
- Coverage 67.32% 66.98% -0.34%
==========================================
Files 20 20
Lines 1016 1045 +29
==========================================
+ Hits 684 700 +16
- Misses 332 345 +13 ☔ View full report in Codecov by Sentry. |
afred
approved these changes
Nov 17, 2023
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.
👍 yes()
|
mrharpo
added a commit
that referenced
this pull request
Feb 26, 2024
* main: 🍼 Ensure pip (#195) Adds pip to venv (#192) Adds venv to start of PATH (#191) Activates venv in production image (#190) 🎬 Row actions (#188) 🤖 Update dependencies (#186) 📩 MMIF Download (#182) ⛓️ Metaflow links (#185) 🎱 Fields: `Finished`, `Successful` (#184) ➕ Add MMIF to batch (#181) 🤖 Update dependencies (#177) 🔏 Requires valid access tokens for API calls (#173) 🏞 `MMIF` source (#168) ⌛ Expires all (#172) 🤖 Update dependencies (#171) 📄 Page title (#162) Fixes MediaFilesGuidsField, combines usage (#170)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Row actions
Uses new
@row_actions
to combine action logic for one and multiple.Example
Adapted from jowilf/starlette-admin#348 (comment)