modcomms/frontend/components
Vadym Samoilenko ef1e4adabd Fix PDF logo URL to include Vite base path in production
window.location.origin alone gives https://baic.oliver.solutions, but the
app is deployed at /modcomms/ (VITE_BASE_PATH=/modcomms/), so the logo
was loading from the wrong path (404). Now uses:
  window.location.origin + import.meta.env.BASE_URL + filename
which resolves correctly in both dev (http://localhost:3000/...) and
production (https://baic.oliver.solutions/modcomms/...).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 14:11:12 +00:00
..
icons Fix PDF export: switch to browser print, fix page breaks and bullet alignment 2026-03-05 13:06:12 +00:00
AgencyFilterBar.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Analytics.tsx Analytics AI summary: restore thick left sky accent border (border-l-8) 2026-03-03 15:51:14 +00:00
AssetPreview.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Auditing.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Campaigns.tsx Fix PDF page breaks, badge alignment, and responsive layout 2026-03-05 13:17:26 +00:00
ChecksOverview.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
CopyGenAI.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
CreateCampaignModal.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
CreateProjectModal.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
FeedbackReport.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
Header.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Hero.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
KnowledgeBase.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
LoadingVisual.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Login.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
PDFReport.tsx Fix PDF logo URL to include Vite base path in production 2026-03-16 14:11:12 +00:00
Profile.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Projects.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
ProofPreview.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
ProofTypeManager.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
ProofUpload.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
Settings.tsx Settings: fix sub-channel dropdown and Add button styling 2026-03-03 16:10:10 +00:00
Sidebar.tsx Fix LlamaParse 401 + update logo to v5 2026-03-16 12:22:31 +00:00
StatusDashboard.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
ToggleSwitch.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00
UserManagement.tsx Add azure border to all modal containers per Oliver design 2026-03-03 10:21:59 +00:00
WIPReviewer.tsx Restyle full application from Barclays to Oliver Agency brand 2026-03-03 10:16:26 +00:00