Steve Fernandes
Steve Fernandes
Hey so from what I understood with what is causing it, is that the login part is overflowing causing the SASS calc to provide a wrong value, So one thing...
I mean something like this, This would prevent the overflow and allow for a smooth transition keeping the actual window height at 100vh only as in the other pages https://github.com/user-attachments/assets/4b2e4458-0a49-465c-be45-3db67f8ebf73...
Ohh sure @PriteshKiri !! I'll make a pr soon, kinda got caught up with other stuff Btw it is ok to modify the styles right? Or should I create a...
Heyy Hi!! @PriteshKiri I made a PR to solve this issue, do check it out #11482 [This solves the overflow issue in the workspace login page]
Hey @A1exKH! The ESLint issues seem to be related to the environment variables. Non-null assertions are necessary to prevent TypeScript from complaining about potential undefined values being assigned to variables...
Heyy Hi!! @A1exKH I spoke to @nevo-david regarding the eslint warning, so he suggested me I could just disable the non-null warning I added that to the PR
Heyy Hi!! @A1exKH I resolved all the conflicts in this PR
Heyy Hi!! @A1exKH Which other stuff should I need to change for the review
It might be a bit challenging for me since I'm not fully familiar with the new code that was pushed. However, I'll still do my best to solve them based...