-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[workers-playground] TopBar fixes (#4046)
* disable Deploy button if hash isn't present. Fixes DEVX-968 * Fix editing worker name not updating query param. Due to a race condition with the flip-flopping `isEditing` value, the worker name value wasn't being persisted to query params until the user edits the value a second time. * Make the Copy Link confirmation text no longer cause layout shift While the confirmation text is absolutely-positioned and isn't part of the layout flow, the wrapper div (needed to provide a positioning anchor) had a gap applied between it and its siblings due to its flex container. * Remove unused AnimatedToast component
- Loading branch information
Showing
1 changed file
with
62 additions
and
68 deletions.
There are no files selected for viewing
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