* fix(nc-gui): update link record dropdown border radius
* fix(nc-gui): move link/unlink btn to the right side
* fix(nc-gui): update placeholder text color
* fix(nc-gui): reduce link record dropdown bottom bar padding x
* fix(nc-gui): update expanded form save btn text in create new record from link record
* fix(nc-gui): grid active cell border issue
* fix(nc-gui): link record dropdown trigger & dropdown spacing
* fix(nc-gui): link record footer btn size
* fix(nc-gui): link record loading state
* fix(nc-gui): update link record search input icon
* fix(nc-gui): update link record item skeleton
* fix(nc-gui): update grid row hover & selected state bg color
* fix(nc-gui): add tooltip on hover over expand icon
* fix(nc-gui): link record tooltip issue
* fix(nc-gui): update search query empty state status
* fix(nc-gui): bt cell ui fixes
* feat(nc-gui): resizable link record dropdown
* fix(nc-gui): external DB, fields re-order to re-align sub fields needs a fix
* chore(nc-gui): lint
* fix(nc-gui): bt & oto cell unlink & link btn visibility issue
* fix(nc-gui): pr review changes
* fix: docs
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
* feat(nc-gui): link record dropdown setup
* fix(nc-gui): move link record pagination to the bottom
* feat(nc-gui): link record new design
* fix(nc-gui): update bank state subtitle
* fix(nc-gui): small changes
* fix(nc-gui): update skeleton of link records item
* fix(nc-gui): ui break issue
* fix(nc-gui): increase z index of link dropdown overlay
* fix(nc-gui): update link record dropdown header
* fix(nc-gui): update link record dropdown
* fix(nc-gui): new changes
* fix: remove margin
* fix(nc-gui): unlinked records empty state alignment
* fix(nc-gui): make tooltip text size 14px
* fix(nc-gui): reduce subtext font size
* fix(nc-gui): link record item rich text cell alignment issue
* fix(nc-gui): on esc link record dropdown should close
* fix(nc-gui): update link record header and footer height
* fix(nc-gui): add link record dropdown for bt cell
* fix(nc-gui): fix invalid offset issue
* fix(nc-gui): link record z index issue
* fix: PW link unlink corrections
* fix(nc-gui): link record dropdown close on outside issue in expanded form
* fix(nc-gui): close dropdown after adding link in bt cell
* fix(nc-gui): allow close link record dropdown on esc
* fix(nc-gui): add link record dropdown in mm component
* fix(nc-gui): add link record dropdown in hm component
* fix(nc-gui): add link record dropdown in oo component
* fix: auto close for BT
* fix: ltar modal operations
* fix: close link modal
* fix: PW tests (wip)
* test: fix link modal close in share view
* test: fix LTAR in cell handling
* fix(nc-gui): reduce link items skeleton height
* fix(nc-gui): expanded form open issue on clicking bt cell record
* fix(nc-gui): hide back btn if user directly opens record list dropdown
* fix(nc-gui): reset offset when user opens link record dropdwon and switch between linked and unlinked records
* fix(nc-gui): link record item height
* fix(nc-gui): linked record list reload issue on link/unlink
* fix(nc-gui): link record item subtext fields width should be same
* fix(nc-gui): email, url cell truncate text issue
* fix(nc-gui): shared form link record dropdwon ui
* chore(nc-gui): lint
* fix(nc-gu): small changes
* fix(nc-gui): ai review changes
* fix(nc-gui): link record list offset issue
* fix(nc-gui): show plus btn in bt cell even if it is not blank
* fix(nc-gui): barcode visiblility issue in link record dropdown
* fix(nc-gui): do not focus links cell plus btn on close dropdown
* fix(nc-gui): text color
* fix(nc-gui): skip showing qr code null value
* fix(nc-gui): virtual cell margin left issue in link record dropdwon
* fix(nc-gui): link record subtext order should be same as default view col order
* chore(nc-gui): lint
* refactor(nocodb): add default view column order in col meta
* fix(nc-gui): update default view order on reordering column from fields menu
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(nc-gui): add background color for row on hover in grid view
* fix(nc-gui): reduce width of index column
* fix(nc-gui): on hover grid row bg opacity issue
* fix(nc-gui): reduce font size and grid cell height
* fix(nc-gui): reduce font size
* fix(nc-gui): set column default width to 180px
* fix(nc-gui): revert sidebar changes
* fix(nc-gui): disable grid row hover effect if fillMode is true
* fix(nc-gui): display checkbox & row expand icon if it is active row
* fix(nc-gui): increase the weight of display value cell
* fix(nc-gui): grid cell should have constant padding
* fix(nc-gui): att cell row height auto increase issue
* fix(nc-gui): att cell center align issue
* fix(nc-gui): percent cell spacing issue
* fix(nc-gui): text overflow ellipsis
* fix(nc-gui): single select auto increase height issue if rowHeight is short
* fix(nc-gui): grayed out header text color
* fix(nc-gui): reduce header icon size
* fix(nc-gui): set 12px grid header horizontal padding
* fix(nc-gui): center align expand icon for short row height
* fix(nc-gui): rich text and select type field auto row height increase issue
* fix(nc-gui): lookup cell auto increase height issue
* fix(nc-gui): small changes
* fix(nc-gui): truncate text after no. of lines base on rowHeight
* fix(nc-gui): barcode & qrcode cell row height issue
* chore(nc-gui): lint
* fix(test): update row height pw test
* fix(test): grid toolbar rowHeight test update
* fix(nc-gui): ai review changes
* fix(test): multiselect pw test update
* fix(test): verify multiselct options test update
* fix(nc-gui): merge conflicts
* fix(nc-gui): small changes
* fix(nc-gui): small changes
* fix(nc-gui): display value should be in blue color
* fix: include group by column in response
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: add new record if grouped by checkbox
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix(nc-gui): allow manual feed value for date & dateTime field
* fix(nc-gui): add support to manually enter datetime field value
* fix(nc-gui): allow user to type date time field manually
* fix(nc-gui): on type in date time field should open date picker and fill value
* feat(nc-gui): allow user to manually enter date field value
* fix(nc-gui): allow user to manually enter year field value
* feat(nc-gui): allow user to manually feed time field value
* fix(nc-gui): pw test fail issue
* fix(nc-gui): pw test fail issue of time field
* chore(nc-gui): lint
* fix(nc-gui): on type in selected grid cell clear prev value and feed new value
* fix(nc-gui): on press enter date field should focus
* fix(nc-gui): small changes
* fix(nc-gui): year field cell value should be left aligned
* fix(nc-gui): cell padding issue
* fix(nc-gui): Use of escape any number of times should not make selected cell go away in grid view.
* fix(nc-gui): hide clear default value icon in edit column modal
* fix(nc-gui): on enter key press in date time related field it should select next cell field
* fix(nc-gui): date time related field keydown listener issue
* fix(nc-gui): disable manually enter value for date time related field in mobile device
* fix(nc-gui): revert use of escape any number of times should not make selected cell go away
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* feat: one-to-one relation - wip
* feat: one-to-one relation
* feat: one-to-one relation - link, unlink, list, excluded list, single query
* fix: pass proper fk value
* feat: add non-single-query support
* feat: filter, sort and delete
* fix: ui - keep only one as linked record in ui - similar to bt
* fix: initial column name correction
* fix: field modal related fixes
* fix: nested insert related bugs
* fix: nested insert corrections
* fix: formula support
* fix: delete cell data
* fix: invalid offset issue
* fix: form submit issue
* fix: return first element - oo relation
* fix: Lookup column rendering
* fix: add link api correction
* fix: sort and group by menu correction
* chore: lint
* refactor: spacing between radio buttons
* fix: undo/redo support with delete key
* fix: formula related issues
* fix: duplicate related issues
* fix: ui label and icon color
* chore: lint
* chore: reset page if offset is beyond offset(temporary solution)
* refactor: suggested review changes
* refactor: suggested review changes
* chore: lint
* fix: missing await
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add comments
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>