Ramesh Mane
73e4fb4b11
fix(nc-gui): load workspace on csv upload/import
2025-04-22 14:36:19 +00:00
Ramesh Mane
7416865403
fix(nc-gui): add close btn click action
2025-04-07 13:37:55 +00:00
Ramesh Mane
c39f90102c
fix(nc-gui): airtable import modal x button position
2025-04-07 13:37:55 +00:00
Fendy Heryanto
dc3f274d6a
add close button when import complete
2025-04-07 13:37:55 +00:00
Ramesh Mane
74b01eada3
fix(nc-gui): airtable import error handling
2025-03-25 13:19:32 +00:00
Ramesh Mane
8b649817a2
fix(nc-gui): margin issue
2025-03-25 13:19:32 +00:00
Ramesh Mane
9ebe6df70a
fix(nc-gui): input shadow issue
2025-03-25 13:19:32 +00:00
Ramesh Mane
0455ef8117
fix(nc-gui): some review changes from shreyas
2025-03-25 13:19:31 +00:00
Ramesh Mane
3be45da554
fix(nc-gui): airtable import modal ui fixes
2025-03-25 13:19:31 +00:00
Ramesh Mane
9eba14fda8
fix(nc-gui): back btn text issue
2025-03-20 10:14:18 +00:00
Raju Udava
f5c49cf283
Nc fix/progress meta sync ( #10448 )
...
* feat: progress panel component
* feat: meta sync progress support
* test: meta sync
---------
Co-authored-by: mertmit <mertmit99@gmail.com >
2025-02-07 23:12:06 +03:00
Ramesh Mane
ac6be47a12
chore(nc-gui): lint
2025-01-06 06:54:55 +00:00
Raju Udava
5c5bbcd746
fix: i18n
2025-01-04 07:00:42 +00:00
Raju Udava
a1e8c21869
chore: remove < prefix for back button
2025-01-04 07:00:42 +00:00
Yoones Khoshghadam
915fa49e4b
fix (nc-gui): import modals ui polishes
2025-01-04 07:00:42 +00:00
Yoones Khoshghadam
6d2f0fca39
test (nc-gui): imports modal align tests
2025-01-04 07:00:41 +00:00
Yoones Khoshghadam
745ade9308
fix (nc-gui): use dm mono font for all monaco editors
2025-01-04 07:00:41 +00:00
Yoones Khoshghadam
5dcbeaf64c
fix (nc-gui): import modal airtable polish ui
2025-01-04 07:00:41 +00:00
Yoones Khoshghadam
86a1a4033e
chore (nc-gui): import modals lint
2025-01-04 07:00:40 +00:00
Yoones Khoshghadam
52e24aba97
chore (nc-gui): import modals lint
2025-01-04 07:00:40 +00:00
Yoones Khoshghadam
faf79ac27b
fix (nc-gui): quick import dialog ui improvements
2025-01-04 07:00:39 +00:00
Yoones Khoshghadam
e588f3d2e1
fix (nc-gui): import modals feedbacks
2025-01-04 07:00:39 +00:00
Yoones Khoshghadam
f6727f7253
fix (nc-gui): import modal better transition
2025-01-04 07:00:39 +00:00
Yoones Khoshghadam
e847ec9697
fix (nc-gui): import modal apply feedbacks
2025-01-04 07:00:39 +00:00
Yoones Khoshghadam
1a7b94e14a
fix (nc-gui): import data new ui implement picker and designs for airtable import
2025-01-04 07:00:39 +00:00
Mert E.
bcc9bc5f9b
feat: attachment references ( #9215 )
...
* feat: attachment migration
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: check for SQLite3
Signed-off-by: DarkPhoenix2704 <anbarasun123@gmail.com >
* fix: skip text index for mysql
Signed-off-by: mertmit <mertmit99@gmail.com >
---------
Signed-off-by: mertmit <mertmit99@gmail.com >
Signed-off-by: DarkPhoenix2704 <anbarasun123@gmail.com >
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com >
2024-08-14 12:05:03 +03:00
Raju Udava
e7f15d0024
Nc fix/at import issues ( #9037 )
...
* fix: duplicate pkey issue
* fix: id alias from airtable
---------
Co-authored-by: mertmit <mertmit99@gmail.com >
2024-07-20 17:20:13 +05:30
Mert E
fb213eee0e
feat: export as on background ( #8890 )
...
* feat: csv export job
* fix: duplicate job
* feat: csv export job final
* feat: data export extension POC
* feat: data export final
* fix: extensions & scroll
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2024-06-28 18:16:49 +05:30
Mert E
f4dcddf88c
fix: use xc table for at import ( #8605 )
...
* fix: use generic id for at imported bases
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: restrict editing system columns
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: grid read only handling
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: avoid clear & update for readonly columns on UI
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: required field missing error & avoid clearing read only cells
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: bypass system column restriction for at import
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: handle clashing columns with system columns for at import
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: import data for clashing columns
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: handle stringify at function level
Signed-off-by: mertmit <mertmit99@gmail.com >
* fix: compilation errors
Signed-off-by: mertmit <mertmit99@gmail.com >
---------
Signed-off-by: mertmit <mertmit99@gmail.com >
2024-06-10 16:29:24 +05:30
Mert E
89f0895de3
fix: experimental frontend optimizations ( #8427 )
...
* 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
2024-05-08 15:55:09 +05:30
mertmit
dc1f1753c3
feat: add download logs button after at import
2024-01-16 12:00:46 +00:00
mertmit
e735aa8076
fix: refresh table list on fail
2023-11-16 10:21:40 +00:00
Pranav C
0ab5e2de26
refactor: add rel tag when opening links in new tab using _blank
2023-11-08 09:52:16 +00:00
mertmit
0f1a72aa44
fix: disable closing modal on second step of at import
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-10-27 17:49:12 +03:00
mertmit
78eb4ae700
fix: disable mask close on at import second step
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-10-27 13:29:22 +03:00
Raju Udava
31d826020d
chore: import from airtable info link to new docs
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2023-10-27 13:32:44 +05:30
Muhammed Mustafa
a856d4bb18
Merge remote-tracking branch 'origin/develop' into fix/i18n
2023-10-20 17:45:00 +05:30
mertmit
dcf3712053
fix: better error handling for at import
2023-10-19 19:46:47 +00:00
Pranav C
fc579bb3a4
refactor: test corrections
2023-10-11 06:25:52 +00:00
Pranav C
bb1ae43faa
refactor: bring back db in meta api path
2023-10-11 06:25:49 +00:00
reenphygeorge
5d2131069c
fix: i18n
2023-10-08 23:09:18 +05:30
mertmit
81ddbe92e2
fix: pass base id to at import modal
2023-10-05 06:46:43 +00:00
WK Wong
55259c89b9
chore(nc-gui): lint
2023-10-03 11:24:03 +08:00
Pranav C
e790abdbaf
refactor: rename project and base
...
- Rename `Project` => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns
Signed-off-by: Pranav C <pranavxc@gmail.com >
2023-10-02 23:52:18 +05:30
mertmit
8e5bd56eab
feat: long polling instead of socket for jobs
2023-09-30 17:01:46 +00:00
Muhammed Mustafa
5a724acf9c
fix: i18n for Duplicate project, Imports and ERD
2023-09-28 11:19:27 +05:30
Raju Udava
774d3337dd
fix: support for Airtable PAT
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2023-09-16 13:41:05 +05:30
mertmit
85aaabe2cc
chore(nc-gui): lint error and warnings
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-09-12 15:23:22 +03:00
Wing-Kam Wong
2ca8ea8897
chore(nc-gui): lint
2023-09-06 20:47:20 +08:00
mertmit
8ab47b1109
fix: various stuff
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-09-06 09:51:17 +03:00