holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

Demo Issues (Things that bug the crap out of Jeff) #164

Closed jeffmccune closed 6 months ago

jeffmccune commented 6 months ago

Things that bug the crap out of me.

jeffmccune commented 6 months ago

Filter in multi-select seems not possible with Material, would need a custom component which isn't worth it.

Loggin in CSRF may just bee that I was going to the wrong URL of https://jeff.holos.dev.k2.ois.run instead of the correct https://jeff.app.dev.k2.holos.run

Overscroll may not be worth it to fix. Seems extremely fidly. Tried https://bugs.webkit.org/show_bug.cgi?id=176454#c86 but it just ads another scroll bar in Chrome and doesn't fix Safari.

jeffmccune commented 6 months ago

For the CSRF issue:

jeffmccune commented 6 months ago

Yeah, the iOS redirect missing csrf can be fixed with a one line patch:

cookie.SameSite = http.SameSiteNoneMode

https://github.com/holos-run/oauth2-proxy/commit/77a03ae2c309a4bd5ba6200f7432a8027b00c79f