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);
|
||||
};
|
||||
|
||||
const messages = draftData?.data?.draftMails || [];
|
||||
const messages = draftData?.data?.draftsMail || [];
|
||||
const pager = draftData?.data?.pager;
|
||||
|
||||
return (
|
||||
|
||||
@@ -92,7 +92,7 @@ export interface InboxResponse {
|
||||
success: boolean;
|
||||
data: {
|
||||
pager: Pager;
|
||||
draftMails: DraftMessage[];
|
||||
draftsMail: DraftMessage[];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
+22
-2
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user