Nested modals #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from https://github.com/andotherstuff/universes/issues/50 by @staab on 2026-01-29T19:30:23Z
Right now there's no way to nest modals, but we need it sometimes on mobile. Currently, IconPickerButton fakes this, and so the back button doesn't work as expected to close the IconPicker. Find a way to specify whether a new modal should be "overlaid" or replace the previous one (this is different from replaceState).
Fixed in
19f532c1