diff --git a/api/ApplyTrack.Api/ApplyTrack.Api.csproj b/api/ApplyTrack.Api/ApplyTrack.Api.csproj index 127b298..b56b971 100644 --- a/api/ApplyTrack.Api/ApplyTrack.Api.csproj +++ b/api/ApplyTrack.Api/ApplyTrack.Api.csproj @@ -5,7 +5,7 @@ enable enable ApplyTrack.Api - 1.7.5 + 1.7.6 Aaron K. Clark Copyright 2026 Aaron K. Clark Apache-2.0 diff --git a/api/ApplyTrack.Api/wwwroot/app.css b/api/ApplyTrack.Api/wwwroot/app.css index 8d582d2..c0981e3 100644 --- a/api/ApplyTrack.Api/wwwroot/app.css +++ b/api/ApplyTrack.Api/wwwroot/app.css @@ -955,6 +955,20 @@ body, } .login-mark { font-size: 1.75rem; font-weight: 800; letter-spacing: -0.01em; } .login-sub { color: var(--text-soft); font-size: 0.9rem; } +.login-signup-head { + font-size: 1.45rem; + font-weight: 800; + line-height: 1.2; + color: #e5484d; + margin: 0.35rem 0 0.1rem; +} +.login-signup { + font-size: 1.15rem; + font-weight: 800; + line-height: 1.3; + color: var(--text); + margin: 0 0 0.15rem; +} .login-error { font-family: "JetBrains Mono", monospace; font-size: 0.72rem; diff --git a/api/ApplyTrack.Api/wwwroot/app.js b/api/ApplyTrack.Api/wwwroot/app.js index 553e2d0..e560556 100644 --- a/api/ApplyTrack.Api/wwwroot/app.js +++ b/api/ApplyTrack.Api/wwwroot/app.js @@ -94,6 +94,8 @@ function showLogin() {

applytrack

Sign in with a one-time magic link.

${badLink ? `

That link was invalid or expired — request a fresh one.

` : ""} +

NEW HERE?

+

Just enter your email — your account is created automatically.

diff --git a/pyproject.toml b/pyproject.toml index c735fd9..ba4bdb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "applytrack-poller" -version = "1.7.5" +version = "1.7.6" description = "Discovery poller for OSApplyTrack — fetches and scores remote job leads into shared Postgres." requires-python = ">=3.10" license = { text = "Apache-2.0" }