mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

354K
active users

tvler

Hny! You can now Hide All when editing hidden profiles in StreetPass. Saving you a lot of time if all you wanna do is clear out your list!

Out today at streetpass.social 😉

Once again had a lot of fun with the native HTML form api while implementing this feature github.com/tvler/streetpass/bl

TIL you probably don't need refs of form elements, since form objects have a built-in way of retrieving elements both by name AND by iterating thru all elements currently in the DOM. developer.mozilla.org/en-US/do

This is honestly really great bc it's pretty likely that you're gonna have a dynamic amount of form controls, and a dynamic number of refs is a huge pain to set up in React

GitHubstreetpass/extension/src/popup.tsx at a8359c834c62be155011d94e608d1817b75212df · tvler/streetpassFind your people on Mastodon. Contribute to tvler/streetpass development by creating an account on GitHub.

@tvler Any chance that we will see this plug-in on iOS?

@yuliyan Hey! I think I'm at the point where I would only work on this if I was on sabbatical or wasn't employed. Would take a ton of eng work and increase the app's code complexity like >5x github.com/tvler/streetpass/di

GitHubAny plans to build a iOS version of your app/service? · tvler streetpass · Discussion #36Do you plan to build an iOS version? Like a safari extension?

@yuliyan if you subscribe to that gh discussion that’ll be the best way to receive any updates :) it’s a very interesting idea and I’d be happy to work on it if the timing is right

@tvler I wasn't aware of this. Thank you for sharing!

@kaiserkiwi ya it’s pretty sweet. Form api feels pretty underrated imo