urbanists.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a server for people who like bikes, transit, and walkable cities. Let's get to know each other!

Server stats:

570
active users

#BuildInPublic

786 posts25 participants731 posts today

I couldn’t stand the placeholder boxes in my 365 Photo project any longer. They constantly reminded me that I prefer taking photos over uploading them. So, the developer in me thought:

why not just hide them? #BuildInPublic

Will have a video out Friday going over this in more (and slower) detail, but here's a quick look of what Digital Shopfront CMS looks like at the moment. And yes, I did already completely refactor the look of the dashboard.

Next up is building a visual and site editor, which is probably the biggest challenge of phase one. It'll be interesting.

You can also check out progress on the GitLab repo: gitlab.com/jacob-martella-web-

#Laravel
#BuildInPublic

I'm in this issue! One thing I should have advertised better is that my UI overhaul guide includes an entire, bootable (after some configuration) Rails app that's a snapshot of *real production code.* I personally think that's invaluable for mapping how it works, and it's very rarely seen.

#rails #indiehackers #buildinpublic ruby.social/@lucian/1143358002

Ruby.socialLucian Ghinda (@lucian@ruby.social)Read the full newsletter for free at https://newsletter.shortruby.com/p/edition-131 This edition was possible with the amazing help of @vcosmin01@mastodon.social who edited all the content.

What happened on April 9? An old toot about Toot Scheduler was boosted by a small group of about ten people. My URL shortener recorded 116 clicks that day, with 64 being unique on a 7 days period. I hope some of you will find my little tool useful!

Continued thread

Oh ho ho! Test print!

This is the tallest thing I’ve printed. I’m using my 0.8 mm nozzle for this, because it’s gigantic. There’s some weird extrusion errors on the one shape that’s closing, but only one one side. And it’s stringing for some reason. I’ve used the filament before, but I guess I have to adjust the temp.

We’ll see how this goes. Cautiously optimistic!

Thought I was clever making a custom drawer component, only to realize that SwiftUI already has a DisclosureGroup component that’s literally the same thing 🤦‍♂️. Weird thing tho is that my custom component would ignore its transition animations to show/hide its content if the component was rendered inside of a List or Form. DisclosureGroup works just fine under a List. What am I missing here? Why are my animations ignored if inside a List? #BuildInPublic #iosdev #swiftui

When SwiftUI is good its very good.

I was able to add this filter and option button to filter my sidebar list with three different sections. Total time spent perhaps 30 minutes?

Now users can filter the list(s) to quickly find the item they want and they can toggle display of items already contained in groups.

Need to update all my help docs and screenshots but it's worth it.