Commit Graph

41024 Commits

Author SHA1 Message Date
Ramesh Mane
fe8e6e420e refactor: ws page 2026-03-28 07:09:10 +00:00
Ramesh Mane
5984ac8957 fix: remove old redirection 2026-03-28 07:09:10 +00:00
Ramesh Mane
2a7bf601bc fix: sidebar 2026-03-28 07:09:10 +00:00
Ramesh Mane
fb6008ebb2 fix: topbar issue 2026-03-28 07:09:09 +00:00
Ramesh Mane
22ab0b4f4a refactor: user info menu 2026-03-28 07:09:09 +00:00
Ramesh Mane
73d2e8d4e4 fix: some sidebar changes 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
7b912cc3b4 style(ui): make all sidebars white in light mode 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
42f0dec6fd refactor(ui): rename General tab to More, URL /{wsId}/more 2026-03-28 07:09:04 +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
c5ec2ebf92 refactor(ui): rename ws-settings URL to /general 2026-03-28 07:09:04 +00:00
Ramesh Mane
e0b435d2a7 feat(ui): add search bar triggering command palette on workspace home 2026-03-28 07:09:02 +00:00
Ramesh Mane
85736dc33f fix(ui): add workspace tabs, user menu, and + New Base button 2026-03-28 07:09:02 +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
Raju Udava
1b90797012 Merge pull request #13378 from nocodb/nc-fix/filter-header-col-bg-issue
Nc fix: In non canvas grid view filtered and sorted column header shows white background in dark mode
2026-03-27 14:16:40 +05:30
Anbarasu
7491fc2632 Merge pull request #13379 from nocodb/nc-fix/mm-conversion-retarget 2026-03-27 13:43:17 +05:30
Mert E.
d7c54c82a3 Merge pull request #13380 from nocodb/nc-personal-view-collab
Nc personal view collab
2026-03-27 11:11:28 +03:00
Pranav
09a7de8bab fix: use NocoCache.update instead of deepDel for retargeted dependents 2026-03-27 07:29:27 +00:00
Pranav
8cfa7b1ea1 fix: clear Lookup/Rollup cache after MM conversion retarget 2026-03-27 07:29:27 +00:00
Ramesh Mane
3fb3420085 fix: Filtered and sorted column header shows white background in dark mode 2026-03-27 07:25:39 +00:00
Pranav
b55a7c97e6 fix: allow view creator to toggle personal view and reset owned_by on collab switch 2026-03-27 07:03:10 +00:00
Pranav
7abd17f7ee fix: reset owned_by to created_by when reverting personal view to collaborative 2026-03-27 07:03:10 +00:00
Pranav
a8ba997e08 fix: clear owned_by when changing personal view back to collaborative 2026-03-27 07:03:10 +00:00
Anbarasu
ed9a161a0b Merge pull request #13372 from nocodb/fix/add-missing-package 2026-03-26 21:37:22 +05:30
Ramesh Mane
3495a2d593 fix: add missing ajv-errors package 2026-03-26 21:35:39 +05:30
Pranav C
931de1f574 Merge pull request #13362 from nocodb/nc-ltar-v2-clean
Nc ltar v2 clean
2026-03-26 19:06:34 +05:30
Pranav
984b3bc04c fix: retarget dependent Lookup/Rollup in convertMMToV2 + add OO to validateRollupPayload 2026-03-26 13:28:38 +00:00
Pranav
e2c8c9c534 fix: replace non-null assertion with null check in ConvertLinkV2 2026-03-26 13:28:38 +00:00
Pranav
f86434f667 fix: batch OM cardinality DELETE into single WHERE IN query 2026-03-26 13:28:38 +00:00
Pranav
f9056b9f8c fix: verify junction FK columns when pairing self-referencing relations 2026-03-26 13:28:37 +00:00
Pranav
fec07455eb fix: update paired column uidt and cache in convertMMToV2 2026-03-26 13:28:37 +00:00
Pranav
03bcf3979a fix: remove dead /om/ route from hmList — already handled by mmList 2026-03-26 13:28:37 +00:00
Pranav
9ccbdadf74 fix: capture old value for undo on V2 MO relations 2026-03-26 13:28:37 +00:00
Pranav
4cc098bf26 fix: copy cross-base properties in convertMMToV2 Column.insert 2026-03-26 13:28:37 +00:00
Pranav
42ddcf25ee fix: handle V2 OM relation in LTAR helpers using isMMOrMMLike 2026-03-26 13:28:37 +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
Pranav
905e211791 fix: restore missing logger.warn in omRemovedPairs cardinality check 2026-03-26 13:28:36 +00:00
Raju Udava
2d57aa7922 fix: restore missing logger.warn call in relation-manager.ts 2026-03-26 13:28:36 +00:00
Pranav
ae47abcaa6 fix: V2 LTAR version comparison, OO/MO/OM route handling, cardinality enforcement 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