• 9 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • Hey there! Good question - I can answer them for you

    Are drafts stored indefinitely?

    Right now, they are stored indefinitely. They’re stored similarly to how your app settings are stored, and the only way to clear them is to uninstall and reinstall Thunder.

    If I keep creating new drafts without ever finishing them, will my storage get full?

    That’s a possibility but it’s very unlikely that your storage will get full just from stored drafts since they’re just plain text. Text usually takes up very little space compared to other data (e.g., images)

    Is there a way to see all my current drafts?

    Is there any way to delete drafts?

    If you go back to a previous draft, you can delete the draft but that’s all there is at the moment.

    That being said, we are working on features for better draft management to allow viewing/deleting drafts. The related GitHub issue is here: https://github.com/thunder-app/thunder/issues/1375

    Hopefully this answers all your questions!



  • That’s a coincidence! I don’t believe that’s actually Thunder since that looks to be a Windows app (although you can technically build Thunder on Windows so there’s a very slim chance)

    was wondering where this is originally from?

    Here’s a bit of backstory!

    The Thunder logo was inspired from other thunderbolt vector images that I encountered online. All of the images I encountered felt very “sharp” so I simply tried to adjust the corners to be more round.

    So while there isn’t technically a “source” of the logo (at least that I’m aware of), I wouldn’t be surprised if there’s already something very similar! 😅


  • Hey there, are you by any chance subscribed to a lot of communities? If so, that may be the reason for the stuttering when opening the drawer.

    This is a known issue and I have fix for that in this PR which should greatly improve that: https://github.com/thunder-app/thunder/pull/1452

    Occasionally, it also stutters when I scroll through my feed.

    Do you mind sharing if you have full height images enabled? Generally, having that on is a bit more intensive because Thunder needs to calculate the width/height for each image (as Lemmy does not provide that info directly) - this should improve once Lemmy sends back the image dimensions in their API!

    If you don’t have that option enabled, feel free to submit a new issue on GitHub and I can take a closer look at it. Thanks!