1185 Commits

Author SHA1 Message Date
ekzyis
3c3a97fb8e
Fix reward countdown for other time zones (#347)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 20:55:18 -05:00
ekzyis
46014d0de4
Fix query for items with less than 11 parents (#346)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 20:17:12 -05:00
keyan
e0d89a289b fix lightning animation z-index 2023-07-06 18:07:30 -05:00
keyan
e71e34612c fix prisma underflow 2023-07-06 17:25:20 -05:00
keyan
0c51309520 enhance pwa presentation 2023-07-06 16:53:48 -05:00
keyan
ec9a424bf4 reward countdown in footer 2023-07-06 12:43:51 -05:00
keyan
490ed59099 all rewards go to zappers 2023-07-06 11:10:44 -05:00
ekzyis
37e70f9791
Scroll to items on push notification click (#345)
* Scroll from root item in reach on notification click

Instead of going directly to the item of the notification, we now scroll from the root item which is still in reach to the comment.

This should provide more context to the user in most cases.

* Also scroll from root item in reach in /notifications

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 10:00:38 -05:00
keyan
8350b1df3b trust algo v4 2023-07-05 20:30:50 -05:00
ekzyis
56dc0568e0
Close notification after click (#344)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 15:07:34 -05:00
ekzyis
57f3ad1c75
Fix darkmode in walkthrough popover (#343)
* Fix darkmode in walkthrough popover

* Fix invalid DOM property `class`

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 15:07:18 -05:00
keyan
09d7e960cc back to lightning animation 2023-07-05 09:47:44 -05:00
keyan
56197ce9a4 dark mode shouldn't be cached forever 2023-07-05 09:40:34 -05:00
ekzyis
f417092107
Fix CORS in service worker (#342)
* Add crossOrigin to generated <script> elements if CDN is used

* Add CORS headers to darkmode.js

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 09:36:00 -05:00
keyan
69f6f63b9c small manifest changes 2023-07-05 09:33:46 -05:00
ekzyis
67a5fe7ca8
Use node:16.16.0-bullseye for docker images (#341)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-04 19:49:00 -05:00
keyan
dc62751df4 dont show push notifications in nonsupporting browsers 2023-07-04 18:44:03 -05:00
keyan
19c743f70d fix safari notifications error 2023-07-04 18:02:22 -05:00
keyan
a17b4d1f1a refine push notification ui and catch promises 2023-07-04 17:19:59 -05:00
keyan
3068252adf merge github master 2023-07-04 15:35:04 -05:00
ekzyis
30cc42109f
Fix different font between write and preview (#338)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-04 14:36:55 -05:00
ekzyis
40ef4f47c8
Remove unused var (#330)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-04 14:36:38 -05:00
ekzyis
388e00dd04
Service worker rework, Web Target Share API & Web Push API (#324)
* npm uninstall next-pwa

next-pwa was last updated in August 2022.
There is also an issue which mentions that next-pwa is abandoned (?): https://github.com/shadowwalker/next-pwa/issues/482

But the main reason for me uninstalling it is that it adds a lot of preconfigured stuff which is not necessary for us.
It even lead to a bug since pages were cached without our knowledge.

So I will go with a different PWA approach. This different approach should do the following:
- make it more transparent what the service worker is doing
- gives us more control to configure the service worker and thus making it easier

* Use workbox-webpack-plugin

Every other plugin (`next-offline`, `next-workbox-webpack-plugin`, `next-with-workbox`, ...) added unnecessary configuration which felt contrary to how PWAs should be built.
(PWAs should progressivly enhance the website in small steps, see https://web.dev/learn/pwa/getting-started/#focus-on-a-feature)

These default configurations even lead to worse UX since they made invalid assumptions about stacker.news:
We _do not_ want to cache our start url and we _do not_ want to cache anything unless explicitly told to.
Almost every page on SN should be fresh for the best UX.

To achieve this, by default, the service worker falls back to the network (as if the service worker wasn't there).

Therefore, this should be the simplest configuration with a valid precache and cache busting support.

In the future, we can try to use prefetching to improve performance of navigation requests.

* Add support for Web Share Target API

See https://developer.chrome.com/articles/web-share-target/

* Use Web Push API for push notifications

I followed this (very good!) guide: https://web.dev/notifications/

* Refactor code related to Web Push

* Send push notification to users on events

* Merge notifications

* Send notification to author of every parent recursively

* Remove unused userId param in savePushSubscription

As it should be, the user id is retrieved from the authenticated user in the backend.

* Resubscribe user if push subscription changed

* Update old subscription if oldEndpoint was given

* Allow users to unsubscribe

* Use LTREE operator instead of recursive query

* Always show checkbox for push notifications

* Justify checkbox to end

* Update title of first push notification

* Fix warning from uncontrolled to controlled

* Add comment about Notification.requestPermission

* Fix timestamp

* Catch error on push subscription toggle

* Wrap function bodies in try/catch

* Use Promise.allSettled

* Filter subscriptions by user notification settings

* Fix user notification filter

* Use skipWaiting

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-04 14:36:07 -05:00
keyan
3d093d45f3 small fireworks changes 2023-07-03 19:04:07 -05:00
keyan
b6628eb159 july 4th festivities 2023-07-03 14:46:54 -05:00
Keyan
7cb05f6d96
Update issue templates 2023-06-23 10:39:37 -05:00
ekzyis
eac73e7169
Fix double submit (#328)
Co-authored-by: ekzyis <ek@stacker.news>
2023-06-23 10:21:29 -05:00
ekzyis
fa32e22cde
Fix double slash (#325)
Co-authored-by: ekzyis <ek@stacker.news>
2023-06-21 13:09:04 -05:00
keyan
431947eeee different freebie rules 2023-06-20 12:55:45 -05:00
keyan
03e0646560 ~meta sub 2023-06-20 11:27:41 -05:00
keyan
747371a4e4 snl live banner 2023-06-20 09:57:06 -05:00
keyan
59ee15b551 new user email copy 2023-06-19 17:42:47 -05:00
keyan
cc6dc8c68b add daily discussion thread permalink 2023-06-19 14:40:24 -05:00
keyan
3e4161ae8c tip -> zap 2023-06-19 13:21:55 -05:00
keyan
f8724f75e7 add tab shortcut and better resulting selection ranges 2023-06-19 13:07:06 -05:00
ekzyis
b427c921d1
Add SimpleX group invite to footer (#320)
Co-authored-by: ekzyis <ek@stacker.news>
2023-06-16 18:04:56 -05:00
keyan
7ad4b0b438 merge remote 2023-06-13 09:20:38 -05:00
keyan
02ec14549f prevent markdown input cursor from moving 2023-06-13 09:19:50 -05:00
ekzyis
3738f08ac2
Use docker volume for db data (#315)
Co-authored-by: ekzyis <ek@stacker.news>
2023-06-12 20:22:10 -05:00
keyan
73bb4a0141 change more post types copy 2023-06-12 19:43:08 -05:00
keyan
f0f51438c4 add top posts/comments to subs 2023-06-12 19:40:18 -05:00
keyan
6ed2c87c49 fix ssr and client side rendering difference warnings 2023-06-12 17:59:53 -05:00
keyan
ef533d41a6 move markdown related code to proper component 2023-06-12 17:39:20 -05:00
keyan
6a49f37c68 only honor selection range in textarea 2023-06-12 17:21:13 -05:00
keyan
5958875f1e wait for comments to collapse before scrolling 2023-06-12 16:03:32 -05:00
keyan
ab3b24a072 refine pwa back button 2023-06-12 15:49:48 -05:00
keyan
ed938527fd simply respect notification alert message 2023-06-12 15:37:12 -05:00
keyan
b71c595856 move @hn to tech 2023-06-12 15:10:44 -05:00
keyan
d78c98e701 improve rss footer 2023-06-12 14:48:35 -05:00
keyan
342a165ced refine cancel button 2023-06-12 14:39:27 -05:00