diff --git a/llm-fe/ANDROID.md b/llm-fe/ANDROID.md index 00b15ed..77bc97a 100644 --- a/llm-fe/ANDROID.md +++ b/llm-fe/ANDROID.md @@ -50,7 +50,14 @@ Bump both before each store release. ## Icons / splash -Source art lives in `llm-fe/assets/` (`icon.png`, `splash.png`, `splash-dark.png`). Regenerate Android densities: +Source art lives in `llm-fe/assets/`: +- `icon.png` / `splash.png` / `splash-dark.png` — Capacitor inputs (Hesychia meander mark) +- `logo-source.png` — cropped square master +- `logo-mark-transparent.png` — circular mark with transparent corners (web / in-app) + +In-app UI also imports `src/llm-fe/assets/brand/hesychia-mark.png`. + +Regenerate Android densities after changing source art: ```bash npm run assets:generate diff --git a/llm-fe/android/app/src/main/res/drawable-land-hdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-hdpi/splash.png index f0137e1..5472660 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-hdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-hdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-ldpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-ldpi/splash.png index 804e900..a13fdb6 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-ldpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-ldpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-mdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-mdpi/splash.png index e09c7d6..f281383 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-mdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-mdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-hdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-hdpi/splash.png index f0137e1..5472660 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-hdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-hdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-ldpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-ldpi/splash.png index 804e900..a13fdb6 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-ldpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-ldpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-mdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-mdpi/splash.png index e09c7d6..f281383 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-mdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-mdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-xhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-xhdpi/splash.png index b48270e..33257ba 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-xhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-xhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png index f0bafa8..5b65b74 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png index 9a5eac6..9612e97 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-xhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-xhdpi/splash.png index b48270e..33257ba 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-xhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-xhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-xxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-xxhdpi/splash.png index f0bafa8..5b65b74 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-xxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-xxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-land-xxxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-land-xxxhdpi/splash.png index 9a5eac6..9612e97 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-land-xxxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-land-xxxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-night/splash.png b/llm-fe/android/app/src/main/res/drawable-night/splash.png index 804e900..a13fdb6 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-night/splash.png and b/llm-fe/android/app/src/main/res/drawable-night/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-hdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-hdpi/splash.png index 10cc71c..0e092bf 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-hdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-hdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-ldpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-ldpi/splash.png index 204f218..c179fc0 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-ldpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-ldpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-mdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-mdpi/splash.png index b55765f..d7b6c76 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-mdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-mdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-hdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-hdpi/splash.png index 10cc71c..0e092bf 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-hdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-hdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-ldpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-ldpi/splash.png index 204f218..c179fc0 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-ldpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-ldpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-mdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-mdpi/splash.png index b55765f..d7b6c76 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-mdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-mdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-xhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-xhdpi/splash.png index da17381..beb40f2 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-xhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-xhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png index 35c998a..8de66ea 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png index 1c775bd..c6a1487 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-xhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-xhdpi/splash.png index da17381..beb40f2 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-xhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-xhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-xxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-xxhdpi/splash.png index 35c998a..8de66ea 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-xxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-xxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable-port-xxxhdpi/splash.png b/llm-fe/android/app/src/main/res/drawable-port-xxxhdpi/splash.png index 1c775bd..c6a1487 100644 Binary files a/llm-fe/android/app/src/main/res/drawable-port-xxxhdpi/splash.png and b/llm-fe/android/app/src/main/res/drawable-port-xxxhdpi/splash.png differ diff --git a/llm-fe/android/app/src/main/res/drawable/splash.png b/llm-fe/android/app/src/main/res/drawable/splash.png index b55765f..d7b6c76 100644 Binary files a/llm-fe/android/app/src/main/res/drawable/splash.png and b/llm-fe/android/app/src/main/res/drawable/splash.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index 40bd440..ae536e4 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 45b8613..5eab23b 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index f63f574..ba05630 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher.png index 29fabaa..86e2b27 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png index 747dbdf..b9a3143 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png index c9216fe..4242e19 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index d2b27c0..2ba12ae 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index c8e0646..089cd23 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index de26ba0..c2fd266 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index fd03645..6e17742 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 08b12e8..611b7a6 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index b54a07a..fdf7c9c 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 27c7177..e8100b4 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index bf29a26..0725172 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 02fa234..fd24006 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index f21ec35..6beeb4f 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index e9c5e98..ae285f2 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index af5805c..e5a8849 100644 Binary files a/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/llm-fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/llm-fe/assets/icon.png b/llm-fe/assets/icon.png index 85446e5..eef31a2 100644 Binary files a/llm-fe/assets/icon.png and b/llm-fe/assets/icon.png differ diff --git a/llm-fe/assets/logo-mark-transparent.png b/llm-fe/assets/logo-mark-transparent.png new file mode 100644 index 0000000..72d1f9a Binary files /dev/null and b/llm-fe/assets/logo-mark-transparent.png differ diff --git a/llm-fe/assets/logo-source.png b/llm-fe/assets/logo-source.png new file mode 100644 index 0000000..fbd61eb Binary files /dev/null and b/llm-fe/assets/logo-source.png differ diff --git a/llm-fe/assets/splash-dark.png b/llm-fe/assets/splash-dark.png index 4fd8f26..cdd75dc 100644 Binary files a/llm-fe/assets/splash-dark.png and b/llm-fe/assets/splash-dark.png differ diff --git a/llm-fe/assets/splash.png b/llm-fe/assets/splash.png index 4fd8f26..cdd75dc 100644 Binary files a/llm-fe/assets/splash.png and b/llm-fe/assets/splash.png differ diff --git a/llm-fe/public/apple-touch-icon.png b/llm-fe/public/apple-touch-icon.png index f10d8bb..82ea397 100644 Binary files a/llm-fe/public/apple-touch-icon.png and b/llm-fe/public/apple-touch-icon.png differ diff --git a/llm-fe/public/favicon-16x16.png b/llm-fe/public/favicon-16x16.png index bf98df4..d459e2e 100644 Binary files a/llm-fe/public/favicon-16x16.png and b/llm-fe/public/favicon-16x16.png differ diff --git a/llm-fe/public/favicon-32x32.png b/llm-fe/public/favicon-32x32.png index e5f03cb..2f16d81 100644 Binary files a/llm-fe/public/favicon-32x32.png and b/llm-fe/public/favicon-32x32.png differ diff --git a/llm-fe/public/favicon.ico b/llm-fe/public/favicon.ico index 593e5e0..6309ac7 100644 Binary files a/llm-fe/public/favicon.ico and b/llm-fe/public/favicon.ico differ diff --git a/llm-fe/public/hesychia-mark.png b/llm-fe/public/hesychia-mark.png new file mode 100644 index 0000000..660f73d Binary files /dev/null and b/llm-fe/public/hesychia-mark.png differ diff --git a/llm-fe/public/logo192.png b/llm-fe/public/logo192.png index eee4033..ccae37d 100644 Binary files a/llm-fe/public/logo192.png and b/llm-fe/public/logo192.png differ diff --git a/llm-fe/public/logo512.png b/llm-fe/public/logo512.png index 034da54..199b7b8 100644 Binary files a/llm-fe/public/logo512.png and b/llm-fe/public/logo512.png differ diff --git a/llm-fe/src/llm-fe/assets/brand/hesychia-mark-on-black.png b/llm-fe/src/llm-fe/assets/brand/hesychia-mark-on-black.png new file mode 100644 index 0000000..b4facc2 Binary files /dev/null and b/llm-fe/src/llm-fe/assets/brand/hesychia-mark-on-black.png differ diff --git a/llm-fe/src/llm-fe/assets/brand/hesychia-mark.png b/llm-fe/src/llm-fe/assets/brand/hesychia-mark.png new file mode 100644 index 0000000..e812605 Binary files /dev/null and b/llm-fe/src/llm-fe/assets/brand/hesychia-mark.png differ diff --git a/llm-fe/src/llm-fe/components/Header/Header.tsx b/llm-fe/src/llm-fe/components/Header/Header.tsx index 323b42d..b043c18 100644 --- a/llm-fe/src/llm-fe/components/Header/Header.tsx +++ b/llm-fe/src/llm-fe/components/Header/Header.tsx @@ -7,6 +7,8 @@ import { applyAccessToken, axiosInstance } from '../../../axiosApi'; import { clearTokens, getRefreshToken } from '../../auth/tokenStorage'; import MenuIcon from '@mui/icons-material/Menu'; import { AccountBox, Dashboard, Feedback, Logout } from '@mui/icons-material'; +import Box from '@mui/material/Box'; +import hesychiaMark from '../../assets/brand/hesychia-mark.png'; type HeaderProps = { drawerWidth?: number; @@ -66,9 +68,12 @@ const Header = ({drawerWidth=0, handleDrawerToggle}: HeaderProps): JSX.Element = } {isLargeScreen ? ( <> - - Hesychia - + + + + Hesychia + + @@ -80,9 +85,12 @@ const Header = ({drawerWidth=0, handleDrawerToggle}: HeaderProps): JSX.Element = ) : ( <> - - Hesychia - + + + + Hesychia + + diff --git a/llm-fe/src/llm-fe/components/Header2/Header2.tsx b/llm-fe/src/llm-fe/components/Header2/Header2.tsx index 41c6505..1b48b26 100644 --- a/llm-fe/src/llm-fe/components/Header2/Header2.tsx +++ b/llm-fe/src/llm-fe/components/Header2/Header2.tsx @@ -5,6 +5,7 @@ import { AuthContext } from '../../contexts/AuthContext'; import { AccountContext } from '../../contexts/AccountContext'; import { applyAccessToken, axiosInstance } from '../../../axiosApi'; import { clearTokens, getRefreshToken } from '../../auth/tokenStorage'; +import hesychiaMark from '../../assets/brand/hesychia-mark.png'; const HeaderContainer = styled.header` position: absolute; @@ -22,10 +23,24 @@ const HeaderContainer = styled.header` `; const Logo = styled.div` + display: flex; + align-items: center; + gap: 0.65rem; + cursor: pointer; +`; + +const LogoMark = styled.img` + width: 2rem; + height: 2rem; + display: block; + border-radius: 50%; +`; + +const LogoWordmark = styled.h4` + margin: 0; font-size: 1.5rem; font-weight: 700; color: ${({ theme }) => theme.colors.text}; - cursor: pointer; background: ${({ theme }) => `linear-gradient(135deg, ${theme.main} 0%, ${theme.focus} 100%)`}; -webkit-background-clip: text; -webkit-text-fill-color: transparent; @@ -150,8 +165,8 @@ const Header2 = ({ absolute = false, light = false, isMini = false }: Header2Pro return ( navigate('/')}> -

Hesychia

- + + Hesychia
{/* Desktop Nav */} diff --git a/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx b/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx index f307971..f270ed0 100644 --- a/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx +++ b/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx @@ -12,6 +12,7 @@ import SsoButtons, { OAuthProviderFlags } from '../../components/SsoButtons/SsoB import { AnalyticsEvents, identifyAccount, trackEvent } from '../../utils/analytics'; import styled from 'styled-components'; import * as Yup from 'yup'; +import hesychiaMark from '../../assets/brand/hesychia-mark.png'; // Styled Components const PageContainer = styled.div` @@ -55,6 +56,13 @@ const CardTitle = styled.h2` text-align: center; `; +const BrandMark = styled.img` + width: 4rem; + height: 4rem; + margin-bottom: 1.25rem; + border-radius: 50%; +`; + const StyledInput = styled.input` width: 100%; background: rgba(255, 255, 255, 0.05); @@ -235,6 +243,7 @@ const SignIn = (): JSX.Element => { + Sign In {errorMessage && {errorMessage}} { + Sign Up Loading… @@ -293,6 +302,7 @@ const SignUp = (): JSX.Element => { + Sign Up Self-serve registration is not available right now. Already have an account? Sign in @@ -307,6 +317,7 @@ const SignUp = (): JSX.Element => { + Sign Up Create an account, then complete payment on Stripe. {errorMessage && {errorMessage}} diff --git a/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct-dark.png b/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct-dark.png index 4c2b251..a98b4fa 100644 Binary files a/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct-dark.png and b/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct-dark.png differ diff --git a/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct.png b/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct.png index 5f9cf4a..a98b4fa 100644 Binary files a/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct.png and b/llm-fe/src/llm-fe/ui-kit/assets/images/logo-ct.png differ diff --git a/llm-fe/src/llm-fe/ui-kit/examples/Sidenav/index.js b/llm-fe/src/llm-fe/ui-kit/examples/Sidenav/index.js index 3b315cb..09ed22b 100644 --- a/llm-fe/src/llm-fe/ui-kit/examples/Sidenav/index.js +++ b/llm-fe/src/llm-fe/ui-kit/examples/Sidenav/index.js @@ -209,7 +209,16 @@ function Sidenav({ color, brand, brandName, routes, ...rest }) { - + {brand && ( + + )} sidenavLogoLabel(theme, { miniSidenav })} diff --git a/llm-fe/src/logo.svg b/llm-fe/src/logo.svg index 9dfc1c0..7232133 100644 --- a/llm-fe/src/logo.svg +++ b/llm-fe/src/logo.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + +