Skip to content

feat: align Publisher dashboard shell and favicon fallbacks#1024

Merged
ShenzheZhu merged 1 commit into
mainfrom
feat/1023-admin-dashboard-shell-favicon
Jul 12, 2026
Merged

feat: align Publisher dashboard shell and favicon fallbacks#1024
ShenzheZhu merged 1 commit into
mainfrom
feat/1023-admin-dashboard-shell-favicon

Conversation

@ShenzheZhu

Copy link
Copy Markdown
Collaborator

Summary

  • align the Publisher navbar to the Writer portal's full-width viewport padding
  • add the Writer-style left sidebar shell to the /tasks dashboard only
  • preserve the existing centered layout for task creation and detail routes
  • add ICO and PNG favicon fallbacks and mirror the Writer metadata declarations

Behavior

Before, the Publisher header used a constrained container while the dashboard content followed a different alignment model, and browser requests for /favicon.ico had no matching asset. After this change, the Publisher dashboard follows the same shell geometry as Writer while nested routes remain unchanged, and browser tabs can resolve ICO, PNG, or SVG icons.

Verification

  • pnpm --filter @humanly/frontend type-check
  • pnpm --filter @humanly/frontend build
  • git diff --cached --check
  • verified Publisher favicon ICO/PNG hashes match the Writer assets

Closes #1023

@ShenzheZhu ShenzheZhu merged commit c2a556e into main Jul 12, 2026
10 checks passed
@ShenzheZhu ShenzheZhu deleted the feat/1023-admin-dashboard-shell-favicon branch July 12, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align Publisher dashboard shell and favicon fallbacks

1 participant