Skip to content

Remove the outdated a. logo from desktop loading screens. - #6932

Merged
ComputelessComputer merged 5 commits into
mainfrom
fix/remove-stale-splash-logo
Aug 20, 2026
Merged

Remove the outdated a. logo from desktop loading screens.#6932
ComputelessComputer merged 5 commits into
mainfrom
fix/remove-stale-splash-logo

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Startup still rendered the old Hyprnote-style mark, so the boot splash and long-load view now show only the themed background.


Note

Medium Risk
Adds migration progress callbacks and startup-phase state on the critical boot path; mostly additive, but incorrect progress or phase reporting could mislead users during migrations.

Overview
Replaces the old boot-splash and in-app loading Hyprnote-style mark with the current Anarlog logo (shared AnarlogMark, matching Tauri icon SVGs). Loading surfaces can now show optional detail text—static copy on the HTML boot splash (revealed after a delay) and dynamic copy on BrandLoadingView.

Long-running startup is more informative: a new get_startup_status command exposes phases (preparing_database, migrating_database, legacy import, cloudsync config) plus pending migration counts. LongLoadGate polls that status and maps it to user-facing messages (e.g. “Migrating your local database (2 of 5)”), without claiming a migration while the DB is only being checked. The migration stack gains migrate_with_progress / prepare_schema_with_progress so the plugin runtime can update status as migrations run.

Reviewed by Cursor Bugbot for commit be450da. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify

netlify Bot commented Aug 19, 2026

Copy link
Copy Markdown

Deploy Preview for anarlog canceled.

Name Link
🔨 Latest commit be450da
🔍 Latest deploy log https://app.netlify.com/projects/anarlog/deploys/6a865485065ce200082fd0f0

@ComputelessComputer
ComputelessComputer force-pushed the fix/remove-stale-splash-logo branch from e211ae5 to 1c9a9b0 Compare August 19, 2026 18:42

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9f9f77d. Configure here.

Comment thread apps/desktop/src/shared/brand-loading-view.tsx Outdated
Startup still rendered the old Hyprnote-style mark, so the boot splash and long-load view now show only the themed background.
Startup now uses the Anarlog wordmark a plus underscore from the production icon, and the leftover Hyprnote a. SVGs are gone from the icon sources.
Show a short duration hint beneath the loading mark and cover the copy in the component test.
Keep generic route loading logo-only, show the duration hint only during database startup, and stabilize the splash dismissal assertion.
@ComputelessComputer
ComputelessComputer force-pushed the fix/remove-stale-splash-logo branch from 5ac1a58 to 5778df7 Compare August 19, 2026 19:37
- Expose live database startup phases and migration progress through the Tauri database plugin.
- Show delayed, phase-specific loading copy without claiming every startup is a migration.
@ComputelessComputer
ComputelessComputer force-pushed the fix/remove-stale-splash-logo branch from 5778df7 to be450da Compare August 20, 2026 01:12
@ComputelessComputer
ComputelessComputer merged commit ba63fdb into main Aug 20, 2026
23 checks passed
@ComputelessComputer
ComputelessComputer deleted the fix/remove-stale-splash-logo branch August 20, 2026 01:25
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.

1 participant