hhmx.de

sam henri gold

sam henri gold (@samhenrigold@hachyderm.io)

Föderation EN Sa 07.09.2024 18:56:43

@thisismissem i wanna figure out how to make settings feel less detached from the whole web app. regarding moderation stuff, i just started my own server for side project bots to experience it first hand.

Emelia πŸ‘ΈπŸ»

Emelia πŸ‘ΈπŸ» (@thisismissem@hachyderm.io)

Föderation EN Sa 07.09.2024 19:51:54

@samhenrigold I'm leaning that there's three different things: settings, moderation tools, and admin. Currently those are all merged together.

I wouldn't recommend rewriting all those in the webapp in react.

Renaud Chaput

Renaud Chaput (@renchap@oisaur.com)

Föderation EN Sa 07.09.2024 19:56:49

@thisismissem settings should probsbly be moved to the react app. It would also ensure we expose those settings correctly in the API, and provide a better UI for most users. i al fine with admin/mods not be in the main app, those are quite specific apps for a small amount of users @samhenrigold

Emelia πŸ‘ΈπŸ»

Emelia πŸ‘ΈπŸ» (@thisismissem@hachyderm.io)

Föderation EN Sa 07.09.2024 20:12:29

@renchap @samhenrigold yeah, that's my gut feeling as well.

Everything that's end-user related should be moved to API + React, but everything moderation or admin related should be on the react side, perhaps with a sprinkling of turbo or something