Add applied indicator to job cards on HTML dashboard#8
Open
cbrooker wants to merge 3 commits intoPickle-Pixel:mainfrom
Open
Add applied indicator to job cards on HTML dashboard#8cbrooker wants to merge 3 commits intoPickle-Pixel:mainfrom
cbrooker wants to merge 3 commits intoPickle-Pixel:mainfrom
Conversation
Applied job cards now show a green "✓ Applied on [date]" banner across the top, a dark green card background, and a green left border so they stand out immediately from unreviewed jobs. A "Hide Applied" toggle button in the filter bar lets the user focus on jobs not yet submitted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Each job card that has not been successfully applied to now shows a "▶ Auto-Apply" button in the card footer. Clicking it copies "applypilot apply --url <url>" to the clipboard (with an execCommand fallback for file:// contexts) and flashes "✓ Copied!" for 2 seconds. The button is hidden on cards that already have an applied banner. Hovering the button shows the full command in a tooltip. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Failed/expired cards now show a red "✗ Failed on [date] · [reason]" banner across the top, mirroring the green applied banner. The reason is sourced from apply_error (truncated to 60 chars) when present, or mapped from the apply_status code (expired → "Job posting expired", captcha → "CAPTCHA blocked", login_issue → "Login required", etc.). Failed cards also get a dark red background and red left border. The Auto-Apply button remains visible on failed cards for retries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
applied_atandapply_statusto the job card SQL query to power the indicatorTest plan
Feb 20, 2026)job-card--appliedclass anddata-applied="true"attribute set only on applied cardsappliedstatus) do not show the banner