Commit Graph

12118 Commits

Author SHA1 Message Date
Ramesh Mane
fe8e6e420e refactor: ws page 2026-03-28 07:09:10 +00:00
Ramesh Mane
22ab0b4f4a refactor: user info menu 2026-03-28 07:09:09 +00:00
Ramesh Mane
cf0ed63fa5 fix: sidebar colors and dock mini sidebar issue 2026-03-28 07:09:09 +00:00
Ramesh Mane
cc0fb7ec9f fix(ui): revert sidebar to utility classes, set color tokens to white 2026-03-28 07:09:09 +00:00
Ramesh Mane
58f652231c fix(ui): use :root[theme='dark'] CSS for sidebar bg, not dark: utility 2026-03-28 07:09:09 +00:00
Ramesh Mane
63e96236a1 fix(ui): revert colorsUtils, override sidebar bg per-component 2026-03-28 07:09:09 +00:00
Ramesh Mane
659f671dd9 fix(ui): remove scale hover on logo, add padding for stable hover area 2026-03-28 07:09:08 +00:00
Ramesh Mane
749650706f fix(ui): back arrow only shows on hover, not permanently 2026-03-28 07:09:08 +00:00
Ramesh Mane
bc76ad2981 feat(ui): base icon shows back arrow on hover, navigates to workspace 2026-03-28 07:09:08 +00:00
Ramesh Mane
c4a3abbf34 fix(ui): hide breadcrumb header in workspace tabs when inside WorkspaceHome 2026-03-28 07:09:05 +00:00
Ramesh Mane
62b048afd9 fix(ui): hide redundant tab subheading in workspace home tabs 2026-03-28 07:09:04 +00:00
Ramesh Mane
10570f67d3 feat(ui): add workspace home page with base grid and flat URL routing 2026-03-28 07:09:02 +00:00
Pranav
e2c8c9c534 fix: replace non-null assertion with null check in ConvertLinkV2 2026-03-26 13:28:38 +00:00
Raju Udava
bd4a05019e fix(gui): show upgrade for all Links columns, 4-option radio for v2 Links 2026-03-26 13:28:36 +00:00
Raju Udava
aab3c6e9dd fix(gui): hide upgrade banner and menu for already-v2 link columns 2026-03-26 13:28:36 +00:00
Raju Udava
2eff9b794c fix(gui): show Links as type for legacy LTAR v1, unified 4-option radio 2026-03-26 13:28:36 +00:00
Raju Udava
ec3ed1f8e6 fix(gui): banner padding, BT/HM radio mapping, simplify LTAR v1 message 2026-03-26 13:28:36 +00:00
Raju Udava
9fce5fe024 fix: audit revision history shows correct link column name and icon 2026-03-26 13:28:35 +00:00
Raju Udava
228892d519 fix(gui): update Learn More links to new docs URL 2026-03-26 13:28:35 +00:00
Raju Udava
a80d5d3f51 fix(gui): use "Upgrade field" in column menu, "Upgrade" in dialog button 2026-03-26 13:28:35 +00:00
Raju Udava
89c0b0376b fix: upgrade link field dialog UX, inline upgrade banner, rollup precision 2026-03-26 13:28:35 +00:00
Raju Udava
49975d0aab fix(gui): improve Upgrade Link Field dialog UX 2026-03-26 13:28:35 +00:00
Pranav
52697be76d fix: rollback assocModel meta on convertLinkToV2 failure + cleanup 2026-03-26 13:28:35 +00:00
Pranav
5acbc32b82 feat: LTAR V2 — upgrade link field support and UI 2026-03-26 13:28:34 +00:00
mertmit
0580fce18b feat: airgapped flows and limit_seat 2026-03-26 13:20:16 +00:00
Ramesh Mane
2cf192dba3 fix: remove console 2026-03-25 13:56:59 +00:00
Ramesh Mane
6955b412b8 fix: date and dateTime field cell value save issue on blur in canvas 2026-03-25 13:56:59 +00:00
DarkPhoenix2704
df7b570bd9 fix: date dependency — V2 om/oo support, bug fixes, full test matrix 2026-03-24 22:05:56 +05:30
DarkPhoenix2704
93b05883b9 chore: lint and build errors 2026-03-24 22:05:56 +05:30
DarkPhoenix2704
7e26027dfa fix: realtime fix: date dependency canvas visualization
# Conflicts:
#	packages/nocodb-sdk/src/lib/realtime/index.ts
2026-03-24 22:05:54 +05:30
DarkPhoenix2704
305e99cbf4 fix: backward propagation, cascade audit, column cleanup & UI polish for date dependency - Add backward propagation: when a child record is moved earlier and collides with its predecessor, push the predecessor's dates backward recursively - Add DATA_CASCADE_UPDATE audit op_type so cascade-propagated row updates are distinguishable from normal user edits in the audit trail - Fire COLUMN_DELETED meta event after column removal (not before) so dependency handlers can react correctly - Handle column type changes: clear date dependency refs when a column's uidt changes to an incompatible type (new ColumnUpdateDateDependencyHandler) - Re-sync DependencyTracker entries after clearColumnRef in DateDependency - Show Gantt icon on column headers for fields configured in active date dependency rules - Fix dependency_buffer_days string→integer coercion in frontend - Capitalize action text in dependency warning message - Add DateDependency overload to DependencyTracker.trackDependencies - Add Model to InternalPOSTResponseType entity union (CE + EE) - Add date dependency tables to DependencyList component - Add backward propogation tests 2026-03-24 22:05:33 +05:30
DarkPhoenix2704
47492d042b feat: date dependency 2026-03-24 22:05:32 +05:30
Raju Udava
753af63452 Merge pull request #13339 from nocodb/chore/sync-mar-23
chore: sync changes
2026-03-24 16:25:41 +05:30
mertmit
8e6ff1df86 chore: sync changes
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-03-23 22:39:51 +03:00
Pranav
7af75d3665 refactor: use typed ltarReq in createLTARColumn, clean up feature flag 2026-03-23 19:22:30 +00:00
Pranav
b2fa3ee353 fix: set LTAR version based on relation type (hm/bt→V1, om/mo→V2) 2026-03-23 19:22:30 +00:00
Pranav
717a0768bb feat: enable LTAR V2 by default and hide legacy Links from menu 2026-03-23 19:22:29 +00:00
Pranav C
65046f4ba8 Merge pull request #13328 from nocodb/nc-fix/cleanup-and-misc-fix
Nc fix/cleanup and misc fix
2026-03-23 18:18:20 +05:30
Ramesh Mane
678a2ac7fb fix: link record dropdown resize issue 2026-03-23 12:39:10 +00:00
Pranav
d7b28771ea chore: remove Oracle database client entirely 2026-03-23 10:42:59 +00:00
Anbarasu
ebd64553ba Merge pull request #13323 from nocodb/nc-list-view-enabled 2026-03-23 15:45:56 +05:30
Mert E.
a62b65b105 Merge pull request #13327 from nocodb/nc-fix/bug-fixes-20-march
Nc Fix: Single docker related changes
2026-03-23 14:50:46 +05:30
DarkPhoenix2704
14f94a46c3 fix: add PaymentUpgradeBadge lock icon to list view menu item 2026-03-23 08:39:16 +00:00
DarkPhoenix2704
dd3b5fd1f6 feat: list view gating 2026-03-23 08:39:15 +00:00
Ramesh Mane
b1240165dc fix: use appInfo.ee flag instead of isEeUI 2026-03-23 07:52:31 +00:00
Ramesh Mane
3e60849aa2 fix: missing send record changes 2026-03-23 07:52:31 +00:00
Ramesh Mane
5839f0e137 fix: some issues 2026-03-23 07:52:31 +00:00
Ramesh Mane
d4bca360f9 fix: hide ee only features flags if show ee features is false 2026-03-23 07:52:31 +00:00
Ramesh Mane
b06b52ddcf fix: some ee only feature visibility 2026-03-23 07:52:31 +00:00
Ramesh Mane
56d645417c fix: canvas render broken if grid has lookup and we refresh page 2026-03-23 07:34:30 +00:00