Skip to content

Commit c356058

Browse files
authored
Merge pull request #107 from terminusdb/subscription
subscription & review component fix
2 parents 2072b8f + 0af2dbe commit c356058

24 files changed

+453
-623
lines changed

packages/tdb-dashboard/cypress/e2e/dashboard/login.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ it('check that you can create a new Team', ()=>{
107107
cy.get('input#team_id').type(teamName).trigger('change');
108108
cy.get('#create_new_team_button').click()
109109
cy.wait(5000)
110-
cy.get('#team_list_nenu_button').should("contain",teamName)
110+
cy.get('#team_list_menu_button').should("contain",teamName)
111111

112112
})
113113

packages/tdb-dashboard/src/App.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,10 @@ pre.CodeMirror-line > span > span.cm-string {
11401140
min-width: 22px;
11411141
}
11421142

1143+
.form-check-input {
1144+
min-height: 0 !important;
1145+
}
1146+
11431147

11441148
.table__columns__component > .form-check-label{
11451149
margin-left: 10px;
@@ -1178,4 +1182,44 @@ pre.CodeMirror-line > span > span.cm-string {
11781182
right: 0;
11791183
left: auto !important;
11801184
margin-top: var(--bs-dropdown-spacer);
1185+
}
1186+
1187+
/** subscription */
1188+
.subscription_icons {
1189+
font-size: 55px;
1190+
border-radius: 50%;
1191+
/*ßwidth: 130px;*/
1192+
line-height: 130px;
1193+
height: 130px;
1194+
padding: 1.5rem;
1195+
width: 100px;
1196+
height: 100px;
1197+
}
1198+
1199+
.free_button_text_color {
1200+
color: #664d03 !important;
1201+
}
1202+
1203+
.free {
1204+
border: 1px solid rgb(254, 216, 147);
1205+
color: rgb(254, 216, 147);
1206+
}
1207+
1208+
.professional {
1209+
border: 1px solid rgb(232, 124, 214);
1210+
color: rgb(232, 124, 214);
1211+
}
1212+
1213+
.scale {
1214+
border: 1px solid rgb(134, 89, 250);
1215+
color: rgb(134, 89, 250);
1216+
}
1217+
1218+
.enterprise {
1219+
border: 1px solid rgb(52, 80, 220);
1220+
color: rgb(52, 80, 220);
1221+
}
1222+
1223+
.verify__email {
1224+
background : linear-gradient(122deg,#fed893 0,#e87cd6 48%,#4058d0 100%);
11811225
}

packages/tdb-dashboard/src/components/ApproveComponent.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

packages/tdb-dashboard/src/components/CommentComponent.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)