Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Simba/feature/note folder screen UI #49

Conversation

Simba-97
Copy link
Collaborator

@Simba-97 Simba-97 commented Sep 7, 2022

This PR contains changes for the following:

  • Added UI for the Note folder screen.
  • Added changes for the ViewModel and repository required for the same
  • Added routes for navigation
  • Added UI preview for convenience of other devs.
  • Fixes Create note folders screen #18

Changes for the UI have been done and the screenshot is attached below.
Screenshot_20220908_000847

@hadiyarajesh Please review and request changes if any.

@Simba-97 Simba-97 added the team-rajesh A task assigned to member of team Rajesh label Sep 7, 2022
@Simba-97 Simba-97 linked an issue Sep 7, 2022 that may be closed by this pull request
@Simba-97 Simba-97 added this to the v0.1.0 milestone Sep 7, 2022
@sumanabhi
Copy link
Collaborator

sumanabhi commented Sep 8, 2022

@hadiyarajesh here also this same issue I'm able to see.

As you can also understand that there should be no commits counted in this PR other than his branch. But it is coming.

Chances are that we are not able to handle correctly updating the master and other branches.

We can further discuss this here.

@Simba-97 Simba-97 force-pushed the Simba/feature/NoteFolderScreenUI branch from cd3a78c to 0c1962b Compare September 10, 2022 18:26
val context = LocalContext.current
val folders = remember { folderViewModel.getFolders(NoteFolder) }.collectAsLazyPagingItems()

val data = listOf(
Copy link
Owner

Choose a reason for hiding this comment

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

Fetch data from actual db, not static ones.
If you need to test the UI, create your local branch an test but the code you push here should contains only relavant code.

@hadiyarajesh
Copy link
Owner

@Simba-97 can you resolve the conflict, rebase branch and create a PR?

@Simba-97
Copy link
Collaborator Author

@hadiyarajesh Yeah sure. I'll take a look into it

@Simba-97 Simba-97 force-pushed the Simba/feature/NoteFolderScreenUI branch from 28820c6 to b21c960 Compare October 16, 2022 09:47
@Simba-97 Simba-97 requested a review from hadiyarajesh October 16, 2022 09:50
@Simba-97
Copy link
Collaborator Author

@hadiyarajesh Please review the changes.

Copy link
Owner

@hadiyarajesh hadiyarajesh left a comment

Choose a reason for hiding this comment

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

LGTM

@hadiyarajesh hadiyarajesh merged commit 84f2476 into hadiyarajesh:branch_hadiyarajesh Oct 17, 2022
hadiyarajesh added a commit that referenced this pull request Oct 17, 2022
* Added new line in Constants.kt

* Note card ui component added which will be inflated in lazy column to show all notes (#35)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* NoteCardView for all notes ui made

* Create main.yml

* Update main.yml

* Update main.yml

* Some improvements done generalised the code

* Some ui improvements and code to inflate all card views added

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Narendra ju/feature/folders setup (#45)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Create main.yml

* Update main.yml

* Update main.yml

* Added PR template + Updated .gitignore files (#42)

Added the PR Templates +  .gitignore

* added the groundwork for the folders section in NoteX App

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Repository and ViewModel implementation for all notes screen. Issue #16 (#61)

* Branch sajalsj (#62)

* 1. view model added for Add note screen
2. UI WIP for add note screen

* 1. view model added for Add note screen
2. Add and edit screen UI complete

* Made changes written in PR

* Narendra ju/feature/folders setup (#45)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Create main.yml

* Update main.yml

* Update main.yml

* Added PR template + Updated .gitignore files (#42)

Added the PR Templates +  .gitignore

* added the groundwork for the folders section in NoteX App

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Repository and ViewModel implementation for all notes screen. Issue #16 (#61)

* 1. view model added for Add note screen
2. UI WIP for add note screen

* 1. view model added for Add note screen
2. Add and edit screen UI complete

* Made changes written in PR

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: sajal jain <[email protected]>
Co-authored-by: Narendra Nath Chatterjee <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: virunarala <[email protected]>

* Simba/feature/note folder screen UI (#49)

* Adding more UI changes

* Working on NoteFolder UI section

* Update NoteFolderScreen.kt

* Undid changes

* Fixed spacing between two row elems

* Added viewModel & minor changes to FolderRepository

* Added routes and deleted redundant data classes

* Added folder icon and minor changes

* Added spacing and string resources

* Resolved merge conflicts

Co-authored-by: Rajesh Hadiya <[email protected]>

* Note card ui component added which will be inflated in lazy column to show all notes (#35)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* NoteCardView for all notes ui made

* Create main.yml

* Update main.yml

* Update main.yml

* Some improvements done generalised the code

* Some ui improvements and code to inflate all card views added

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Updated FoldersScreen with NoteFolderScreen in NoteXNavigation.kt

Signed-off-by: Rajesh Hadiya <[email protected]>

* Update Type.kt

* Update AllNotesComponents.kt

Signed-off-by: Rajesh Hadiya <[email protected]>
Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Swapnil bhojwani <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Narendra Nath Chatterjee <[email protected]>
Co-authored-by: virunarala <[email protected]>
Co-authored-by: Sajal Jain <[email protected]>
Co-authored-by: sajal jain <[email protected]>
hadiyarajesh added a commit that referenced this pull request Oct 29, 2022
* Test PR (#51)

* Added database schema, functions and paging data UI handling (#15)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Create main.yml

* Update main.yml

* Update main.yml

* Added PR template + Updated .gitignore files (#42)

Added the PR Templates +  .gitignore

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Revert "Test PR (#51)" (#53)

This reverts commit 6f05260.

* Revert "Test PR (#51)" (#53) (#54)

This reverts commit 6f05260.

Co-authored-by: Rajesh Hadiya <[email protected]>

* Branch hadiyarajesh (#55)

* Added new line in Constants.kt

* Note card ui component added which will be inflated in lazy column to show all notes (#35)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* NoteCardView for all notes ui made

* Create main.yml

* Update main.yml

* Update main.yml

* Some improvements done generalised the code

* Some ui improvements and code to inflate all card views added

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Swapnil bhojwani <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* WorkerManager and Notification support for reminders added AND detekt and Ktlint support Added (#66)

* Base Integration of Detekt Analytics tool done.

* added the detekt as pre-push git-hooks.

* Enabled the ktlint and also added it into the pre-push git-hooks.

* change order and define the taks to generate output in some dir

* change some files and tasks and testing that pre-push is working or not

* manually it is running but while push it is not working

* code cleanup.

* tried once more that scripts is working or not

* fixed detekt and lint errors.

* fixed detekt errors.

* Working on Notification and WorkManager

* Working on Notification and WorkManager

* Working on Notification and WorkManager

* n

* modified

* changed gitignore

* refactoring

* refactoring

* Update misc.xml

* Update gradle.xml

* Update gradle.xml

* Update gradle.xml

* Update misc.xml

* Delete misc.xml

* Delete gradle.xml

* Update gradle.xml

* Update gradle.xml

* Update misc.xml

* changed NoteXApp to myContent

* added NotificationDTO.kt

* Update misc.xml

* Update gradle.xml

* Update gradle.xml

* Update gradle.xml

* Update misc.xml

* Update gradle.xml

* Update gradle.xml

* Update misc.xml

* detekt requested changes applied

* ktlint changes applied

* ktlint changes applied

Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: MosesATJTC <[email protected]>
Co-authored-by: Arunshaik2001 <[email protected]>
Co-authored-by: Shaik Ahron <[email protected]>

* Branch hadiyarajesh (#68)

* Added new line in Constants.kt

* Note card ui component added which will be inflated in lazy column to show all notes (#35)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* NoteCardView for all notes ui made

* Create main.yml

* Update main.yml

* Update main.yml

* Some improvements done generalised the code

* Some ui improvements and code to inflate all card views added

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Narendra ju/feature/folders setup (#45)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Create main.yml

* Update main.yml

* Update main.yml

* Added PR template + Updated .gitignore files (#42)

Added the PR Templates +  .gitignore

* added the groundwork for the folders section in NoteX App

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Repository and ViewModel implementation for all notes screen. Issue #16 (#61)

* Branch sajalsj (#62)

* 1. view model added for Add note screen
2. UI WIP for add note screen

* 1. view model added for Add note screen
2. Add and edit screen UI complete

* Made changes written in PR

* Narendra ju/feature/folders setup (#45)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* Create main.yml

* Update main.yml

* Update main.yml

* Added PR template + Updated .gitignore files (#42)

Added the PR Templates +  .gitignore

* added the groundwork for the folders section in NoteX App

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Repository and ViewModel implementation for all notes screen. Issue #16 (#61)

* 1. view model added for Add note screen
2. UI WIP for add note screen

* 1. view model added for Add note screen
2. Add and edit screen UI complete

* Made changes written in PR

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: sajal jain <[email protected]>
Co-authored-by: Narendra Nath Chatterjee <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: virunarala <[email protected]>

* Simba/feature/note folder screen UI (#49)

* Adding more UI changes

* Working on NoteFolder UI section

* Update NoteFolderScreen.kt

* Undid changes

* Fixed spacing between two row elems

* Added viewModel & minor changes to FolderRepository

* Added routes and deleted redundant data classes

* Added folder icon and minor changes

* Added spacing and string resources

* Resolved merge conflicts

Co-authored-by: Rajesh Hadiya <[email protected]>

* Note card ui component added which will be inflated in lazy column to show all notes (#35)

* Added CODEOWNERS files (#33)

* Adding CONTRIBUTING.md

* Added CONTRIBUTING.md and squashed commits

* Updated branch naming convention

Updated branch naming convention with github-username

* 1. Added database schema (entity)
2. Added database functions (dao)
3. Added how to fetch paging data
4. Added LazyColumn UI with paging data with different states like loading, success, error

Signed-off-by: Rajesh Hadiya <[email protected]>

* Added CODEOWNERS files. (#19)

* Adding CODEOWNERS files.

Still needed to add the Default reviewer for the two teams.

* Update CODEOWNERS

* fix the validation issues on GitHub.

* updated owners for all the branches.

* updated the Wrong branch combinations.

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>

* NoteCardView for all notes ui made

* Create main.yml

* Update main.yml

* Update main.yml

* Some improvements done generalised the code

* Some ui improvements and code to inflate all card views added

Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Rajesh Hadiya <[email protected]>

* Updated FoldersScreen with NoteFolderScreen in NoteXNavigation.kt

Signed-off-by: Rajesh Hadiya <[email protected]>

* Update Type.kt

* Update AllNotesComponents.kt

Signed-off-by: Rajesh Hadiya <[email protected]>
Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Swapnil bhojwani <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Narendra Nath Chatterjee <[email protected]>
Co-authored-by: virunarala <[email protected]>
Co-authored-by: Sajal Jain <[email protected]>
Co-authored-by: sajal jain <[email protected]>

* 1. Updated app for first production release
2. Code cleanup and UI changes
3. Updated app to use compose BOM instead of separate libraries

Signed-off-by: Rajesh Hadiya <[email protected]>

Signed-off-by: Rajesh Hadiya <[email protected]>
Signed-off-by: Rajesh Hadiya <[email protected]>
Co-authored-by: Hritik Kumar Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: Swapnil bhojwani <[email protected]>
Co-authored-by: Geet Gobind Singh <[email protected]>
Co-authored-by: Abhinav Suman <[email protected]>
Co-authored-by: MosesATJTC <[email protected]>
Co-authored-by: Arunshaik2001 <[email protected]>
Co-authored-by: Shaik Ahron <[email protected]>
Co-authored-by: Narendra Nath Chatterjee <[email protected]>
Co-authored-by: virunarala <[email protected]>
Co-authored-by: Sajal Jain <[email protected]>
Co-authored-by: sajal jain <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team-rajesh A task assigned to member of team Rajesh
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create note folders screen
3 participants