8

Notifications UI in SwiftUIRant.

I don’t want to just copy the UI of the official app.
So I’ve made a few changes:
Always displaying the name of the user and other stuff that makes it easier to scan visually, I hope.

Feedback is welcome.

Comments
  • 0
    The official devRant app UI for comparison:
  • 1
    Wait, are we getting another iPhone-only devRant clone?
  • 2
    @ScriptCoded Yes 😁

    Well, technically not a clone but just a client using the devRant public API.

    For iPhone, iPad and macOS.
  • 0
    Well, I can't count how many times I lacked the simple mention of *where* comment was posted.
  • 0
    @vintprox what do you mean where?
    Like in what rant? But how would you refer to a rant? Showing the rant id is not useful. Maybe show the user avatar of the rant’s poster? But I’m not sure if that would be a good idea either. In addition to that, I don’t get that info from the API and would need to fetch it for each notification.
  • 0
    @Lensflare Rant's short summary. If notifications wrapper had some sort of cache, yeah, that'd be great.
  • 0
    @vintprox oof, that would require a lot of space for each notification item. And would make it less readable. Too much info.
  • 1
    Is available in TestFlight?
  • 1
    @johnmelodyme Not yet.

    I will put it in Testflight when it reaches version 1.0.0, probably when I implement posting rants and comments. Maybe in a couple of weeks.

    It‘s also open source:
    https://github.com/WilhelmOks/...
Add Comment