Commit cc03e60
committed
VPR-151 feat(auth): Dynamic login screen
- Replace direct /login redirect with /welcome landing page across
Razor and Vue (cookie LoginPath, profile button, session timeout,
generic error, RequireLogin composable)
- Validate ReturnUrl with Url.IsLocalUrl on Login/TwoFactor to close
open-redirect paths
- Refresh SVM branding: shared _ViperBrand lockup (rod mark + stacked
school name) replaces UCDSVMLogo on the welcome page and main layout;
self-host Proxima Nova (woff2) in place of Google Fonts Roboto
- Add AVIF hero/brand images with JPEG/PNG fallback and recompress the
login photos (~60% smaller); preload the AVIF hero with a type hint
- Serve /fonts with a year-long immutable Cache-Control header
- Add Dev/Test environment badges to the layout toolbar and a members
sign-in banner to the CAHFS auth page
- Drop the dead v-show="false" loading-placeholder markup duplicated in
both Vue layouts (the real skeleton lives in the Razor shells)1 parent ed1f48b commit cc03e60
47 files changed
Lines changed: 1407 additions & 105 deletions
File tree
- VueApp/src
- CAHFS/pages
- CTS/pages
- assets
- fonts/proxima-nova
- components
- composables
- layouts
- styles
- test
- Classes/Utilities
- Controllers
- web
- Classes/Utilities
- Controllers
- Views
- Home
- wwwroot
- css
- fonts/proxima-nova
- images
- login
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
4 | 36 | | |
5 | 37 | | |
| |||
8 | 40 | | |
9 | 41 | | |
10 | 42 | | |
| 43 | + | |
11 | 44 | | |
12 | 45 | | |
13 | 46 | | |
14 | 47 | | |
15 | 48 | | |
16 | 49 | | |
| 50 | + | |
17 | 51 | | |
18 | 52 | | |
19 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
0 commit comments