Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/ApplyTrack.Api/ApplyTrack.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>ApplyTrack.Api</RootNamespace>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<Authors>Aaron K. Clark</Authors>
<Copyright>Copyright 2026 Aaron K. Clark</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
14 changes: 14 additions & 0 deletions api/ApplyTrack.Api/wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions api/ApplyTrack.Api/wwwroot/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ function showLogin() {
<h1 class="login-mark font-display"><span class="text-stamp">apply</span><span>track</span></h1>
<p class="login-sub">Sign in with a one-time magic link.</p>
${badLink ? `<p class="login-error">That link was invalid or expired — request a fresh one.</p>` : ""}
<p class="login-signup-head">NEW HERE?</p>
<p class="login-signup">Just enter your email — your account is created automatically.</p>
<input id="login-email" class="login-input" type="email" required autocomplete="email"
inputmode="email" placeholder="you@example.com" aria-label="Email address" />
<button type="submit" class="btn btn-primary login-btn">Send magic link</button>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down