WebSorcery / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
0 stars 6 forks source link

Responsive #29

Closed singhcoder694 closed 8 months ago

singhcoder694 commented 8 months ago

I have solved both issues and tried third one by making Nav as different component, but due to this distortion started to occur on home page so I didn't do. It can be solved as different issue #15.

Now it is visible on both dark and light mode... Double navbar is also removed...

Screenshot 2023-12-21 095614

Summary by CodeRabbit

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
testcase-generator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 21, 2023 4:45am
coderabbitai[bot] commented 8 months ago

Walkthrough

The changes in the provided unidiff snippet involve the addition of a new CSS class .smnav with the property display: none; and a modification in the background-color property of an existing CSS class from a linear gradient to a semi-transparent color defined by a variable.

Changes

File Change Summary
styles/Home.module.css Added .smnav class with display: none; property; updated background-color of an existing class to a semi-transparent variable.

🐇✨ Changes in the code, fresh and bold, A hidden nav, and a color untold. UI's new charm, with a semi-translucent fold, Crafted by paws, in the burrow's hold. 🎨🖌️

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
ank1traj commented 8 months ago

This issue is still there for display greater than 768px or 1024px. Working fine for smaller screen and larger screen. Please have a look.

singhcoder694 commented 8 months ago

@ank1traj I checked it but it is working fine on my system, you are talking about issue 2 (two navbars).

ank1traj commented 8 months ago

No, I'm saying about point 1. Point 2 is good.