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;
|
extra?: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
return (
|
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">
|
<CardHeader className="flex flex-row gap-2.5 items-center justify-start p-2">
|
||||||
<div className="relative shrink-0 overflow-visible">
|
<div className="relative shrink-0 overflow-visible">
|
||||||
<Avatar>
|
<Avatar>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ import {
|
||||||
DropdownMenuContent,
|
DropdownMenuContent,
|
||||||
DropdownMenuItem,
|
DropdownMenuItem,
|
||||||
DropdownMenuGroup,
|
DropdownMenuGroup,
|
||||||
DropdownMenuLabel,
|
|
||||||
Dialog,
|
Dialog,
|
||||||
DialogContent,
|
DialogContent,
|
||||||
DialogFooter,
|
DialogFooter,
|
||||||
|
|
@ -228,7 +227,6 @@ export default function Sidebar() {
|
||||||
/>
|
/>
|
||||||
<DropdownMenuContent>
|
<DropdownMenuContent>
|
||||||
<DropdownMenuGroup>
|
<DropdownMenuGroup>
|
||||||
<DropdownMenuLabel>Profile</DropdownMenuLabel>
|
|
||||||
<DropdownMenuItem
|
<DropdownMenuItem
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setDraftStatus(user.status ?? "");
|
setDraftStatus(user.status ?? "");
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
- Implement context menu features
|
- 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_primary_color: "",
|
||||||
theme_polarity: "system",
|
theme_polarity: "system",
|
||||||
theme_tint: "soft",
|
theme_tint: "soft",
|
||||||
theme_border_radius: 0.5,
|
theme_border_radius: 0.55,
|
||||||
theme_custom_css: "",
|
theme_custom_css: "",
|
||||||
chat_trusted_domains: [
|
chat_trusted_domains: [
|
||||||
// Other platforms
|
// Other platforms
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue