This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
UI Polish #5921
Merged
Merged
UI Polish #5921
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
e26d386
Added Modal Window animation.
larz0 bb515c5
Tweak.
larz0 171888e
Added dropdown animation.
larz0 1c59bde
Removed context menu animation due to project manager selection perfo…
larz0 362856b
Removed quick open dropdown border. #5029 is no longer an issue.
larz0 9357b94
Removed backface-visibility property as it's not needed.
larz0 01d19c0
Added JSTree transition.
larz0 a9577be
JSTree animation tweaks.
larz0 7ecb72f
Quick Open animation tweaks.
larz0 ab092cd
Muted Extension Manager keyword text.
larz0 3ebc695
Added input glow transition.
larz0 67fba82
Added pressed state to Project Dropdown button.
larz0 451c34d
Replaced clear icon with unicode character to keep it consistent with…
larz0 9e5ac07
Replaced Recent Project close icon with unicode character and removed…
larz0 a64f5f7
Replaced sidebar selection bg with CSS and removed bg image.
larz0 6575da9
Sidebar selection tweak.
larz0 0902c7e
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 a5f070b
Tweaked sidebar selection shadow and highlight.
larz0 a706a32
Removed close and dirty icons and replaced them with unicode characte…
larz0 f405010
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 b635d86
Tweaked working files dirty and close icon vertical centering.
larz0 7737c87
Removed JSTree Animation.
larz0 0db8c92
Tweaked Project Panel Highlight.
larz0 1ae3c6d
Tweaked Extension Manager Dialog version alert text.
larz0 666fde0
Tweaked about dialog icon.
larz0 39b3353
Tweaked Modal Dialog border color.
larz0 8cd2c0f
Tweaked quick open dropdown menu drop-shadow.
larz0 e4f126e
Removed code hint animation.
larz0 570fff5
Adding Quick Open dropdown border back.
larz0 8e35a1a
Tweaked UI components.
larz0 2e3ab00
Inline color picker tweaks.
larz0 a96145a
Replaced double triangle with single triangle for #7134
larz0 2e1fb17
Triangle tweak.
larz0 7f85594
Forgot to update css.
larz0 0fca25f
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 377cc50
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 140372a
Adding animation to all drop-down menus except for code hint drop-downs.
larz0 26de829
Refactored sidebar quiet dark buttons because we have more than one n…
larz0 2c451f0
Faster Quick Open animation.
larz0 d293ed5
Using mixins for animation based on @redmunds' feedback.
larz0 5ac1106
Increased pagination icon hit area and added hover state because the …
larz0 79e5465
Removed flicker for nested modal dialogs.
larz0 c38f4a5
Fixed indentation.
larz0 352d544
Vendor prefix fixes from @redmunds and @tommalbran
larz0 3a420aa
Removing last backdrop code based on @tommalbran's feedback.
larz0 bd407b7
Missing semicolon.
larz0 550bc5c
Fix for #7151
larz0 ce492cf
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 9fec5ce
Tweaked dark buttons.
larz0 da64651
Missed autocomplete unprefixed keyframes.
larz0 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 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 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 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
13 changes: 0 additions & 13 deletions
13
src/extensions/default/RecentProjects/styles/close-btn.svg
This file was deleted.
Oops, something went wrong.
17 changes: 9 additions & 8 deletions
17
src/extensions/default/RecentProjects/styles/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 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 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.
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.
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.
How do you keep track of all of the colors in this file? Would be nice to use variables, but it's probably not worth using less just for that. Is it worth putting a comment at top of file listing all colors and where/how they're used?
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.
It would be nice if we could use the less variables in brackets_colors.less so that inline editors can also be themed. The colors I'm using in the inline-editor are from brackets_colors.less e.g. @tc-input-glow: 0 0 0 1px #94ceff; Should I still add a comment at the top?
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.
You can use .less files in extensions, but I see 2 issues:
I just thought I'd mention putting colors in a comment. If you don't think it's necessary then I'm ok with it.
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.
The other issue is that you still can't reference variables from the core code's LESS files... so @larz0's motivation for using LESS in this case would be shot...