chore: version packages (alpha)#62
Merged
Merged
Conversation
faisal-rx
approved these changes
May 22, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@nextlyhq/adapter-drizzle@0.0.2-alpha.19
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@0.0.2-alpha.19
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-postgres@0.0.2-alpha.19
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-sqlite@0.0.2-alpha.19
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
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]:create-nextly-app@0.0.2-alpha.19
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@0.0.2-alpha.19
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/plugin-form-builder@0.0.2-alpha.19
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/storage-s3@0.0.2-alpha.19
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@0.0.2-alpha.19
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@0.0.2-alpha.19
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@0.0.2-alpha.19
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.