Skip to content

Commit c3cd000

Browse files
Expanded left panel. (#1288)
* Expanded left panel. * Fix panel label.
1 parent 676a8a9 commit c3cd000

File tree

14 files changed

+94
-39
lines changed

14 files changed

+94
-39
lines changed

backend/i18n/frontend_de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Vorlagen",
405405
"common.time": "Zeit",
406406
"common.to": "Bis",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Aktualisieren",
408409
"common.upload": "Hochladen",
409410
"common.url": "URL",

backend/i18n/frontend_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Templates",
405405
"common.time": "Time",
406406
"common.to": "To",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Update",
408409
"common.upload": "Upload",
409410
"common.url": "URL",

backend/i18n/frontend_fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Modèles",
405405
"common.time": "Temps",
406406
"common.to": "Pour",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Mise à jour",
408409
"common.upload": "Télécharger",
409410
"common.url": "URL",

backend/i18n/frontend_it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Templates",
405405
"common.time": "Ora",
406406
"common.to": "To",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Aggiorna",
408409
"common.upload": "Carica",
409410
"common.url": "URL",

backend/i18n/frontend_nl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Templates",
405405
"common.time": "Tijd",
406406
"common.to": "Naar",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Update",
408409
"common.upload": "Upload",
409410
"common.url": "URL",

backend/i18n/frontend_pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Modelos",
405405
"common.time": "Hora",
406406
"common.to": "Para",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Atualização",
408409
"common.upload": "Upload",
409410
"common.url": "URL",

backend/i18n/frontend_zh.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Templates",
405405
"common.time": "时间",
406406
"common.to": "To",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "更新",
408409
"common.upload": "上传",
409410
"common.url": "URL",

backend/i18n/source/frontend_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"common.templates": "Templates",
405405
"common.time": "Time",
406406
"common.to": "To",
407+
"common.togglePanel": "Toggle panel size",
407408
"common.update": "Update",
408409
"common.upload": "Upload",
409410
"common.url": "URL",

frontend/src/app/features/content/pages/schemas/schemas-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<sqx-title message="i18n:contents.schemasPageTitle" />
22
@if (!isEmbedded) {
3-
<sqx-layout layout="left" overflow="true" padding="true" titleCollapsed="i18n:common.schemas" white="true" width="18">
3+
<sqx-layout expandedWidth="32" layout="left" overflow="true" padding="true" titleCollapsed="i18n:common.schemas" white="true" width="18">
44
<ng-container menu>
55
<div class="search-form">
66
<input class="form-control" [formControl]="schemasFilter" placeholder="{{ 'contents.searchSchemasPlaceholder' | sqxTranslate }}" />

frontend/src/app/features/schemas/pages/schemas/schemas-page.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<sqx-title message="i18n:common.schemas" />
2-
<sqx-layout layout="left" overflow="true" padding="true" titleCollapsed="i18n:common.schemas" white="true" width="18">
2+
<sqx-layout expandedWidth="32" layout="left" overflow="true" padding="true" titleCollapsed="i18n:common.schemas" white="true" width="18">
33
<ng-container menu>
4-
<div class="row g-0">
4+
<div class="row g-0 flex-grow-1">
55
@if (schemasState.canCreate | async) {
66
<div class="col-auto">
77
<button

0 commit comments

Comments
 (0)