Fix Topbar UI Bug#7225
Conversation
✅ Deploy Preview for reliable-cocada-166884 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Aniket-Engg
left a comment
There was a problem hiding this comment.
Feedback button is keeping only icon when we dock wallet on right but when we close right side wallet it is not bring back the text Feedback inside button
| try { | ||
| await renameWorkspace(currMenuName, workspaceName) | ||
| } catch (e) { | ||
| await renameWorkspace(currMenuName ?? '', workspaceName) |
There was a problem hiding this comment.
why this change is required?
| const onFinishDeleteWorkspace = async (workspaceName?: string) => { | ||
| try { | ||
| await deleteWorkspace(workspaceName) | ||
| await deleteWorkspace(workspaceName ?? '') |
0170115 to
7641ae8
Compare
this is still happening @joeizang |
This is because of screen resolution troubles again. I will make the limits pretty small then. I addressed this testing for screens that are 1080p @ 125% scaling. I will work on this some more today. |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx build remix-ide --cloud --verbose |
❌ Failed | 2m 40s | View ↗ |
nx lint vyper |
✅ Succeeded | <1s | View ↗ |
nx lint remixd |
✅ Succeeded | <1s | View ↗ |
nx lint solhint |
✅ Succeeded | <1s | View ↗ |
nx lint doc-gen |
✅ Succeeded | <1s | View ↗ |
nx lint remix-ui |
✅ Succeeded | 13s | View ↗ |
nx lint learneth |
✅ Succeeded | <1s | View ↗ |
nx lint debugger |
✅ Succeeded | <1s | View ↗ |
Additional runs (25) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-27 16:42:34 UTC
|
❌ E2E failures detected (workflow: web) Last run: Wed, May 27, 2026, 04:49 PM UTC Top failing tests (1/1):
Report generated by CI; artifacts are retained per CircleCI retention settings. |

fixes #7175