@realiizlabs/admin 0.15.8 → 0.15.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -739,7 +739,7 @@ function Tabs({ options, value, onChange, label = "Sections" }) {
739
739
  }
740
740
 
741
741
  // src/version.ts
742
- var ADMIN_VERSION = "0.15.8" ;
742
+ var ADMIN_VERSION = "0.15.9" ;
743
743
 
744
744
  // src/studio-ui/css.ts
745
745
  var STUDIO_CSS = `
@@ -733,7 +733,7 @@ function Tabs({ options, value, onChange, label = "Sections" }) {
733
733
  }
734
734
 
735
735
  // src/version.ts
736
- var ADMIN_VERSION = "0.15.8" ;
736
+ var ADMIN_VERSION = "0.15.9" ;
737
737
 
738
738
  // src/studio-ui/css.ts
739
739
  var STUDIO_CSS = `
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@realiizlabs/admin",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "description": "Realiiz Studio — the publishing dashboard for websites built on site-starter-pro.",
5
- "releaseNotes": "Help center on phones: the section list no longer sits on top of the articles it's a row of chips above them that scrolls sideways. Also from the previous release: if a rebuild takes too long after you press Update, the tracker now offers Nudge the build, which asks the hosting service to build again (sites need the VERCEL_DEPLOY_HOOK_URL setting; otherwise it tells you to contact your web team). The tracker can be minimized to one line, follows you into a new tab, and no longer promises a time. The Studio version now also appears at the foot of the avatar menu, so it's findable on a phone. Phone fixes: the date, status and Edit link on each content row no longer overlap or run off screen, Show web addresses works again, and the bottom icon bar spaces its icons evenly. Also: pressing Update shows a tracker that stays put — Updated, then Live — through the two-minute rebuild, survives a reload, and offers a Reload Studio button the moment the new version is running. Before, the tracker vanished as soon as the update was accepted, which looked like nothing had happened. Settings → Studio shows the same tracker and its Help center link now looks like one. On phones, the menu is now a bar of icons along the bottom of the screen, and content lists show each item as a readable card instead of a squeezed table.",
5
+ "releaseNotes": "Fixes a false alarm: pressing Update could show \"Reference does not exist\" even though the update had gone through (Studio and GitHub were both tidying up the same branch). Update now reports success and shows the tracker as intended. Also recent: the Help center's section list on phones is a row of chips above the articles; if a rebuild takes too long after you press Update, the tracker now offers Nudge the build, which asks the hosting service to build again (sites need the VERCEL_DEPLOY_HOOK_URL setting; otherwise it tells you to contact your web team). The tracker can be minimized to one line, follows you into a new tab, and no longer promises a time. The Studio version now also appears at the foot of the avatar menu, so it's findable on a phone. Phone fixes: the date, status and Edit link on each content row no longer overlap or run off screen, Show web addresses works again, and the bottom icon bar spaces its icons evenly. Also: pressing Update shows a tracker that stays put — Updated, then Live — through the two-minute rebuild, survives a reload, and offers a Reload Studio button the moment the new version is running. Before, the tracker vanished as soon as the update was accepted, which looked like nothing had happened. Settings → Studio shows the same tracker and its Help center link now looks like one. On phones, the menu is now a bar of icons along the bottom of the screen, and content lists show each item as a readable card instead of a squeezed table.",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "type": "module",
8
8
  "main": "./dist/index.cjs",