idunnololz

joined 2 years ago
MODERATOR OF
[–] idunnololz@lemmy.world 2 points 5 hours ago

This looks like a bug. Will take a look later today. Thanks for reporting!

[–] idunnololz@lemmy.world 2 points 5 hours ago* (last edited 1 hour ago) (1 children)

Omg. I swear they rename/move a bunch of things every update so every guide is just a little bit out of date.

[–] idunnololz@lemmy.world 1 points 10 hours ago

Three friends confirmed the same. They're gonna go oot and buy more bread. 🍞

[–] idunnololz@lemmy.world 4 points 10 hours ago (4 children)

FreeCAD has possibly the worst UI I have ever used combined with some of the worst UX of any software. But it has every feature I need, it's free and it works (mostly).

[–] idunnololz@lemmy.world 2 points 11 hours ago

Some people enjoy the whimsy it brings.

 

I made it and served it alongside the classic tomato and egg dish.

 

Some days I really envy them.

 

Don't have a theme planned for this one so going back to knocking off more user requests.

Changes so far:

  • Fix a bug where the block instance button doesn't do anything on the instance information screen.
  • Fix gesture conflicts on the image preview screen.
  • Add feature that shows per-user scores in post/comment headers. Enabled by default. Can be disabled in settings.
 

Tastes great but doesn't look that good.

 

I was snapping photos of Sencha this weekend when he was sleeping on me. At some point he must have stretched and put his paw in front of the camera. A little while later I saw this hilarious image while reviewing the photos I took, so I am sharing it with all of you.

 
 

Going through a busy period in my life so development will be a bit slow for a few weeks but should pick up back later. Will work on Summit when I can. Will prioritize bug fixes for now.

[–] idunnololz@lemmy.world 2 points 8 months ago

The communities/bookmarks side bar only exists on the home page. It's not a universal side bar.

[–] idunnololz@lemmy.world 2 points 8 months ago (2 children)

You should be able to open the side bar swiping anywhere on the screen. It qas designed that way precisely so it doesnt conflict with gesture navigation.

[–] idunnololz@lemmy.world 1 points 8 months ago (1 children)

Cool I was able to reproduce the issue. I'll fix the issue in the next release.

[–] idunnololz@lemmy.world 2 points 8 months ago

I can confirm the cake is good and I can make time.

[–] idunnololz@lemmy.world 1 points 8 months ago

Hmm that is odd. I can't reproduce this issue on my end. This might be some specific combination of settings that is causing the issue.

Could you DM me your settings? You can copy your settings by doing to Settings > Import & export settings > Export settings. Then uncheck Include database and tap Copy to clipboard.

[–] idunnololz@lemmy.world 2 points 8 months ago* (last edited 8 months ago) (4 children)

This is an edge case. I assume you are using one of the Card layouts.

RedGif posts are considered "video posts" by Lemmy however they are a bit more complex to process by the app. The app is configured to not generate thumbnails for them and Lemmy doesn't generate thumbnails for them either.

Card layouts are designed to showcase graphics (images/gifs). When content doesn't have a thumbnail it defaults to not showing anything. This is why you have to tap into them to see the video.

The easiest solution is to use a different layout. You can try the full layout, compact layout or list layout or any of the equivalent card layouts. Summit allows you to set a specific layout for a community so if you'd like you can use card layout for your regular feed and only use the other layout for your RedGif feed(s).

As for getting rid of the NSFW warning, there are several ways to accomplish this. The easiest is just turning them off entirely in Settings > Post feed > Blue NSFW posts. You can also turn on "Do not blue NSFW posts within a NSFW community". This is a good middle ground where NSFW content is shown only when you are in a NSFW feed.

[–] idunnololz@lemmy.world 3 points 8 months ago

Thanks for the bug report. I can confirm that this is reproducible. I will have a fix for the next release.

 
 
 

Will be implementing some user requests but will also be focusing on polishing the app a bit as well.

Changes so far:

  • Fix a bug where the wrong image is shown in the post feed.
  • Improve experience for instances that disable downvotes. Downvote buttons are hidden on the post feed/post screen. Downvote actions on these instances are ignored.
  • Improve app startup time.
  • Fix a bug where tapping on retry on the load error UI on the search screen will add another load error UI.
  • Improve search support on PieFed instances.
  • Improve the feel of bottom sheet menus. Fix a bug where flinging on a bottom sheet does not dismiss the bottom sheet.
  • Start migrating to M3 Expressive.
  • Fix a bug where sometimes the app says there is a network error even though there is an internet connection.
  • Fix a bug where the app cannot recover from a network error until the app is restarted.
60
submitted 9 months ago* (last edited 9 months ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

This update adds a new page to Settings: the Inbox page. A few news settings have already been added to the inbox settings page. These settings are based on what users have requested in the past.

This update also contains big changes to hide read. In the last update, new behavior was added to the hide read feature. The new behavior lived alongside the old behavior which was done to test the waters but it is not ideal in the long run.

This update effectively removes the old behavior of hide read. The "combo" menu item consisting of both a button and a toggle is kept. However, the button portion of hide read now turns hide read on and refreshes the feed. Tapping on it while hide read is already on will cause the feed to refresh, hiding all read posts and fetching new posts.

The FAB quick action for hide read has been updated to have the same behavior. I recommend using this quick action instead of Toggle hide read which was introduced in the last major release.

Hopefully the new hide read will be more intuitive for users and reduce confusion.

Full changelog

  • Add inbox settings screen.
  • Add inbox setting to change the FAB button action.
  • Add inbox setting to toggle auto-mark as read when an inbox item is tapped. Note that this is now off by default.
  • Add inbox setting to show the full content of inbox items in the inbox list.
  • Add post feed setting to set the maximum height of a post.
  • Change hide read button to turn on hide read and then do a refresh.
  • Change FAB quick action hide read to turn on hide read and then do a refresh.
  • Change how filters work. Regex filters now ignore case sensitivity, regular filters now have an option to only apply if they match the whole word.
  • Change URL detection method. Hopefully this will result in less URL-in-markdown related issues.
  • Change inbox to no longer auto-mark items as read when tapped. You can change this behavior in Settings > Inbox.
  • Remove old hide read.
  • Fix a bug in the link preview dialog where the open link/copy link buttons don't work if the link cannot be loaded.
  • Fix a bug where double tapping on the home button would not load the default post feed.

Update

Since "auto-mark as read" for inbox items is now off by default, the "mark as read" button in the bottom bar no longer makes as much sense. Updated this button to instead be a toggle (eg. if the inbox item is read then the button will be "mark as unready", if the inbox item is unready the button will be "mark as read").

  • Update inbox message screen's bottom bar action to have a "toggle read status" button instead of a "mark as read" button.
  • Fix an image loading issue.

Update 2

Released v1.70.1 to fix the image loading issue.

27
submitted 9 months ago* (last edited 9 months ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

This update will focus on inbox changes.

Changes so far

  • Add inbox settings screen.
  • Add inbox setting to change the FAB button action.
  • Fix a bug in the link preview dialog where the open link/copy link buttons don't work if the link cannot be loaded.
  • Add inbox setting to toggle auto-mark as ready when an inbox item is tapped.
  • Add inbox setting to show the full content of inbox items in the inbox list.
  • Add post feed setting to set the maximum height of a post.
  • Fix a bug where double tapping on the home button would not load the default post feed.
  • Change how filters work. Regex filters now ignore case sensitivity, regular filters now have an option to only apply if they match the whole word.
  • Change URL detection method. Hopefully this will result in less URL-in-markdown related issues.
  • Change inbox to no longer auto-mark items as read when tapped. You can change this behavior in Settings > Inbox.
  • Big changes to hide read: Remove old behavior of hide read. New behavior of tapping hide read (the button) will enable hide read if it's not already enabled and then do a refresh. Note that this new behavior also applies to the FAB quick action. For users who enjoy using hide read, I would highly recommend using the hide read quick action (in favor of the toggle hide read quick action).
view more: next ›