-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ulms 2812 whiteboard rebrand #258
Merged
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ed630b0
feat: updated create shape method and snap to grid
Flyer3d e300cc5
fix: cleanup
Flyer3d b0a5535
feat: drawing-toolbar redesign
Flyer3d 3944319
fix: button size
Flyer3d 2c9d15b
fix: design review fixes
Flyer3d 2a57209
fix: design review fixes-2
Flyer3d bc11c47
Merge branch 'master' into ULMS-2812-whiteboard-rebrand
Flyer3d 53937b6
fix: QA Fixes
Flyer3d 7774164
Merge branch 'master' into ULMS-2812-whiteboard-rebrand
Flyer3d 69cfd45
Minifix
Flyer3d ccce57f
fix: font icon in toolbar
Flyer3d 8d30fe0
feat: new Keyboard constants
Flyer3d f09c94d
fix: design review
Flyer3d 98368bc
Merge branch 'master' into ULMS-2812-whiteboard-rebrand
Flyer3d 4ad88e6
aftermerge
Flyer3d 61f4ff3
fix: codereview
Flyer3d b797ff1
fix: react-floater
Flyer3d 55770d8
fix: react-floater
Flyer3d d2caf25
Prod versions
Flyer3d dbb9f24
Merge branch 'master' into ULMS-2812-whiteboard-rebrand
Flyer3d 00000b8
fix: css vars
Flyer3d 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
.horizontalDivider { | ||
border-bottom: 1px solid #E9E9E9; | ||
margin: 5px 0; | ||
border-bottom: 1px solid #D5D7E1; | ||
margin: 12px 0; | ||
width: 100%; | ||
} | ||
|
||
.verticalDivider { | ||
border-left: 1px solid #E9E9E9; | ||
margin: 5px 6px; | ||
border-left: 1px solid #D5D7E1; | ||
margin: 0; | ||
} |
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
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
2 changes: 1 addition & 1 deletion
2
packages/drawing-toolbar/src/components/settings-group.module.css
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.floater { | ||
user-select: none; | ||
padding: 8px; | ||
padding: 0; | ||
} | ||
|
||
.anchor { | ||
|
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
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.
Предлагаю вынести стили в константу вне компонента.
Заметил что это же значение используется еще в трех других компонентах