Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: draft for collection and folder #3740

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

pooja-bruno
Copy link
Collaborator

@pooja-bruno pooja-bruno commented Jan 6, 2025

Description

Adding draft logic for collection/folder level setting

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.
Screen.Recording.2025-01-07.at.11.13.46.AM.mov

@pooja-bruno pooja-bruno changed the title add: document save button add: draft for collection and folder Jan 6, 2025
@pooja-bruno pooja-bruno marked this pull request as ready for review January 7, 2025 05:45
packages/bruno-app/src/components/Documentation/index.js Outdated Show resolved Hide resolved
packages/bruno-app/src/components/Documentation/index.js Outdated Show resolved Hide resolved
@@ -0,0 +1,71 @@
import React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see there is a lot of repetition across ConfirmCollectionClose , ConfirmFolderClose, and ConfirRequestClose`
This is fine. Lets not try to modularise this.

A good read - https://overreacted.io/the-wet-codebase/

@helloanoop
Copy link
Contributor

helloanoop commented Jan 7, 2025

@pooja-bruno please check why the CLI tests are failing. I also left a few minor comments related to unused variables.

@lohit-bruno PR is quite large, but it looks good to me. Code structure and changes are approved from my side for the merge. I haven't tested it on my laptop. Please test it thoroughly before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants