-
-
Notifications
You must be signed in to change notification settings - Fork 192
Fix: UI layout issues #2324
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
Merged
Merged
Fix: UI layout issues #2324
Changes from 26 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
5a1a26b
fix: profile button text not centralized
devvaannsh 4252e76
feat: add cancel button in add snippet panel
devvaannsh ae7dbc4
fix: save button always remain disabled
devvaannsh 4004cfd
feat: auto update API docs
devvaannsh e5d2653
fix: increase panel min size so that the save, cancel buttons are alw…
devvaannsh 078502c
fix: update text in the no snippets present panel
devvaannsh f4db68f
fix: back button text not properly centralized
devvaannsh 4236acd
feat: add check state on menu item when panel is open
devvaannsh f985b8b
fix: alignment of plus icon in the add snippet button
devvaannsh c619e32
fix: back button alignment
devvaannsh 1ff336d
fix: move the content a bit right to maintain hierarchy structure
devvaannsh e7d59a3
fix: made close button styling consistent to other panels close button
devvaannsh a5932f5
fix: make filter input consistent to other panels filter input
devvaannsh 5ad4a12
fix: set min width to the template textare to keep it consistent to o…
devvaannsh 41bc07d
feat: disable reset button in edit panel when nothing to reset
devvaannsh 11552b6
fix: ui layout issues in snippets list header
devvaannsh 90a8a51
fix: font weight issue for snippet list
devvaannsh 99c819a
feat: allow users to write file extension in any format
devvaannsh f941f01
fix: mutliple commas appearing when parsing failed
devvaannsh 4148d56
fix: remove trailing dot from result
devvaannsh 3191f02
feat: save snippets to file storage instead of prefs manager
devvaannsh 2a12fd3
feat: replace reset button with cancel button in the edit snippets panel
devvaannsh ae58526
fix: prevent processing file extension where two dots are there to su…
devvaannsh 589b6d1
refactor: replace template with Click to edit template and so on
devvaannsh 8068629
refactor: store snippets directly in file instead of preferencesBase
devvaannsh 206daed
fix: snippets 3 dots in the menu item was not consistent with the 3 d…
devvaannsh 77a2391
fix: remove redundant then blocks
devvaannsh 8c502ab
fix: remove unnecessary pretty printing when saving file
devvaannsh 2947c2d
fix: directly return jsPromise for writeText instead of creating a ne…
devvaannsh d4491e1
feat: report unexpected errors to bugsnag
devvaannsh 63d1a7b
feat: move all strings to strings.js file
devvaannsh 81da0d5
fix: strings in html not appearing
devvaannsh 1350ded
feat: add metrics to track snippets usage
devvaannsh 10ecd71
fix: remove redundant console error as logger is already present
devvaannsh f280ab1
fix: replace reject with resolve as reject might break boot
devvaannsh 3dc6e1d
fix: instead of hard-coding file names use language manager
devvaannsh 76d6aae
fix: use stringUtils to replace strings
devvaannsh 818ef69
fix: change cursor to pointer when close button for snippets panel is…
devvaannsh 9c0b25a
fix: return a "file" type if the snippet is enabled only for specific…
devvaannsh be92f9a
fix: optimize the snippet code hints to prevent checking for hints on…
devvaannsh d518c53
fix: improve readability of isSnippetSupportedInLanguageContext function
devvaannsh 862131d
fix: remove redundant try catch block from getCurrentLanguageContext …
devvaannsh d27e2b2
refactor: replace ?. with x && y
devvaannsh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.