-
Notifications
You must be signed in to change notification settings - Fork 1
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
Eagle 1222 #683
Merged
Merged
Eagle 1222 #683
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6a3b0af
added a new font, set it as default, adjusted margins, fixed console …
M-Wicenec 1180c66
set up all the font weights and updated some spacing
M-Wicenec e6050b4
data nodes are italic
M-Wicenec 50c2d8c
made a greater destinction between application nodes and data nodes
M-Wicenec f2b0eb4
fixed issue with inputs for node names in graph not being the same si…
M-Wicenec fd149fd
tweaking graph attributes
M-Wicenec 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
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -9,6 +9,12 @@ body { | |||||||||||
/* zoom: 75%; */ | ||||||||||||
} | ||||||||||||
|
||||||||||||
* { | ||||||||||||
font-family: Ubuntu Sans; | ||||||||||||
font-style: normal; | ||||||||||||
font-weight:400; | ||||||||||||
} | ||||||||||||
|
||||||||||||
#graphArea { | ||||||||||||
/*background-color: rgb(222,222,222);*/ | ||||||||||||
height: calc(100% - 82px); | ||||||||||||
|
@@ -70,6 +76,14 @@ body { | |||||||||||
border-color: red; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.navbar .dropdown-item{ | ||||||||||||
padding: .05rem 1rem; | ||||||||||||
Comment on lines
+79
to
+80
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: Padding value might be too small. The padding value of .05rem might be too small and could lead to rendering issues on some devices. Consider increasing it slightly.
Suggested change
|
||||||||||||
} | ||||||||||||
|
||||||||||||
.navbar .dropdown-divider{ | ||||||||||||
margin:.3rem 0; | ||||||||||||
} | ||||||||||||
|
||||||||||||
#checkGraphWarnings span{ | ||||||||||||
top: -3px; | ||||||||||||
} | ||||||||||||
|
@@ -2217,7 +2231,7 @@ ul.nav.navbar-nav .dropdown-item:hover{ | |||||||||||
|
||||||||||||
.translationDefault{ | ||||||||||||
position:absolute; | ||||||||||||
top: 5px; | ||||||||||||
top: 4px; | ||||||||||||
left:10px; | ||||||||||||
z-index: 99; | ||||||||||||
} | ||||||||||||
|
@@ -2383,7 +2397,7 @@ ul.nav.navbar-nav .dropdown-item:hover{ | |||||||||||
width: 100%; | ||||||||||||
height:26px; | ||||||||||||
background-color: #002349; | ||||||||||||
padding: 0px 16px; | ||||||||||||
padding: 1px 9px; | ||||||||||||
position: fixed; | ||||||||||||
z-index: 0; | ||||||||||||
} | ||||||||||||
|
@@ -2675,31 +2689,31 @@ palette-component input.form-control.selected { | |||||||||||
.tooltip-inner h1 { | ||||||||||||
font-size: 1.4rem; | ||||||||||||
font-weight: 600; | ||||||||||||
margin: 0px; | ||||||||||||
margin: 5px 0px; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.tooltip-inner h2 { | ||||||||||||
font-size: 1.3rem; | ||||||||||||
font-weight: 600; | ||||||||||||
margin: 0px; | ||||||||||||
margin: 5px 0px; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.tooltip-inner h3 { | ||||||||||||
font-size: 18px; | ||||||||||||
font-weight: 600; | ||||||||||||
margin: 0px; | ||||||||||||
margin: 5px 0px; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.tooltip-inner h4 { | ||||||||||||
font-size: 1.1rem; | ||||||||||||
font-weight: 600; | ||||||||||||
margin: 0px; | ||||||||||||
margin: 5px 0px; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.tooltip-inner h5 { | ||||||||||||
font-size: 1rem; | ||||||||||||
font-weight: 600; | ||||||||||||
margin: 0px; | ||||||||||||
margin: 5px 0px; | ||||||||||||
} | ||||||||||||
|
||||||||||||
.tooltip-inner strong{ | ||||||||||||
|
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 |
---|---|---|
@@ -0,0 +1,112 @@ | ||
Ubuntu Sans Variable Font | ||
========================= | ||
|
||
This download contains Ubuntu Sans as both variable fonts and static fonts. | ||
|
||
Ubuntu Sans is a variable font with these axes: | ||
wdth | ||
wght | ||
|
||
This means all the styles are contained in these files: | ||
UbuntuSans-VariableFont_wdth,wght.ttf | ||
UbuntuSans-Italic-VariableFont_wdth,wght.ttf | ||
|
||
If your app fully supports variable fonts, you can now pick intermediate styles | ||
that aren’t available as static fonts. Not all apps support variable fonts, and | ||
in those cases you can use the static font files for Ubuntu Sans: | ||
static/UbuntuSans_Condensed-Thin.ttf | ||
static/UbuntuSans_Condensed-ExtraLight.ttf | ||
static/UbuntuSans_Condensed-Light.ttf | ||
static/UbuntuSans_Condensed-Regular.ttf | ||
static/UbuntuSans_Condensed-Medium.ttf | ||
static/UbuntuSans_Condensed-SemiBold.ttf | ||
static/UbuntuSans_Condensed-Bold.ttf | ||
static/UbuntuSans_Condensed-ExtraBold.ttf | ||
static/UbuntuSans_SemiCondensed-Thin.ttf | ||
static/UbuntuSans_SemiCondensed-ExtraLight.ttf | ||
static/UbuntuSans_SemiCondensed-Light.ttf | ||
static/UbuntuSans_SemiCondensed-Regular.ttf | ||
static/UbuntuSans_SemiCondensed-Medium.ttf | ||
static/UbuntuSans_SemiCondensed-SemiBold.ttf | ||
static/UbuntuSans_SemiCondensed-Bold.ttf | ||
static/UbuntuSans_SemiCondensed-ExtraBold.ttf | ||
static/UbuntuSans-Thin.ttf | ||
static/UbuntuSans-ExtraLight.ttf | ||
static/UbuntuSans-Light.ttf | ||
static/UbuntuSans-Regular.ttf | ||
static/UbuntuSans-Medium.ttf | ||
static/UbuntuSans-SemiBold.ttf | ||
static/UbuntuSans-Bold.ttf | ||
static/UbuntuSans-ExtraBold.ttf | ||
static/UbuntuSans_Condensed-ThinItalic.ttf | ||
static/UbuntuSans_Condensed-ExtraLightItalic.ttf | ||
static/UbuntuSans_Condensed-LightItalic.ttf | ||
static/UbuntuSans_Condensed-Italic.ttf | ||
static/UbuntuSans_Condensed-MediumItalic.ttf | ||
static/UbuntuSans_Condensed-SemiBoldItalic.ttf | ||
static/UbuntuSans_Condensed-BoldItalic.ttf | ||
static/UbuntuSans_Condensed-ExtraBoldItalic.ttf | ||
static/UbuntuSans_SemiCondensed-ThinItalic.ttf | ||
static/UbuntuSans_SemiCondensed-ExtraLightItalic.ttf | ||
static/UbuntuSans_SemiCondensed-LightItalic.ttf | ||
static/UbuntuSans_SemiCondensed-Italic.ttf | ||
static/UbuntuSans_SemiCondensed-MediumItalic.ttf | ||
static/UbuntuSans_SemiCondensed-SemiBoldItalic.ttf | ||
static/UbuntuSans_SemiCondensed-BoldItalic.ttf | ||
static/UbuntuSans_SemiCondensed-ExtraBoldItalic.ttf | ||
static/UbuntuSans-ThinItalic.ttf | ||
static/UbuntuSans-ExtraLightItalic.ttf | ||
static/UbuntuSans-LightItalic.ttf | ||
static/UbuntuSans-Italic.ttf | ||
static/UbuntuSans-MediumItalic.ttf | ||
static/UbuntuSans-SemiBoldItalic.ttf | ||
static/UbuntuSans-BoldItalic.ttf | ||
static/UbuntuSans-ExtraBoldItalic.ttf | ||
|
||
Get started | ||
----------- | ||
|
||
1. Install the font files you want to use | ||
|
||
2. Use your app's font picker to view the font family and all the | ||
available styles | ||
|
||
Learn more about variable fonts | ||
------------------------------- | ||
|
||
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts | ||
https://variablefonts.typenetwork.com | ||
https://medium.com/variable-fonts | ||
|
||
In desktop apps | ||
|
||
https://theblog.adobe.com/can-variable-fonts-illustrator-cc | ||
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts | ||
|
||
Online | ||
|
||
https://developers.google.com/fonts/docs/getting_started | ||
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide | ||
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts | ||
|
||
Installing fonts | ||
|
||
MacOS: https://support.apple.com/en-us/HT201749 | ||
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux | ||
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows | ||
|
||
Android Apps | ||
|
||
https://developers.google.com/fonts/docs/android | ||
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts | ||
|
||
License | ||
------- | ||
Please read the full license text (UFL.txt) to understand the permissions, | ||
restrictions and requirements for usage, redistribution, and modification. | ||
|
||
You can use them in your products & projects – print or digital, | ||
commercial or otherwise. | ||
|
||
This isn't legal advice, please consider consulting a lawyer and see the full | ||
license for all details. |
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.
issue (bug_risk): Potential issue with null check.
The condition
x===null && GraphRenderer.dragCurrentPosition
might not cover all edge cases. Consider checking ifGraphRenderer.dragCurrentPosition
is defined before accessing its properties.