mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
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:
@ -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,
|
||||
|
||||
@ -96,8 +96,7 @@
|
||||
@click="handleAddWorkspace"
|
||||
icon="i-heroicons-plus"
|
||||
:label="t('workspaces.add')"
|
||||
>
|
||||
</UButton>
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
</UDrawer>
|
||||
|
||||
Reference in New Issue
Block a user