Notifications #88

Merged
v0l merged 7 commits from service-worker into main 2023-01-19 14:22:20 +00:00
v0l commented 2023-01-19 11:04:29 +00:00 (Migrated from github.com)

Add some basic notifications, also allows and prompts to install as a PWA as we have registered a service worker now

Ref #39
image

Add some basic notifications, also allows and prompts to install as a PWA as we have registered a service worker now Ref #39 ![image](https://user-images.githubusercontent.com/1172179/213450081-181ce696-cdb1-4e22-8412-6dacefed1b96.png)
cloudflare-pages[bot] commented 2023-01-19 11:05:54 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 22c0227
Status:   Deploy successful!
Preview URL: https://fc80f874.snort-social.pages.dev
Branch Preview URL: https://service-worker.snort-social.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>22c0227</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://fc80f874.snort-social.pages.dev'>https://fc80f874.snort-social.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://service-worker.snort-social.pages.dev'>https://service-worker.snort-social.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/snort-social/fc80f874-9676-4b4a-92e4-d920cdc80dc1)
verbiricha (Migrated from github.com) reviewed 2023-01-19 13:18:44 +00:00
verbiricha (Migrated from github.com) commented 2023-01-19 13:09:10 +00:00

Can we set the icon to the picture to whoever wrote the note?

Can we set the `icon` to the picture to whoever wrote the note?
@ -86,2 +134,4 @@
});
}
}
verbiricha (Migrated from github.com) commented 2023-01-19 13:18:06 +00:00

We need to at least extract mentions to #e and #p in body or they appear as raw #[0] index notation

We need to at least extract mentions to #e and #p in body or they appear as raw `#[0]` index notation
v0l (Migrated from github.com) reviewed 2023-01-19 14:11:13 +00:00
@ -86,2 +134,4 @@
});
}
}
v0l (Migrated from github.com) commented 2023-01-19 14:11:13 +00:00

image

![image](https://user-images.githubusercontent.com/1172179/213464083-28f939e2-3ad7-4f93-8bd7-6a9342ff1d16.png)
verbiricha (Migrated from github.com) approved these changes 2023-01-19 14:19:52 +00:00
Sign in to join this conversation.
No description provided.