Move app pages under /apps, add lightweight redirect stubs, and introduce Gallium UI + ripple UI touches#34
Open
360-Host wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
/appsdirectory and replace bulky root-level HTML files with tiny redirect stubs to reduce duplication and keep top-level routes lightweight./apps/...paths.Description
360Do.html,360Docs.html,360Draw.html,360Music.html,360Notes.html,360mail.html,360vids.html,360zone.html,apps.html) with minimal redirect pages that immediately forward to the new paths under/appsusing meta refresh + JSlocation.replace.apps/(e.g.apps/360Do.html,apps/360Docs.html,apps/360Draw.html,apps/360Music.html,apps/360Notes.html,apps/360mail.html,apps/360vids.html,apps/360zone.html) and introducedapps/index.htmlas the new apps landing page.assets/css/gallium.cssandassets/js/gallium.jsto enable a translucent “Gallium” UI; wired the toggle intosettings.htmland included the new script and stylesheet.apps/index.htmlandgames.html; adjusted a few UI details insettings.html(swatch styles, upload button, cursor controls) and updated internal links to point to the/appssubtree.Testing
Codex Task