* chore: removes replaces 'import type xxx from 'xxx'' with 'import { type xxx} from 'xxx''' * chore: remove typed imports * chore: remove typed imports * chore: cleanup --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
* feat: allow adding available pre-defined table columns to views Closes #1360 * fix: allow creating views with the same name for the same table * refactor: code review - rename things - move handleColumnVisibilityChange to useTableColumns hook