v0.0.2-alpha.19
Pre-releaseReleased all 12 packages at 0.0.2-alpha.19 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).
What's changed
@nextlyhq/adapter-drizzle
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.
@nextlyhq/adapter-mysql
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.19
@nextlyhq/adapter-postgres
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.19
@nextlyhq/adapter-sqlite
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.19
@nextlyhq/admin
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/ui@0.0.2-alpha.19
create-nextly-app
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.
nextly
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.19
- @nextlyhq/adapter-mysql@0.0.2-alpha.19
- @nextlyhq/adapter-postgres@0.0.2-alpha.19
- @nextlyhq/adapter-sqlite@0.0.2-alpha.19
@nextlyhq/plugin-form-builder
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment. -
Updated dependencies [
e2b4131]:- @nextlyhq/admin@0.0.2-alpha.19
- nextly@0.0.2-alpha.19
- @nextlyhq/ui@0.0.2-alpha.19
@nextlyhq/storage-s3
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.
@nextlyhq/storage-uploadthing
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.
@nextlyhq/storage-vercel-blob
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.
@nextlyhq/ui
Patch Changes
-
#61
e2b4131Thanks @zeshan-rx! - Admin UI polish across the Entries forms, Schema Builder, sidebar, and global loaders.Field width is now respected end-to-end.
packFieldsIntoRowsno longer treatsgroupas a block-only field, so groups participate in the same row-packing as regular fields and honouradmin.widthon both the builder canvas and the entry form.FieldRowadds a synthetic spacer column when a row's declared widths sum to less than 100% so partial-width fields keep their authored size instead of stretching to fill, and usesitems-startso adjacent fields of different heights align cleanly.NestedFieldGroupin the schema builder uses the sharedpackIntoRows/parseWidthhelpers to render nested children in the same row layout as the top-level canvas;repeaterandgroupcontainers are forced to full width to stay readable.ComponentRowandGroupInputnow delegate toFieldRow+packFieldsIntoRowsinstead of mapping each child throughFieldRendererdirectly, so nested component and group fields lay out consistently with the surrounding form.pack-fields-into-rowsalso guards againstundefined/ non-arrayfieldsinput.Entries table no longer shows the
idcolumn by default.getDefaultVisibleColumnskeepsidavailable in the column toggler but excludes it from the initial visible set, matching the rest of the admin's "title first" presentation.Schema Builder toolbar is now sticky.
BuilderToolbarsticks to the top of the builder viewport (sticky top-0 z-30) with a solid background so it stays visible while scrolling long field lists; the collection / single / component builder pages were restructured to render the toolbar outsidePageContainerso the sticky positioning has the correct scroll parent, and the container drops its bottom padding to remove the gap underneath.Sidebar no longer flashes the empty / unauthorised state during hydration.
DualSidebarnow treats!isHydratedas part ofhasPermissionDataPending(alongside the existing permissions-loading / error checks), so menu groups render their loading skeletons until the router and permissions are both ready instead of briefly showing nothing.PermissionGuardloading state is replaced with a branded loader: a glassmorphic card with an ambient glow, the sharedSpinner, and the Nextly brand mark animated via two new global keyframes (brand-orbit,brand-pulse) added toglobals.css. A?debug_loading=truequery param force-enables the loading view to make iteration on the loader easier. Auth setup / reset-password / user-management / email-provider secret-field inputs get small consistency tweaks alongside the same loader treatment.