Skip to content

Commit 90aa37e

Browse files
home page: update own-db layout and redis and elasticsearch icons
1 parent e84be28 commit 90aa37e

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-6
lines changed

frontend/src/app/app.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export class AppComponent {
109109
this.matIconRegistry.addSvgIcon("dynamodb", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/db-logos/dynamodb_logo.svg"));
110110
this.matIconRegistry.addSvgIcon("ibmdb2", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/db-logos/db2_logo.svg"));
111111
this.matIconRegistry.addSvgIcon("cassandra", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/db-logos/сassandra_logo.svg"));
112+
this.matIconRegistry.addSvgIcon("redis", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/db-logos/redis_logo.svg"));
113+
this.matIconRegistry.addSvgIcon("elasticsearch", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/db-logos/elasticsearch_logo.svg"));
112114
this.matIconRegistry.addSvgIcon("github", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/github.svg"));
113115
this.matIconRegistry.addSvgIcon("google", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/google.svg"));
114116
this.matIconRegistry.addSvgIcon("ai_rocket", this.domSanitizer.bypassSecurityTrustResourceUrl("/assets/icons/ai-rocket.svg"));

frontend/src/app/components/connections-list/own-connections/own-connections.component.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
.addConnectionLink {
5555
display: flex;
56+
flex-direction: column;
5657
align-items: center;
5758
gap: 6px;
5859
border-radius: 4px;
@@ -62,8 +63,7 @@
6263
0px 0px 2px 0px rgba(0, 0, 0, 0.14);
6364
color: inherit;
6465
font-weight: 600;
65-
height: 48px;
66-
padding-left: 6px;
66+
padding: 12px;
6767
text-decoration: none;
6868
transition: box-shadow 200ms, background 200ms, border 200ms;
6969
}
@@ -98,14 +98,14 @@
9898
justify-content: center;
9999
background-color: #fff;
100100
border-radius: 4px;
101-
height: 36px;
102-
width: 36px;
101+
height: 40px;
102+
width: 40px;
103103
}
104104

105105
.addConnectionLink__icon {
106106
flex-shrink: 0;
107-
height: 20px;
108-
width: 20px;
107+
height: 30px;
108+
width: 30px;
109109
}
110110

111111
.showAllButton {
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)