Firstyear

Results 1097 comments of Firstyear

I'm a bit on the side of this being cli only for admins.

Yes it is arbitrary, but the arbitrary line is dev time - if I start to add all the admin functions to the webui and the cli that will take...

There is still a ton to do here but this is the "absolutely minimum". This has working password and totp flows and a minimal landing page for apps. I need...

> We should probably [overlay the new HTMX things as specific routes](https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig) until the WASM bits are completely replaced, it'd make it easier to test - I can't get to...

> > There is still a ton to do here but this is the "absolutely minimum". This has working password and totp flows and a minimal landing page for apps....

> > > We should probably [overlay the new HTMX things as specific routes](https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig) until the WASM bits are completely replaced, it'd make it easier to test - I can't...

Anyway, I think we should merge this "as is" so that I can finish the login flows and let @ToxicMushroom start on the new app views in parallel.

> > We should probably [overlay the new HTMX things as specific routes](https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig) until the WASM bits are completely replaced, it'd make it easier to test - I can't get...

> Sorry for the description , if I enter something with `` in nickName will it be rejected or not, I don't quite understand, I'm a rust noob. Correct. But...

In concread this is not a heavy write case actually. Concread is many readers with a singular writer, and the single write is protected by a separate mutex. What we...