cms icon indicating copy to clipboard operation
cms copied to clipboard

Results 624 cms issues
Sort by recently updated
recently updated
newest added

**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...

bug

### 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

**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...

bug

This PR Introduces a custom hook `useCertGen` to avoid Canvas rendering on the server(expensive ops) ## overview ![certi gen](https://github.com/code100x/cms/assets/85569489/10d16a31-8982-4153-9ce6-719340bd7099) - Certificate via client side URI ![uri](https://github.com/code100x/cms/assets/85569489/331c0af8-d54f-44cd-a5c5-f1c3087321ca) - Verification ![cli](https://github.com/code100x/cms/assets/85569489/15c00bf2-fab2-4b00-8708-1b3983381270) 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

enhancement

### 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...

bug

**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...

bug