first column of objects table fixed (#3147)

* ui:first column of objects table fixed

* refactor shadow style logic

* Minor renaming fixes

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Muralidhar
2024-01-02 16:07:29 +05:30
committed by GitHub
parent 858c294f14
commit 2204345300
9 changed files with 269 additions and 154 deletions

View File

@ -1,6 +1,6 @@
import styled from '@emotion/styled';
import { RecordTable } from '@/object-record/record-table/components/RecordTable';
import { RecordTableWithWrappers } from '@/object-record/record-table/components/RecordTableWithWrappers';
import { TableOptionsDropdownId } from '@/object-record/record-table/constants/TableOptionsDropdownId';
import { TableOptionsDropdown } from '@/object-record/record-table/options/components/TableOptionsDropdown';
import { SignInBackgroundMockContainerEffect } from '@/sign-in-background-mock/components/SignInBackgroundMockContainerEffect';
@ -30,7 +30,7 @@ export const SignInBackgroundMockContainer = () => {
recordTableId={recordTableId}
viewId={viewBarId}
/>
<RecordTable
<RecordTableWithWrappers
recordTableId={recordTableId}
viewBarId={viewBarId}
createRecord={() => {}}