ETT-1404: mondo collection edit button and modal#198
Merged
carylwyatt merged 4 commits intomainfrom Apr 14, 2026
Merged
Conversation
kron-spar
approved these changes
Apr 9, 2026
This file contains hidden or 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
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.
Edit: I just discovered some very unfortunate mobile styles in this collection description card, so I need to clean that up before this is ready.
I needed to add the collection owner variable to the
lsXML, but other than that, I mainly copied thembtemplate and updated some variables to add the Edit button and get the data into the form.Staged on dev-3, but creating a mondo collection was not fun. I uploaded a 5-minute screencast so you can see the changes in mondo collections without needing to create one yourself.
Screenshare.-.2026-04-01.3_10_50.PM.mp4
a11y/UI
When the desktop is zoomed in to 400% or at 320px width, reflow breaks in this component. You have to scroll horizontally to see all the content. It also has this goofy layout for the search bar in mondo collections, which could be better.
updates
It's not perfect, but this is looking much better and the reflow issue is fixed. 🙌

testing
You can see the changes I made to the mobile layout in the screenshot above, but if you want to test it in a non-mondo scenario, you can see that on dev-3 in any other type of collection. I also updated the mobile styles on any collection list page (Featured Collections, My Collections) to fix reflow. You shouldn't be able to horizontally scroll on small screen sizes anymore. Try using the device toolbar in chrome's developer tools and make the screen width 320px. Let me know if you have questions!