Go check it out, it’s pretty cool. It also shows a check mark which is a nice visual cue for sorting.

btw, are there any graphic designers here with experience with SVGs? If we want to make this feature even better, we need custom calendar icons!

https://github.com/aeharding/wefwef/issues/197

  • @garretble
    link
    English
    121 year ago

    For me it might be notifications. But I believe Apple at least recently got the api working to allow for notifications via web apps.

    Implementing that, however, may be another story. But it’d be neat.

    • @[email protected]
      link
      fedilink
      English
      101 year ago

      Web apps can notify.

      However I’m not sure - that might require a backend server to SEND notifications to your device.

      • @aehardingOPM
        link
        English
        161 year ago

        Yes once things calm down a bit I’d love to request Lemmy to support web push.

        Elk, a web client for Mastodon, can send push notifications because mastodon supports Web Push 😁

      • @garretble
        link
        English
        51 year ago

        Yeah, I believe you’re right. And spinning up something like that may be out of the scope of this project (costs and whatnot). Which is fine. But it would be some neat gold plating.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        Wefwef is already a hosted application so I don’t see why it wouldn’t be able to handle push notifications for the installed clients on the hosted wefwef instance. Besides the code not being implemented yet of course.