Rebrand MiroFish Offline to The Pin Factory and update theme colors#18
Open
sebduffy-prog wants to merge 2 commits intonikmcfly:mainfrom
Open
Rebrand MiroFish Offline to The Pin Factory and update theme colors#18sebduffy-prog wants to merge 2 commits intonikmcfly:mainfrom
sebduffy-prog wants to merge 2 commits intonikmcfly:mainfrom
Conversation
…e theme Replace all #FF4500 orange accents with #5BA4F5 baby blue across CSS, App.vue styles, and Home.vue inline styles. Update gradient text and pulse-border animation to match. Rename brand from "MIROFISH OFFLINE" / "MiroFish Offline" to "THE PIN FACTORY" / "The Pin Factory" across all views and components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Enhance the response interceptor error handler to automatically retry transient failures (network errors, timeouts, 5xx server errors) with exponential backoff, up to 3 retries by default. Retry behavior is configurable per-request via config.__maxRetries and config.__retryDelay. https://claude.ai/code/session_011dLUiQdhN4bf6tgYBCDJPk
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.
Summary
This PR rebrand the application from "MiroFish Offline" to "The Pin Factory" and updates the primary theme color from orange (#FF4500) to blue (#5BA4F5) throughout the application. Additionally, it implements automatic retry logic for transient API failures.
Key Changes
Branding Updates
index.htmlTheme Color Updates
.orange-tagbackground color.highlight-orangetext color.blinking-cursorcolor.decoration-squarebackground.scroll-down-btncolor and hover state.status-dotcolor.start-engine-btnhover stateshome-styles.cssandApp.vuestylesheetsAPI Resilience Improvements
frontend/src/api/index.jswith automatic retry logic for transient failures:Implementation Details
https://claude.ai/code/session_011dLUiQdhN4bf6tgYBCDJPk