draft + pwa icons

This commit is contained in:
hamid zarghami
2025-07-28 14:49:17 +03:30
parent 4d8bbc0308
commit 179f9a08f2
9 changed files with 24 additions and 4 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+1 -1
View File
@@ -186,7 +186,7 @@ const List: FC = () => {
setNextCursor(undefined);
};
const messages = draftData?.data?.draftMails || [];
const messages = draftData?.data?.draftsMail || [];
const pager = draftData?.data?.pager;
return (
+1 -1
View File
@@ -92,7 +92,7 @@ export interface InboxResponse {
success: boolean;
data: {
pager: Pager;
draftMails: DraftMessage[];
draftsMail: DraftMessage[];
};
}
+22 -2
View File
@@ -25,12 +25,32 @@ export default defineConfig({
start_url: "/received", // صفحه اصلی PWA
icons: [
{
src: "/icon-192x192.png",
src: "/16.png",
sizes: "16x16",
type: "image/png",
},
{
src: "/32.png",
sizes: "32x32",
type: "image/png",
},
{
src: "/48.png",
sizes: "48x48",
type: "image/png",
},
{
src: "/1180.png",
sizes: "118x118",
type: "image/png",
},
{
src: "/192.png",
sizes: "192x192",
type: "image/png",
},
{
src: "/icon-512x512.png",
src: "/512.png",
sizes: "512x512",
type: "image/png",
},