Skip to content

Apps nav + back-to-apps behavior, emoji font fallbacks, and version bump to 2.0.3#24

Open
360-Host wants to merge 1 commit into
mainfrom
codex/update-version-number-to-v.2.0.3-ojpfea
Open

Apps nav + back-to-apps behavior, emoji font fallbacks, and version bump to 2.0.3#24
360-Host wants to merge 1 commit into
mainfrom
codex/update-version-number-to-v.2.0.3-ojpfea

Conversation

@360-Host
Copy link
Copy Markdown
Collaborator

Motivation

  • Make it easier for users to return to the Apps launcher by standardizing back navigation across pages.
  • Improve discoverability of the Apps launcher by adding an Apps entry to sidebars and topbars.
  • Ensure emoji glyphs render consistently across platforms by adding emoji font-family fallbacks.
  • Keep displayed project version strings consistent across files.

Description

  • Replaced direct redirects like window.location.href='apps.html' with a conditional back-first pattern history.length > 1 ? history.back() : location.assign('apps.html') on many pages and added a goBackToApps() helper in a few files.
  • Added Apps navigation items to multiple sidebars and topbars (for example ai.html, chat.html, news.html, search.html, games/*, zone.html, and others).
  • Added emoji font-family fallbacks to UI elements that show emoji icons (for example .app-icon, .vids-nav-icon, .vids-empty-icon, .tool-btn, .vids-dropzone-icon, and .tab) to improve cross-platform emoji rendering.
  • Updated visible version strings and headers across README.md, CSS/JS headers, sidebar footers and package.json to 2.0.3 (and adjusted in-page log strings where applicable).

Testing

  • No automated tests were added or run as part of this change.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
360 Ready Ready Preview, Comment Apr 26, 2026 3:03pm

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 153fdbe191

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread 360Docs.html
<header class="docs-topbar">
<div class="docs-topbar-left">
<button class="docs-pill-btn" onclick="window.location.href='apps.html'">← Apps</button>
<button class="docs-pill-btn" onclick="history.length > 1 ? history.back() : location.assign('apps.html')">← Apps</button>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the Apps button from leaving the site

Using history.back() here means the ← Apps control can navigate to whatever page was visited before this one (including an external site) whenever browser history exists, instead of consistently opening the Apps launcher. This is a regression from the previous direct apps.html navigation and is reproducible when arriving from search/social links; clicking ← Apps then leaves 360 rather than going to Apps.

Useful? React with 👍 / 👎.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant