Compare commits

..

5 Commits

Author SHA1 Message Date
jeffvli c03f611547 convert remaining locales to sentence case 2026-05-11 19:26:15 -07:00
jeffvli bfbba60873 refactor some strings to sentence case 2026-05-11 19:25:51 -07:00
jeffvli 808b9f2e9d remove sentence case override configuration 2026-05-11 19:25:10 -07:00
jeffvli 36d9f513ac convert locales to new casing 2026-05-11 19:25:10 -07:00
jeffvli 737f1afd76 convert EN localization to use proper casing, remove postprocessing from renderer 2026-05-11 19:19:01 -07:00
2 changed files with 1 additions and 14 deletions
@@ -1,7 +1,6 @@
.container {
display: flex;
align-items: center;
width: 100%;
height: 65px;
-webkit-app-region: drag;
@@ -18,19 +18,7 @@ export const ActionBar = () => {
return (
<div className={styles.container}>
<Grid
display="flex"
gap="sm"
styles={{
inner: {
width: '100%',
},
root: {
padding: '0 var(--theme-spacing-md',
width: '100%',
},
}}
>
<Grid display="flex" gap="sm" style={{ padding: '0 var(--theme-spacing-md)' }} w="100%">
<Grid.Col span={7}>
<TextInput
leftSection={<Icon icon="search" />}