#phanpysocialdev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #phanpysocialdev, aggregated by home.social.
-
RE: https://wspanialy.eu/@PanNindyk/116786116739369324
It works! But seems not federated 🤔📩
Hat tip to @LukaszHorodecki @PanNindyk
-
I don't usually encourage linking to Phanpy (it's not supposed to be a shareable permalink) but here's a preview of @stefan 's collections https://dev.phanpy.social/#/stefanbohacek.online/a/109694346929844617/c (should work when not logged in too).
-
RE: https://stefanbohacek.online/@stefan/116765966366472405
Not sure if this is the right way, but handling *collections page* (list of collections) links too, not just collection page (list of accounts).
As the link is not the same as currently-logged-in instance, it'll be "unfurl"-ed, almost like how we "guess" the post links, then fetch the remote API call. On a *collection* page itself, it's possible to use search API to unfurl the federated local collection ID, so switching between them is possible.
Still WIP on my local dev #PhanpySocialDev
-
Filter notifications has filtering for bots. #MastoDev #PhanpySocialDev
-
RE: https://mastodon.social/@Mastodon/116765910384325070
If your server is on v4.6, try and test Collections on #PhanpySocialDev (https://dev.phanpy.social/).
There's still a few small bugs that I'm aware of and probably missed, and need to test more on cross-instance use-cases 🙏
-
Probably gone a bit overboard? It's fun though 🤔
Still WIP on local dev. #MastoDev #PhanpySocialDev #SneakPeek
-
-
Not bad, for now.
Still just a card, not full implementation yet (collections page, "remove me" buttons, edit, delete, update, etc).
-
RE: https://bne.social/@james/116067684110330347
Somehow manage to whip this up, extracting the idea from this discussion thread.
-
RE: https://mastodon.social/@cheeaun/116044581946862131
And of course, I'm already taking the first steps.
#PhanpySocialDev (local dev)
-
RE: https://mastodon.social/@staff/116015299592234843
Adding support for disabled "live feeds".
Now the issue is whether to hide the 'Local' and 'Federated' menu items in the main nav. Phanpy allows users to switch servers, so folks can still open it, then switch to those that allow public "live feeds" 🤔
-
dev.phanpy.social好像更新了“用一个透明框,框住了置顶帖文”,这是更新还是我的错觉()
-
-
-
炒鸡方便的功能,phanpy的账号导出导入,从phanpy.social切换到dev.phanpy.social体验更新的功能 :drgn_bread:
-
-
Looks kinda plain, maybe will look better for artists or photographers 🤷♂️
-
Been getting double-posting issues on mastodon.social server here. Quite embarrassing having to delete the duplicate replies.
Thought could be a Phanpy bug but seems unlikely because Phanpy implements `Idempotency-Key` (https://docs.joinmastodon.org/methods/statuses/#headers:~:text=this%20API%20method.-,Idempotency%2DKey,-Provide%20this%20header). *Could* likely happen because Phanpy also have a fallback try/catch logic for servers that don't support `Idempotency-Key` 🤔
Hard to debug on the spot as the issue happens randomly.
-
RE: https://mastodon.social/@cheeaun/115786041089084588
想到年度总结应该也在 https://dev.phanpy.social/#/ 下面,就去Github https://github.com/cheeaun/phanpy/commits/main/ 查phanpy的源码,只查了1 hour ago的commit正好没有关于YearInPosts的修改
然后就尝试各种后缀,比如2025、year、summary等等,再然后
询问Gemini,如何才能知道一个网站可以接什么后缀,Gemini回答:核心文件路径: 在 GitHub 仓库中寻找 App.jsx 或专门的 routes.js 文件然后把https://github.com/cheeaun/phanpy/blob/main/src/app.jsx 喂给Gemini就找到了:代码中定义了 /yip 路径,对应 YearInPosts 组件
然后就输入https://dev.phanpy.social/#/yip 就到了年度总结页面
-
Now up on #PhanpySocialDev https://dev.phanpy.social/ - give it a try 🙇♂️
- Link hidden inside Settings, not the nav menu
- Not localized yet, still experimental, things might change or break later
- The 3D grid background was fun 🙈 -
Got carried away.
#PhanpySocialDev (still on my local dev)
-
Here's a WIP #SneakPeek
I needed this, built it. No idea what's the direction yet but it's fun.
#PhanpySocialDev (still on my local dev)
-
Turns out a bit more complicated than I thought. #PhanpySocialDev
- Prevent possible infinite loop if there's circular reference (if any of the post quotes an already-listed post)
- Max batch limit, if exceeds 30 status fetches, stop, show a button for user to manually "unwrap" another 30 - for very, very long chain of quotes
- Add a little CSS scroll-driven animation fun with `timeline-range-name`, so new, that even Biome (& Firefox 🥲) doesn't support it yet https://github.com/biomejs/biome/issues/7760 -
For context, I'm copying this experimental idea from an app called Skywalker https://bsky.app/profile/skywalker.thereforeiam.eu/post/3m6thdy2otk24
It's called "Unwrap quote chain".
Still on my local dev #PhanpySocialDev
-
Neat. #PhanpySocialDev #AltText
Mastodon issue: https://github.com/mastodon/mastodon/issues/14903 (2020)
-
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 importThey’re quite hidden, so just a heads-up 🙇♂️
-
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)
-
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 🤔
-
It's time for ✨Decal Patterns✨
Reference from Apache ECharts https://echarts.apache.org/handbook/en/best-practices/aria/#decal-patterns — Github issue here https://github.com/apache/echarts/issues/13263 (2020)
-
Wondering if this would be useful?
(I messed up while screen recording this & accidentally mentioned everyone 😂 — now deleted, sorry 🙇♂️)
#PhanpySocialDev (still on my local, not on dev site)
#Design #UX #MastoDev