draft + pwa icons
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 498 B |
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@@ -186,7 +186,7 @@ const List: FC = () => {
|
|||||||
setNextCursor(undefined);
|
setNextCursor(undefined);
|
||||||
};
|
};
|
||||||
|
|
||||||
const messages = draftData?.data?.draftMails || [];
|
const messages = draftData?.data?.draftsMail || [];
|
||||||
const pager = draftData?.data?.pager;
|
const pager = draftData?.data?.pager;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ export interface InboxResponse {
|
|||||||
success: boolean;
|
success: boolean;
|
||||||
data: {
|
data: {
|
||||||
pager: Pager;
|
pager: Pager;
|
||||||
draftMails: DraftMessage[];
|
draftsMail: DraftMessage[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+22
-2
@@ -25,12 +25,32 @@ export default defineConfig({
|
|||||||
start_url: "/received", // صفحه اصلی PWA
|
start_url: "/received", // صفحه اصلی PWA
|
||||||
icons: [
|
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",
|
sizes: "192x192",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "/icon-512x512.png",
|
src: "/512.png",
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user