- Finish adjusting the Board Settings component.

- Extract some components out of Lane.jsx into their own files
- Fix misc bugs around preserving lane height in Vertical mode
- Add missing non english translation strings

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-15 11:51:34 -04:00
parent adab6ef0c6
commit f8fbbd2323
7 changed files with 143 additions and 123 deletions

View File

@@ -2759,7 +2759,13 @@
"settings": "Error saving board settings: {{error}}"
},
"labels": {
"orientation": "Orientation",
"on": "On",
"off": "Off",
"wide": "Wide",
"tall": "Tall",
"vertical": "Vertical",
"horizontal": "Horizontal",
"orientation": "Board Orientation",
"card_size": "Card Size",
"model_info": "Model Info",
"actual_in": "Actual In",
@@ -2775,11 +2781,11 @@
"qbo_usa": "QBO USA"
}
},
"cardcolor": "Card Colors",
"cardcolor": "Colored Cards",
"cardsettings": "Card Settings",
"clm_no": "Claim Number",
"comment": "Comment",
"compact": "Compact",
"compact": "Compact Cards",
"detailpriority": "D/P",
"employeeassignments": "Employee Assignments",
"employeesearch": "Employee Search",

View File

@@ -2742,6 +2742,14 @@
"settings": ""
},
"labels": {
"on": "",
"off": "",
"wide": "",
"tall": "",
"vertical": "",
"horizontal": "",
"orientation": "",
"card_size": "",
"model_info": "",
"actual_in": "",
"alert": "",