-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: main
Are you sure you want to change the base?
add: draft for collection and folder #3740
Conversation
packages/bruno-app/src/components/CollectionSettings/Docs/index.js
Outdated
Show resolved
Hide resolved
packages/bruno-app/src/components/FolderSettings/Documentation/index.js
Outdated
Show resolved
Hide resolved
packages/bruno-app/src/components/FolderSettings/Documentation/index.js
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,71 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
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/
packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js
Outdated
Show resolved
Hide resolved
packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js
Outdated
Show resolved
Hide resolved
@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. |
Description
Adding draft logic for collection/folder level setting
Contribution Checklist:
Screen.Recording.2025-01-07.at.11.13.46.AM.mov