Ramesh Mane
f7f772d683
fix(nc-gui): don't focus upgrade btn
2025-04-15 05:53:31 +00:00
Fendy Heryanto
c6d5fc28cf
refactor validate row filters to nocodb-sdk
2025-04-12 09:23:11 +00:00
DarkPhoenix2704
f3b9b772c4
fix: parse plain cell broken for some fields
2025-04-10 03:52:11 +00:00
Pranav C
172bf6189b
fix: accept falsy value and fallback to value prop only if null/undefined
2025-04-10 03:52:11 +00:00
DarkPhoenix2704
e19d020a2e
fix: group by color for checkbox
2025-04-10 03:52:08 +00:00
Pranav C
eb06a2b71a
fix: consider x-axis offset for row meta-actions
2025-04-10 03:52:06 +00:00
DarkPhoenix2704
a3067acde3
fix: addEmptyRow fix. Properly added to group grid now
2025-04-10 03:52:03 +00:00
DarkPhoenix2704
b4d7d3cce9
fix: refactor row renderer to reuse in group
2025-04-10 03:51:59 +00:00
DarkPhoenix2704
b72c606131
feat: more wip
2025-04-10 03:51:59 +00:00
DarkPhoenix2704
c123cd822c
feat: group header title render
2025-04-10 03:51:59 +00:00
Fendy Heryanto
ac5179c61e
change to use ?? instead
2025-04-07 16:54:06 +00:00
Fendy Heryanto
bf8d01ab08
fill handle to consider 0 and false as valid value
2025-04-07 16:54:06 +00:00
Ramesh Mane
6129264b28
fix(nc-gui): handle error properly
2025-04-05 18:36:55 +03:00
Ramesh Mane
c4f513a146
fix(nc-gui): allow direct vNode as content to ncMessage
2025-04-03 07:57:50 +00:00
Ramesh Mane
f497c8db02
fix(nc-gui): remove explicit import statement of ant message as this globally imported
2025-04-03 07:57:49 +00:00
Ramesh Mane
65d70e8bad
reafctor(nc-gui): ncMessage for easy migration
2025-04-03 07:57:49 +00:00
Ramesh Mane
e4d948d9cf
fix(nc-gui): show null field alignment issue
2025-04-01 09:54:59 +00:00
Fendy Heryanto
ea12ed4f79
add support for audio change file icon for audio and video on card
2025-03-27 03:16:49 +00:00
Pranav C
1a2b812275
fix: if invalid url render as normal string
2025-03-21 14:26:26 +00:00
Pranav C
3a5312727e
fix: make whitespace around text optional for backward compatability
2025-03-21 14:26:26 +00:00
Pranav C
ef1392c2ca
fix: Added extra whitespace around URI and LABEL content to avoid conflicts during regex parsing
2025-03-21 14:26:26 +00:00
Pranav C
c35d9a9ff5
fix: handle undefined
2025-03-21 14:26:26 +00:00
Pranav C
2429203072
fix: handle empty url
2025-03-21 14:26:26 +00:00
Pranav C
e7d068972a
fix: other review changes
2025-03-21 14:26:26 +00:00
Pranav C
8e201f2e02
fix: improve regex to handle escaped parentheses
2025-03-21 14:26:25 +00:00
DarkPhoenix2704
faaa6086a0
fix: properly handle paranthesis in formula
2025-03-21 14:26:25 +00:00
Fendy Heryanto
0f49b6a1a3
address compile error
2025-03-19 12:45:20 +00:00
Fendy Heryanto
2e62adce82
use same logic for uidt on group sort with table sort
2025-03-19 12:45:20 +00:00
Pranav C
82269997cf
fix: use noco icons
2025-03-14 20:56:05 +00:00
Pranav C
45b88982a0
fix: replace initially loading material font icons with svg
2025-03-14 20:56:05 +00:00
Ramesh Mane
b88672e368
fix: move validateEmail fn to sdk and re-export it from old path file
2025-03-14 15:05:09 +00:00
Fendy Heryanto
ef0391a6cd
use nocodb-sdk for isValidURL
2025-03-14 15:05:08 +00:00
Fendy Heryanto
f555b469d6
do not import isValidURL and isURL
2025-03-14 15:05:08 +00:00
Ramesh Mane
c610150380
fix(nc-gui): remove unwanted code
2025-03-14 07:38:43 +00:00
Ramesh Mane
8df39afd1d
chore(nc-gui): lint
2025-03-14 07:38:43 +00:00
Ramesh Mane
3d543d3988
fix(nc-gui): update copy to clipboard text of file url
2025-03-14 07:38:43 +00:00
Ramesh Mane
81e7adeeac
fix(nc-gui): copy to clipboard file url
2025-03-14 07:38:42 +00:00
Ramesh Mane
48ac5fb0a2
fix: update isValidURL fn
2025-03-14 07:38:42 +00:00
Pranav C
c5af55d786
Merge pull request #10776 from nocodb/nc-fix/reset-password-form-correction
...
fix: Reset password page - proper error handling
2025-03-14 02:59:11 +05:30
Ramesh Mane
108decc260
fix(nc-gui): review changes
2025-03-11 19:25:21 +00:00
Ramesh Mane
b15dc70d73
fix(nc-gui): add default value column inline validation
2025-03-11 19:25:20 +00:00
Ramesh Mane
f29b9bfc6e
fix(nc-gui): add cell expand shortcuts to links and bt, oo cell
2025-03-11 19:25:19 +00:00
Ramesh Mane
c872684eab
fix(nc-gui): focus default value input
2025-03-11 19:25:18 +00:00
Ramesh Mane
2c460b864e
fix(nc-gui): default value sanitization
2025-03-11 19:25:18 +00:00
DarkPhoenix2704
35e54404d6
fix: update order
2025-03-11 14:01:37 +00:00
DarkPhoenix2704
98a765a454
fix: sqlite invalid format for DD/MM/YYYY format
2025-03-11 14:01:37 +00:00
Pranav C
91fc89efa0
fix: handle nested lookup
...
re https://github.com/nocodb/nocodb/pull/10757
(cherry picked from commit 49760b1b48 )
2025-03-11 16:39:11 +05:30
ssweber
19fb16cf40
simplify signature
2025-03-10 15:55:06 -04:00
ssweber
952c0a949c
Update dataUtils.ts
2025-03-10 13:31:28 -04:00
ssweber
4ca0a8f7ff
Add lookup column type detection for filters
...
Add getLookupColumnType function to properly identify the underlying type of lookup columns during filter validation. This replaces the previous approach of guessing types at runtime with direct metadata lookup.
2025-03-10 13:25:32 -04:00