Skip Navigation

User banner
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M

MV [Jerboa dev]

@ testAccount @lemmy.one

Posts
16
Comments
169
Joined
3 yr. ago

  • It kinda does but it looks better if you have downvote disabled and scores hidden.

    Maybe the comments should move all the way to the right?

  • Jerboa knows that information because it is part of the api. The above feature request is not

    Checking time is a good idea but then Jerboa has to store per post per instance per account each timestamp. It also gets pretty complicated when new comments are part of a thread. It would ve to fully load the entire comment tree. I rather see this supported in the API with a new sort option unread

  • There is no issue for this because all of these dialogs will be replaced by M3 menus (better looks + UX) there is an issue for that

  • nvm, this feature was not implemented yet in Jerboa. But I just added it.

  • Make an issue for it

  • It already adds the instance to community names in the feeds. For communities local to your account they are not displayed.

  • Spoiler tags are supported, in Jerboa and lemmy as

     
        
    ::: spoiler title
    
    :::
    
      

    📸

  • I can add it in the topbar but how would you add it in the middle so that it stil looks nice?

  • Regarding the account 'removal", when Jerboa fails to load your person info it will look like your in Anonymous mode and that your account is removed which is not the case. I have PR that fixes this and JWT session expired problem and some other checks. It might be included in the next release.

  • It is possible for someone to make a theme like that.

  • The pull to refresh is currently too sensitive on big screens (tablets) to pull down or not sensitive enough on smaller screens it seems. We are just using default implementation of it.

  • There is a new PID for each new execution of any app. On device restart most logs go away from experiences just the error levels ones remain for some time.

  • Make GitHub issue with full logs

  • The API endpoints? It is instance/api/v3/user/unread_count?auth=TOKEN And this instance/api/v3/private_message/list?page=1&unread_only=true&auth=TOKEN

  • This is definitely a bug, can you make an issue on github for it.

  • There is a button to mark as read, aswell a mark all as read button.

  • It's just hasn't been added yet. For that feature it would have to continuously poll in some interval in the a background for each account. Since the websocket API is removed.

  • It does since 0.40