fix: restore AIUI mobile layout

This commit is contained in:
archipelago
2026-06-12 06:01:24 -04:00
parent 0cfb4dc81c
commit 495b90782a
3 changed files with 12 additions and 13 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v1.7.89-alpha (2026-06-12)
- Restored the established AIUI mobile layout by hiding the Archipelago close pill and removing the newly added back button on phones.
- Embedded AIUI once again receives `hideClose=true`, and its previous 16px mobile spacing allowance is restored without changing shared Mesh, dashboard, or app-session layouts.
- Validation passed with `git diff --check`, `npm run type-check`, and the focused frontend route tests.
## v1.7.88-alpha (2026-06-12)
- AIUI now loads immediately again instead of waiting on a production availability probe and cache-busted iframe URL, restoring the lighter launch behavior from before the regression.