Feature: Implemented shortcuts#463
Merged
aritra-tech merged 3 commits intoaritra-tech:developfrom Jun 14, 2024
tuuhin:add-shortcuts
Merged
Feature: Implemented shortcuts#463aritra-tech merged 3 commits intoaritra-tech:developfrom tuuhin:add-shortcuts
aritra-tech merged 3 commits intoaritra-tech:developfrom
tuuhin:add-shortcuts
Conversation
Shortcuts help in quickly access parts of the app Added shortcuts to create a note and open trash. Added deeplinks to the navigation graph. NavDeepLinks provides the uri pattern and the uri AppShortcuts contains all the shortcuts related configurations. Icons used are the same icon with a surface tint
Linting errors in the previous commit are corrected Some files have some linting issues those got auto corrected too.
Owner
|
For now please remove the shortcut to |
Contributor
Author
|
Yeah I just wanted to check if the deep links are working... |
Owner
yeah just for creating the note |
Removed shortcut to open trash and removed the associated resources with the shortcut.
Contributor
Author
|
Happy to help 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to the issue #446
Description
Shortcuts help in quickly access parts of an app
This is really helpful in notes app as user can directly move to create note or other contents without the normal workflow before reaching the required destinations
Added two shortcuts
Please let me know if you want any changes.