TTP -> MTP, A lot of other stuff #21

Merged
alois merged 81 commits from dev into main 2026-07-21 11:57:33 +03:00
4 changed files with 4 additions and 5 deletions
Showing only changes of commit 0e6b235c1b - Show all commits

(feat): minor ui changes
Some checks failed
/ build-web (push) Successful in 1m23s
/ build-desktop (linux) (push) Successful in 6m49s
/ build-mobile (push) Failing after 13m32s
/ release (push) Has been skipped

(qol): update todo
Alois 2026-06-27 00:47:26 +02:00

View file

@ -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>

View file

@ -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 ?? "");

View file

@ -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

View file

@ -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