cms
cms copied to clipboard
**Logout button overflow while changing screen sizes from mobile to desktop** The logout button is overflowing out of the navbar during an intermediate screen size. Mobile and desktop responsiveness is...
### PR Fixes: - 1.This PR fixes the Text , buttons visibility in 404 page not found page. - 2 .This PR also introduced INHOUSE Error page with clean UI...
**Describe the bug** When we go to /admin/user to logout any user as an admin when we enter wrong Admin password the response we get is in the form of...
bug: Text,buttons are not visible in 404 page not found in (opposite of system's default theme Mode)
**Describe the bug** When a user goes to any non listed route a 404 default page will be rendered by the nextjs so in Light mode the text is not...
This PR Introduces a custom hook `useCertGen` to avoid Canvas rendering on the server(expensive ops) ## overview  - Certificate via client side URI  - Verification  Resolves...
Canvas rendering on the server is very expensive We should just render on the client since it is faster Can this be done? check https://github.com/abhithory/auth-certficates
### PR Fixes: - 1 comment filter redirected to some other route which had no content , now stays in the same page while filtering the comment Resolves #541 ###...
**Describe the bug** I am unable to use [email protected] to login **To Reproduce** Steps to reproduce the behavior: 1.To reproduce run the repository using docker-compose up and try to sign...
**Describe the bug** When we choose any vide that has a comment , and apply apply any sort of filter to it , we get redirected to some other route...