Skip to content

style: update UI post migration#32

Merged
MaximilianAnzinger merged 5 commits into
mainfrom
feature/update-UI-post-migration
Feb 10, 2026
Merged

style: update UI post migration#32
MaximilianAnzinger merged 5 commits into
mainfrom
feature/update-UI-post-migration

Conversation

@markstockhausen

Copy link
Copy Markdown
Contributor

Description

Update application typography by integrating Geist Sans and Geist Mono fonts, along with minor styling polish to improve visual consistency across the UI

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • 📝 Documentation update
  • 🎨 Style/formatting changes (no functional changes)
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvements
  • 🔧 Configuration changes
  • 🧪 Test additions or modifications
  • 🚀 Deployment/DevOps changes

Changes Made

  • Client:

    • Added Geist Sans and Geist Mono variable font files to public/fonts/
    • Updated src/index.css with @font-face declarations and adjusted font-weight from 300 to 400
    • Minor styling tweaks to badge.tsx and HomePage.tsx for consistency
  • Server: No changes

  • Database: No changes

  • Other: No changes

Testing

Test Cases

  • Existing functionality still works
  • New functionality works as expected
  • Edge cases handled appropriately

Manual Testing

  • Tested in development environment
  • Tested with different user roles/permissions (if applicable)

Screenshots/Videos

Before

BeforeUiChanges

After

AfterUiChanges

@github-actions github-actions Bot added enhancement New feature or request client-application 🎨 Client-side/UI changes labels Feb 3, 2026
@github-actions

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown

🔍 Code Quality Report

📊 Code Statistics

🚨 Potential Issues

✅ No console statements found
⚠️ Found 'any' or 'unknown' types - consider using more specific types

@github-actions

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown

🔍 Code Quality Report

📊 Code Statistics

🚨 Potential Issues

✅ No console statements found
⚠️ Found 'any' or 'unknown' types - consider using more specific types

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates global typography and a few UI styles by adding Geist variable fonts and applying small visual polish to improve consistency after migration.

Changes:

  • Add Geist Sans and Geist Mono variable font assets under public/fonts/.
  • Register the new fonts in src/index.css and switch the app’s default sans/mono font variables to Geist.
  • Minor style tweaks to a badge font weight and a homepage background gradient opacity.

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/pages/HomePage.tsx Slightly adjusts background radial gradient opacity for visual polish.
src/index.css Adds @font-face declarations and updates theme font variables/default body typography.
src/components/ui/badge.tsx Adjusts badge text weight for consistency (medium → semibold).
public/fonts/Geist-Variable.woff2 Adds Geist Sans variable font asset.
public/fonts/GeistMono-Variable.woff2 Adds Geist Mono variable font asset.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/index.css Outdated
@github-actions

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown

🔍 Code Quality Report

📊 Code Statistics

🚨 Potential Issues

✅ No console statements found
⚠️ Found 'any' or 'unknown' types - consider using more specific types

@github-actions

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown

🔍 Code Quality Report

📊 Code Statistics

🚨 Potential Issues

✅ No console statements found
⚠️ Found 'any' or 'unknown' types - consider using more specific types

@vtotalova vtotalova left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good

@MaximilianAnzinger MaximilianAnzinger added this to the v0.1.0 milestone Feb 10, 2026
@MaximilianAnzinger
MaximilianAnzinger merged commit d5f7c4f into main Feb 10, 2026
8 checks passed
@MaximilianAnzinger
MaximilianAnzinger deleted the feature/update-UI-post-migration branch February 10, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client-application 🎨 Client-side/UI changes enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants