Redesign Tauri app as native desktop layout, remove external CDN dependencies#10
Merged
NolanCotter merged 3 commits intomainfrom Mar 3, 2026
Merged
Conversation
… self-contained CSS - Replace marketing-style web UI with compact desktop app layout - Remove Tailwind CDN and Google Fonts external dependencies - Add sidebar navigation with Connection/Settings/Diagnostics views - Use system font stack and CSS custom properties (no frameworks) - Add proper toggle switches for boolean settings - Update tauri.conf.json: rename to "Freedom", optimize window size - Preserve all existing Tauri command integrations Co-authored-by: ayobro1 <186326284+ayobro1@users.noreply.github.com>
Co-authored-by: ayobro1 <186326284+ayobro1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve desktop application design for better user experience
Redesign Tauri app as native desktop layout, remove external CDN dependencies
Mar 3, 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.
The app frontend was a scrollable marketing-style web page (Tailwind CDN, Google Fonts, hero section with "Privacy. Everywhere.") rendered inside a Tauri webview. Needed to look and feel like an actual desktop application.
Changes
styles.cssusing system font stack and CSS custom propertiesstart_vpn,stop_vpn, settings, diagnostics, profiles, split tunneling) preserved as-isScreenshot
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.