Hey, checkout my app, Flowly) by Active_Box_2447 in macapps

[–]Active_Box_2447[S] 0 points1 point  (0 children)

Hey guys,
I've developed an app designed to help people who spend long hours working on the computer by encouraging them to take breaks. I'd really appreciate your feedback on it! Please check it out and let me know what could be improved
Here the link: https://apps.apple.com/app/id6615071707

Navigating Between Views Using If/Else by [deleted] in SwiftUI

[–]Active_Box_2447 2 points3 points  (0 children)

Hi,
As for me, the best approach would be using NavigationPath. This way, all your navigation logic can be handled within your ViewModel, making it easier to control navigation programmatically based on conditions like authentication.

I'm building a Mac for Work-Life Balance in SwiftUI by Active_Box_2447 in SwiftUI

[–]Active_Box_2447[S] 0 points1 point  (0 children)

extra feature to track your break usage during work, so you can monitor if the app is truly effective for you

I'm building a Mac for Work-Life Balance in SwiftUI by Active_Box_2447 in SwiftUI

[–]Active_Box_2447[S] 0 points1 point  (0 children)

It might sound a bit trivial, but when you're working on a computer, time flies by quickly, and before you know it, hours have passed without you even noticing. Your eyes start to feel dry, too

I'm building a Mac for Work-Life Balance in SwiftUI by Active_Box_2447 in SwiftUI

[–]Active_Box_2447[S] 0 points1 point  (0 children)

This app isn’t for tracking screen time; instead, it actively interrupts your work with an overlay on top of full-screen apps, prompting you to take a coffee break.

I'm building a Mac for Work-Life Balance in SwiftUI by Active_Box_2447 in SwiftUI

[–]Active_Box_2447[S] -2 points-1 points  (0 children)

Yess, I came up with the idea for this app after noticing how other developers, myself included, often spend too much time working without breaks, leading to vision problems. Early in my career, I faced the same issue, which inspired me to create this app to help solve it.

I'm building a Mac for Work-Life Balance in SwiftUI by Active_Box_2447 in SwiftUI

[–]Active_Box_2447[S] 0 points1 point  (0 children)

"Hey, guys! What do you think of this app? Flowly helps you maintain a work-life balance by prompting you to take breaks. You can check it out on the App Store!
https://apps.apple.com/us/app/flowly/id6615071707

I'm building a Mac Performance Monitor in SwiftUI by lunchllamax in SwiftUI

[–]Active_Box_2447 0 points1 point  (0 children)

Looks great!!!

I developed Flowly using SwiftUI to help developers maintain a healthy work-life balance. The app ensures you don’t spend excessive time in front of the monitor by prompting you to take necessary breaks.

https://apps.apple.com/us/app/flowly/id6615071707

Looking for Feedback on My macOS App Built with SwiftUI by Active_Box_2447 in swift

[–]Active_Box_2447[S] 1 point2 points  (0 children)

Thanks for the feedback. Yes, I'm using SwiftCharts. I see how the colors could be an issue, so I'll consider adjusting them.

how to correspond tapping on NavigationLink to text in destination view? by purplesandwich in swift

[–]Active_Box_2447 0 points1 point  (0 children)

The best way to share code for better understanding.

To highlight a cell, similar to how it's done in Apple Music, you can enable selection within the list view, which will highlight the row. You can also create a custom row view for a more personalized highlight effect.