Skip to content

Note heirarchy changes #320

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

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

Conversation

devnull-1337
Copy link
Contributor

Note heirarchy changes for note title composer on backend

Comment on lines +189 to +190
title: noteHierarchyObj?.noteTitle || 'Untitled',
isActive: route.path === `/note/${noteHierarchyObj.noteId}`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

when i am clicking + button to create child note, i expect to see the same noteHierarchyObj with new untitled note, but all can see is this
image
you can leave the todo for this

Copy link
Collaborator

Choose a reason for hiding this comment

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

still no todo left

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added now

Comment on lines +189 to +190
title: noteHierarchyObj?.noteTitle || 'Untitled',
isActive: route.path === `/note/${noteHierarchyObj.noteId}`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

still no todo left

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

Successfully merging this pull request may close these issues.

2 participants