TTP -> MTP, A lot of other stuff #21
4 changed files with 4 additions and 5 deletions
(feat): minor ui changes
(qol): update todo
commit
0e6b235c1b
|
|
@ -19,7 +19,7 @@ export function Basic({
|
|||
extra?: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<Card className="animate-in fade-in duration-300 rounded-2xl py-0 m-px">
|
||||
<Card className="animate-in fade-in duration-300 rounded-xl py-0 m-px">
|
||||
<CardHeader className="flex flex-row gap-2.5 items-center justify-start p-2">
|
||||
<div className="relative shrink-0 overflow-visible">
|
||||
<Avatar>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
DropdownMenuContent,
|
||||
DropdownMenuItem,
|
||||
DropdownMenuGroup,
|
||||
DropdownMenuLabel,
|
||||
Dialog,
|
||||
DialogContent,
|
||||
DialogFooter,
|
||||
|
|
@ -228,7 +227,6 @@ export default function Sidebar() {
|
|||
/>
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuGroup>
|
||||
<DropdownMenuLabel>Profile</DropdownMenuLabel>
|
||||
<DropdownMenuItem
|
||||
onClick={() => {
|
||||
setDraftStatus(user.status ?? "");
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
- Implement context menu features
|
||||
- Add default-emoji-hotkey in settings
|
||||
- Add default-emoji-hotkey
|
||||
- Placeholder image if media fails to load
|
||||
|
|
|
|||
|
|
@ -335,7 +335,7 @@ export const storageDefaults: Storage = {
|
|||
theme_primary_color: "",
|
||||
theme_polarity: "system",
|
||||
theme_tint: "soft",
|
||||
theme_border_radius: 0.5,
|
||||
theme_border_radius: 0.55,
|
||||
theme_custom_css: "",
|
||||
chat_trusted_domains: [
|
||||
// Other platforms
|
||||
|
|
|
|||
Loading…
Reference in a new issue