Skip to content

feat(global): ApplicationLayout, ViewLayout, ViewContentLayout#421

Draft
advl wants to merge 11 commits intomainfrom
ft-layouts
Draft

feat(global): ApplicationLayout, ViewLayout, ViewContentLayout#421
advl wants to merge 11 commits intomainfrom
ft-layouts

Conversation

@advl
Copy link
Copy Markdown
Contributor

@advl advl commented Feb 13, 2026

Done

  • Implements ApplicationLayout
  • Implements ViewLayout
  • Implements ViewContentLayout

To prepare for EAP Phase 2

QA

  • TBD

PR readiness check

  • PR should have one of the following labels:
    • Feature 🎁, Breaking Change 💣, Bug 🐛, Documentation 📝, Maintenance 🔨.
  • PR title follows the Conventional Commits format.
  • All packages define the required scripts in package.json:
    • All packages: check, check:fix, and test.
    • Packages with build steps: build to build the package for development or distribution, build:all to build all artifacts. See CONTRIBUTING.md for details.

Screenshots

[if relevant, include a screenshot or screen capture]

@advl advl requested a review from lyubomir-popov February 13, 2026 17:25
display: grid;
height: 100%;
gap: var(--gap);
grid-column: 2 / -1;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move these literal style settings to tokens so that this layout could be easily implemented in Svelte?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants