diff --git a/README.md b/README.md index 0bb7288..036c2e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Tutu trys to push the Web technology to its limit. Some features might not be av The "next" branch of the app is built on every commit pushed into "master". You can tatse latest change but risks your data. -[Launch Tutu (Next)](https://master.tututheapp.pages.dev) +[Launch Tutu (Next)](https://next.tututheapp.pages.dev) ## Build & Depoly diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 8e24a3c..caced73 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -8,21 +8,6 @@ gap: 16px; } - .banner { - width: 100%; - margin-top: calc(-1 * (var(--scaffold-topbar-height) + var(--safe-area-inset-top))); - - >img { - object-fit: cover; - width: 100%; - height: 100%; - - &::before { - visibility: hidden; - } - } - } - .description { & a { color: inherit; @@ -38,11 +23,11 @@ gap: 16px; align-items: center; - &> :nth-child(2) { + & > :nth-child(2) { flex-grow: 1; } - &> :last-child { + & > :last-child { flex-grow: 1; text-align: right; } @@ -66,14 +51,14 @@ table.acct-fields { word-break: break-all; - & td>a { + & td > a { display: inline-flex; align-items: center; color: inherit; min-height: 44px; } - & a>.invisible { + & a > .invisible { display: none; } @@ -104,4 +89,4 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -} \ No newline at end of file +} diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index 5c00c20..3d1d734 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -23,7 +23,6 @@ import { IconButton, ListItemAvatar, ListItemIcon, - ListItemSecondaryAction, ListItemText, MenuItem, Toolbar, @@ -39,8 +38,8 @@ import { PlaylistAdd, Send, Share, + SmartToy, SmartToySharp, - Subject, Translate, Verified, } from "@suid/icons-material"; @@ -296,23 +295,7 @@ const Profile: Component = () => { - Followers - - - {profile()?.followersCount ?? ""} - - - - - - - - Following - - - {profile()?.followingCount ?? ""} - - + Subscribers @@ -320,6 +303,12 @@ const Profile: Component = () => { Blocklist + + + + + Translate Name and Bio... + @@ -347,14 +336,21 @@ const Profile: Component = () => {