feat(login): redesign login page with two-column layout and fix sass deprecations#268
Merged
butschster merged 1 commit intomasterfrom Mar 30, 2026
Merged
Conversation
…deprecations Redesign the SSO login page with a split layout: animated hero panel on the left with bold typography and gradient accents, clean auth form on the right. Fix Dart Sass legacy JS API deprecation by switching to modern API, add loadPaths for src/ imports, and migrate map-get() to sass:map module. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
What
Redesigns the SSO login page with a two-column split layout and fixes Dart Sass deprecation warnings across the project.
Why
The previous login page was a basic centered card. This redesign adds visual character with an animated hero panel featuring bold typography and gradient accents. The Sass deprecation fixes (
modernAPI,sass:mapmodule,loadPaths) prepare the codebase for Dart Sass 2.0.How
css.preprocessorOptions.scss.api: 'modern'andloadPathsforsrc/import resolutionviteFinalmap-get()to@use "sass:map"+map.get()prefers-reduced-motionsupport for all animationsTesting
yarn storybook→ navigate to Screens/Login/LoginPagenpx vite build→ builds without Sass deprecation warnings