Skip to content
Nitro Kitv2.0.0.alpha.4

Search gallery…

IntroductionGalleryAgent guideGalleryHuman guideGalleryColorsFoundations · ThemeTypographyFoundations · ThemeSpacing & sizingFoundations · ThemeEffectsFoundations · ThemeButtonComponents · ActionsButton groupComponents · ActionsButton toComponents · ActionsAppearance pickerComponents · FormsCheckboxComponents · FormsCheckbox groupComponents · FormsComboboxComponents · FormsControl groupComponents · FormsDropzoneComponents · FormsFieldComponents · FormsField groupComponents · FormsFieldsetComponents · FormsInputComponents · FormsLabelComponents · FormsRadio buttonComponents · FormsRadio button groupComponents · FormsRich text areaComponents · FormsSelectComponents · FormsSwitchComponents · FormsTextareaComponents · FormsCommand paletteComponents · OverlaysDialogComponents · OverlaysDropdownComponents · OverlaysSheetComponents · OverlaysTooltipComponents · OverlaysAlertComponents · FeedbackEmpty stateComponents · FeedbackToastComponents · FeedbackAccordionComponents · Data displayAvatarComponents · Data displayAvatar stackComponents · Data displayBadgeComponents · Data displayDetails tableComponents · Data displayIconComponents · Data displayProgressive imageComponents · Data displayStat gridComponents · Data displayTableComponents · Data displayTypesetComponents · Data displayPaginationComponents · NavigationPagination barComponents · NavigationTabsComponents · NavigationToolbarComponents · NavigationCardComponents · LayoutContainerComponents · LayoutFlexComponents · LayoutGridComponents · LayoutApplication navigationComponents · ApplicationApplication shellComponents · ApplicationAuthentication shellComponents · ApplicationDanger zoneComponents · ApplicationData sectionComponents · ApplicationForm sectionComponents · ApplicationPage headerComponents · ApplicationSettings layoutComponents · ApplicationSign inCompositions · Access & onboardingPassword resetCompositions · Access & onboardingEmail verificationCompositions · Access & onboardingInvitation acceptanceCompositions · Access & onboardingAccount creationCompositions · Access & onboardingAccount securityCompositions · Access & onboardingWorkspace onboardingCompositions · Access & onboardingBranched onboardingCompositions · Access & onboardingWorkspace dashboardCompositions · Workspace & organizationWorkspace settingsCompositions · Workspace & organizationWorkspace usersCompositions · Workspace & organizationTeam managementCompositions · Workspace & organizationAPI credentialsCompositions · Workspace & organizationOrganization overviewCompositions · Workspace & organizationOrganization settingsCompositions · Workspace & organizationTeam activityCompositions · Workspace & organizationTeam memberCompositions · Workspace & organizationSubscription billingCompositions · Billing & commerceCheckout and paymentCompositions · Billing & commerceCheckout resultsCompositions · Billing & commerceData resource overviewCompositions · Data & operationsData resource activityCompositions · Data & operationsData resource settingsCompositions · Data & operationsProduct resource lifecycleCompositions · Data & operationsAPI webhooksCompositions · Data & operationsIntegration managementCompositions · Data & operationsFile uploadsCompositions · Data & operationsActivity and audit logCompositions · Data & operationsChangelogCompositions · Product & supportHelp centerCompositions · Product & supportSystem status and errorsCompositions · Product & supportProduct landingCompositions · MarketingPublic pricingCompositions · MarketingProduct featuresCompositions · MarketingPublic contactCompositions · MarketingSidebar operations applicationCompositions · Complete applicationsTopbar media applicationCompositions · Complete applicationsHybrid account applicationCompositions · Complete applications

No destinations found.

  • Introduction
  • Agent guide
  • Human guide
  • Foundations
    • Colors
    • Typography
    • Spacing & sizing
    • Effects
  • Actions
    • Button
    • Button group
    • Button to
  • Forms
    • Appearance picker
    • Checkbox
    • Checkbox group
    • Combobox
    • Control group
    • Dropzone
    • Field
    • Field group
    • Fieldset
    • Input
    • Label
    • Radio button
    • Radio button group
    • Rich text area
    • Select
    • Switch
    • Textarea
  • Overlays
    • Command palette
    • Dialog
    • Dropdown
    • Sheet
    • Tooltip
  • Feedback
    • Alert
    • Empty state
    • Toast
  • Data display
    • Accordion
    • Avatar
    • Avatar stack
    • Badge
    • Details table
    • Icon
    • Progressive image
    • Stat grid
    • Table
    • Typeset
  • Navigation
    • Pagination
    • Pagination bar
    • Tabs
    • Toolbar
  • Layout
    • Card
    • Container
    • Flex
    • Grid
  • Application
    • Application navigation
    • Application shell
    • Authentication shell
    • Danger zone
    • Data section
    • Form section
    • Page header
    • Settings layout
  • Access & onboarding
    • Sign in
    • Password reset
    • Email verification
    • Invitation acceptance
    • Account creation
    • Account security
    • Workspace onboarding
    • Branched onboarding
  • Workspace & organization
    • Workspace dashboard
    • Workspace settings
    • Workspace users
    • Team management
    • API credentials
    • Organization overview
    • Organization settings
    • Team activity
    • Team member
  • Billing & commerce
    • Subscription billing
    • Checkout and payment
    • Checkout results
  • Data & operations
    • Data resource overview
    • Data resource activity
    • Data resource settings
    • Product resource lifecycle
    • API webhooks
    • Integration management
    • File uploads
    • Activity and audit log
  • Product & support
    • Changelog
    • Help center
    • System status and errors
  • Marketing
    • Product landing
    • Public pricing
    • Product features
    • Public contact
  • Complete applications
    • Sidebar operations application
    • Topbar media application
    • Hybrid account application

Topbar media application

A realistic topbar application combining progressive media, record menus, loading feedback, long data, dialogs, and notifications.

Sidebar operations applicationTopbar media applicationHybrid account application

Editorial workspace states

A horizontal application frame carries a populated media library, an honest loading view, and long operational content without cloning navigation.

Populated light library

Progressive media, per-record menus, header actions, and a saved-result toast exercise a complete content workflow.

Source
Gallery::Compositions::TopbarApplicationPage
Skip to content
Northstar Studio
SearchUpload
  • Overview
  • Projects12
  • People
  • Settings

Media library

Review interviews, workspace tours, and release media before publication.

Abstract workspace cover for Ada launch interviewAbstract workspace cover for Ada launch interview

Ada launch interview

Healthy

Ready for review

Open details
Abstract workspace cover for Analytical engine field notesAbstract workspace cover for Analytical engine field notes

Analytical engine field notes

Waiting

Encoding captions

Open details
Abstract workspace cover for Production workspace tourAbstract workspace cover for Production workspace tour

Production workspace tour

Queued

Scheduled tomorrow

Open details
  1. Caption draft saved

    The review team can now comment on the latest transcript.
ViewportFull width
Rubytest/dummy/app/components/gallery/compositions/topbar_application_page.rb
render NitroKit::AppShell.new(
  id: "gallery-topbar-application-populated",
  layout: :topbar,
  data: {
    gallery_shell_preview: "true",
    gallery_application: "topbar",
    gallery_application_state: "populated",
    theme: "light"
  }
) do |shell|
  shell.brand { strong { "Northstar Studio" } }
  shell.navigation do
    render_application_navigation(
      id: "gallery-topbar-application-populated-navigation",
      current: :projects,
      context: "Editorial",
      compact: true
    )
  end
  shell.topbar do
    render NitroKit::ButtonGroup.new(label: "Library actions") do |group|
      group.button("Search", href: "#search", variant: :ghost, size: :sm, icon: :search)
      group.button("Upload", href: "#upload", variant: :primary, size: :sm, icon: :upload)
    end
  end
  shell.main do
    render_application_main do
      render NitroKit::PageHeader.new(
        title: "Media library",
        description: "Review interviews, workspace tours, and release media before publication.",
        id: "gallery-topbar-application-populated-header"
      )

      render NitroKit::Grid.new(cols: "1 sm:2 lg:3", id: "gallery-topbar-application-media-grid") do
        MEDIA_ITEMS.each_with_index do |(title, detail, status), index|
          render NitroKit::Card.new(id: "gallery-topbar-application-media-#{index + 1}") do |card|
            card.full do
              render NitroKit::ProgressiveImage.new(
                attachment: demo_attachment,
                alt: "Abstract workspace cover for #{title}",
                size: :sm,
                id: "gallery-topbar-application-image-#{index + 1}"
              )
            end
            card.title(title, level: 3)
            card.body do
              render NitroKit::Flex.new(dir: :col, gap: 2, align: :start) do
                status_badge(status, id: "gallery-topbar-application-media-status-#{index + 1}")
                p { detail }
              end
            end
            card.footer do
              render NitroKit::Dropdown.new(id: "gallery-topbar-application-menu-#{index + 1}") do |menu|
                menu.trigger("Media actions", variant: :ghost, size: :sm)
                menu.item("Open details", href: "#media-#{index + 1}")
                menu.item("Duplicate")
                menu.separator
                menu.item("Archive", variant: :destructive)
              end
            end
          end
        end
      end

      render NitroKit::Toast.new(
        duration: 600_000,
        label: "Editorial notifications",
        id: "gallery-topbar-application-toast"
      ) do |toast|
        toast.item(
          title: "Caption draft saved",
          description: "The review team can now comment on the latest transcript.",
          variant: :success
        )
      end
    end
  end
end

Loading system library

Busy semantics, progressive image placeholders, and disabled actions keep partial server output understandable.

Source
Gallery::Compositions::TopbarApplicationPage
Skip to content
Northstar Studio
  • Overview
  • Projects12
  • People
  • Settings

Loading the media library

Previously verified navigation remains available while records and image variants arrive.

Refreshing three media records
Actions remain unavailable until the current library snapshot is complete.
Loading media preview 1Loading media preview 1

Loading record 1

Metadata and publication status are still being verified.

Loading media preview 2Loading media preview 2

Loading record 2

Metadata and publication status are still being verified.

Loading media preview 3Loading media preview 3

Loading record 3

Metadata and publication status are still being verified.

ViewportFull width
Rubytest/dummy/app/components/gallery/compositions/topbar_application_page.rb
render NitroKit::AppShell.new(
  id: "gallery-topbar-application-loading",
  layout: :topbar,
  aria: { busy: true },
  data: {
    gallery_shell_preview: "true",
    gallery_application: "topbar",
    gallery_application_state: "loading"
  }
) do |shell|
  shell.brand { strong { "Northstar Studio" } }
  shell.navigation do
    render_application_navigation(
      id: "gallery-topbar-application-loading-navigation",
      current: :projects,
      context: "Loading",
      compact: true
    )
  end
  shell.topbar do
    render NitroKit::Button.new("Upload", disabled: true, size: :sm, icon: :upload)
  end
  shell.main do
    render_application_main do
      render NitroKit::PageHeader.new(
        title: "Loading the media library",
        description: "Previously verified navigation remains available while records and image variants arrive.",
        id: "gallery-topbar-application-loading-header"
      )

      render NitroKit::Alert.new(id: "gallery-topbar-application-loading-alert") do |alert|
        alert.title("Refreshing three media records")
        alert.description("Actions remain unavailable until the current library snapshot is complete.")
      end

      render NitroKit::Grid.new(cols: "1 sm:2 lg:3", id: "gallery-topbar-application-loading-grid") do
        3.times do |index|
          render NitroKit::Card.new(id: "gallery-topbar-application-loading-card-#{index + 1}") do |card|
            card.full do
              render NitroKit::ProgressiveImage.new(
                attachment: demo_attachment,
                alt: "Loading media preview #{index + 1}",
                size: :sm,
                id: "gallery-topbar-application-loading-image-#{index + 1}"
              )
            end
            card.title("Loading record #{index + 1}", level: 3)
            card.body { p { "Metadata and publication status are still being verified." } }
            card.footer do
              render NitroKit::Button.new("Open record", disabled: true, size: :sm)
            end
          end
        end
      end
    end
  end
end

Long dark release archive

Long titles, sortable records, and a native release dialog pressure the topbar layout without application classes.

Source
Gallery::Compositions::TopbarApplicationPage
Skip to content
International Research Publishing

Publish the international reliability archive?

The archive includes reviewed field notes from research, production reliability, regulatory operations, and customer support.
12 reviewed records
  • Overview
  • Projects12
  • People
  • Settings

International analytical engine reliability, production readiness, and cross-regional incident response archive

Long caller-owned content wraps inside the application canvas while navigation, actions, and sortable record columns retain their own geometry.

Reviewed release records
RecordOwnerStatusUpdated
International Research and Production readiness reviewAda LovelaceHealthyJul 13
Cross-regional incident response and operational handoffGrace HopperWaitingJul 12
Regulatory evidence retention and customer communicationKatherine JohnsonQueuedJul 11
ViewportFull width
Rubytest/dummy/app/components/gallery/compositions/topbar_application_page.rb
render NitroKit::AppShell.new(
  id: "gallery-topbar-application-long",
  layout: :topbar,
  data: {
    gallery_shell_preview: "true",
    gallery_application: "topbar",
    gallery_application_state: "long",
    theme: "dark"
  }
) do |shell|
  shell.brand { strong { "International Research Publishing" } }
  shell.navigation do
    render_application_navigation(
      id: "gallery-topbar-application-long-navigation",
      current: :projects,
      context: "Release archive",
      compact: true
    )
  end
  shell.topbar do
    render NitroKit::Dialog.new(id: "gallery-topbar-application-release-dialog") do |dialog|
      dialog.trigger("Release notes", size: :sm)
      dialog.panel(
        title: "Publish the international reliability archive?",
        description: "The archive includes reviewed field notes from research, production reliability, regulatory operations, and customer support."
      ) do
        render NitroKit::Badge.new("12 reviewed records", color: :info, size: :sm)
        dialog.close_button(label: "Keep as draft")
      end
    end
  end
  shell.main do
    render_application_main do
      render NitroKit::PageHeader.new(
        title: "International analytical engine reliability, production readiness, and cross-regional incident response archive",
        description: "Long caller-owned content wraps inside the application canvas while navigation, actions, and sortable record columns retain their own geometry.",
        id: "gallery-topbar-application-long-header"
      )

      render NitroKit::Table.new(
        sort: :updated,
        direction: :desc,
        id: "gallery-topbar-application-long-table"
      ) do |table|
        table.caption("Reviewed release records")
        table.thead do
          table.tr do
            table.th(sort: :record, href: "?sort=record-asc")
            table.th(sort: :owner, href: "?sort=owner-asc")
            table.th(sort: :status, href: "?sort=status-asc")
            table.th(sort: :updated, href: "?sort=updated-asc", align: :right)
          end
        end
        table.tbody do
          [
            [ "International Research and Production readiness review", "Ada Lovelace", :healthy, "Jul 13" ],
            [ "Cross-regional incident response and operational handoff", "Grace Hopper", :waiting, "Jul 12" ],
            [ "Regulatory evidence retention and customer communication", "Katherine Johnson", :queued, "Jul 11" ]
          ].each_with_index do |(record, owner, status, updated), index|
            table.tr do
              table.th(record, scope: :row)
              table.td(owner)
              table.td { status_badge(status, id: "gallery-topbar-application-long-status-#{index + 1}") }
              table.td(updated, align: :right)
            end
          end
        end
      end
    end
  end
end