Refactor code formatting and imports

- Reformat Rust code in extension database module
  - Improve line breaks and indentation
  - Remove commented-out test code
  - Clean up debug print statements formatting

- Update import path in CRDT schema (use @ alias)

- Fix UButton closing tag formatting in default layout
This commit is contained in:
2025-11-03 01:30:46 +01:00
parent f38cecc84b
commit 88507410ed
3 changed files with 35 additions and 40 deletions

View File

@ -1,5 +1,5 @@
import { integer, sqliteTable, text, index } from 'drizzle-orm/sqlite-core'
import tableNames from '~/database/tableNames.json'
import tableNames from '@/database/tableNames.json'
export const haexCrdtLogs = sqliteTable(
tableNames.haex.crdt.logs.name,

View File

@ -96,8 +96,7 @@
@click="handleAddWorkspace"
icon="i-heroicons-plus"
:label="t('workspaces.add')"
>
</UButton>
/>
</div>
</template>
</UDrawer>