Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8ee8660
rebase fix
lvuch Apr 12, 2021
ce8c2cc
Tweaks
nmacd Mar 2, 2021
8c44642
WIP: Navigation and other UI changes
nmacd Mar 31, 2021
29d8c07
Fix some lint issues
nmacd Apr 1, 2021
28df817
FIx more lint issues
nmacd Apr 1, 2021
b46539a
Improve presentation of locale selector
nmacd Apr 1, 2021
cfef2ea
Nav presentation minor tweaks
nmacd Apr 1, 2021
f2241f4
WIP provider image clean up and test page
lvuch Apr 1, 2021
4750427
more provider index tweaks
lvuch Apr 2, 2021
3f68ac5
single color logos
lvuch Apr 2, 2021
a42d8c3
equinix vs packet
lvuch Apr 2, 2021
91b7949
wip table styling
lvuch Apr 6, 2021
61bd560
more table styling
lvuch Apr 6, 2021
ad54e35
settings page
lvuch Apr 7, 2021
4b45419
theme color page
lvuch Apr 9, 2021
4d7a8f3
driver to providers
lvuch Apr 12, 2021
aafb2f5
Experiment with different nav behaviour
nwmac Feb 18, 2021
9f00271
Tweaks
nmacd Mar 2, 2021
e31b232
WIP: Navigation and other UI changes
nmacd Mar 31, 2021
7873d65
Fix some lint issues
nmacd Apr 1, 2021
bc61a62
Improve presentation of locale selector
nmacd Apr 1, 2021
35e0595
WIP provider image clean up and test page
lvuch Apr 1, 2021
3c19f95
more provider index tweaks
lvuch Apr 2, 2021
c94418e
single color logos
lvuch Apr 2, 2021
95acb45
equinix vs packet
lvuch Apr 2, 2021
fd93748
wip table styling
lvuch Apr 6, 2021
cafffda
driver to providers
lvuch Apr 12, 2021
cbe8fdd
text area and dropdown backgrounds and states
lvuch Apr 19, 2021
c5d12d4
Change product grouping so cluster mgmt shows up
vincent99 Apr 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
264 changes: 132 additions & 132 deletions assets/fonts/icons/demo.html

Large diffs are not rendered by default.

150 changes: 65 additions & 85 deletions assets/fonts/icons/fonts/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/icons/fonts/icons.ttf
Binary file not shown.
Binary file modified assets/fonts/icons/fonts/icons.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/fonts/icons/selection.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions assets/fonts/icons/style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
@font-face {
font-family: 'icons';
src:
url('fonts/icons.ttf?he7f54') format('truetype'),
url('fonts/icons.woff?he7f54') format('woff'),
url('fonts/icons.svg?he7f54#icons') format('svg');
src: url('fonts/icomoon.eot?pi4iyr');
src: url('fonts/icomoon.eot?pi4iyr#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?pi4iyr') format('truetype'),
url('fonts/icomoon.woff?pi4iyr') format('woff'),
url('fonts/icomoon.svg?pi4iyr#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

.icon {
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons' !important;
speak: never;
Expand Down
21 changes: 0 additions & 21 deletions assets/images/driver/aliyunecs.svg

This file was deleted.

19 changes: 0 additions & 19 deletions assets/images/driver/amazonec2.svg

This file was deleted.

14 changes: 0 additions & 14 deletions assets/images/driver/amazoneks.svg

This file was deleted.

29 changes: 0 additions & 29 deletions assets/images/driver/azureaks.svg

This file was deleted.

24 changes: 0 additions & 24 deletions assets/images/driver/digitalocean.svg

This file was deleted.

19 changes: 0 additions & 19 deletions assets/images/driver/googlegke.svg

This file was deleted.

57 changes: 0 additions & 57 deletions assets/images/driver/linodelke.svg

This file was deleted.

33 changes: 0 additions & 33 deletions assets/images/driver/open-telekom-cloud.svg

This file was deleted.

Loading