phanpysocialdev
#PhanpySocialDev (dev site) has upgraded to Masto.js v7. Test it out and see if I missed anything 🤞
https://mastodon.social/@neet/114432762180036489
Finally got to build this. Quick UI toggles to see all possible permutations of a post.
Previously was trying out Storybook.js but it's a bit too much for my needs (too many files, too many clicks).
CSS view transitions are pretty cool. More permutations need to be added later. And it's fun building this.
Folks using #PhanpySocialDev , there are 2 new features that need a bit of testing:
1. QR code for profiles and shortcuts settings - includes scanner (camera) too
2. Import/export accounts - the export *excludes* access tokens, so need to login again after import
They’re quite hidden, so just a heads-up 🙇♂️
Neat. #PhanpySocialDev #AltText
Mastodon issue: https://github.com/mastodon/mastodon/issues/14903 (2020)
This took quite a while to experiment, but now that it kinda works, feels pretty cool.
- Still experimental on my local machine (not on dev site)
- Replies are segmented between edit time slots, idea from X https://mastodon.social/@cheeaun/114996911713894433
- Older revisions slowly get more grayscale and less opaque.
Quote post permutations.
- Docs on quote states: https://docs.joinmastodon.org/entities/Quote/#state
- Related PR: https://github.com/mastodon/mastodon/pull/34738
- Reference of text copies from Mastodon: https://github.com/mastodon/mastodon/blob/c442589593ac39f1f36c972890850c30efd3ca1b/app/javascript/mastodon/locales/en.json#L875-L880
📣 Phanpy folks using non-QWERTY keyboards, now you can test this keyboard-layout-dependant shortcuts on dev site 🙇♂️ https://github.com/cheeaun/phanpy/issues/326#issuecomment-2816429554
For context, currently keyboard shortcuts are keyboard-layout-independant (`e.code`). E.g. for a Dvorak keyboard layout, the physical `c` key is mapped to `j`, so it's confusing. Now with keyboard-layout-dependant shortcuts, it will listen to the produced key (`e.key`) rather than the code (`e.code`).
This has been in the to-do list for years.
Yes, custom emojis work inside CW and poll fields 
Early sneak peek of #WIP composer UI relayout.
(still on my local dev, not dev site)
Random thought: at some point, it's probably easier for @phanpy to redirect users to use https://edit.photo/ or https://edit.video/ by @rikschennink , or https://squoosh.app/ (image compressor), then somehow redirect back to upload the media in the composer 🤔
Not sure if it'll be useful, but looks good 🤔
Too bad I can't add a Share/Download (image) button due to CORS issue (avatar image and header image). Possibly can fallback to just pure solid-color version but doesn't look as pretty 😆
For context, Mastodon Android app has this https://blog.joinmastodon.org/2024/02/mastodon-for-android-update/ (Feb 2024)