Commit Graph

178 Commits

Author SHA1 Message Date
Ramesh Mane
263ec9f4c3 refactor(nc-gui): rich text cell 2025-04-28 22:02:44 +00:00
Ramesh Mane
be0bf970fb fix(nc-gui): open rich text modal on single click if it is expanded form 2025-04-28 22:02:43 +00:00
Ramesh Mane
8df39afd1d chore(nc-gui): lint 2025-03-14 07:38:43 +00:00
Ramesh Mane
4c1a26b231 refactor(nc-gui): text area component code 2025-03-11 19:25:20 +00:00
Ramesh Mane
d39704b48d fix(nc-gui): remove duplicate code 2025-03-11 19:25:20 +00:00
Ramesh Mane
7affe0a3f7 fix(nc-gui): remove repeated code 2025-03-11 19:25:20 +00:00
Ramesh Mane
939448df9d fix(nc-gui): rebase conflicts 2025-03-11 19:25:20 +00:00
Ramesh Mane
ad1fd48d23 fix(nc-gui): update expand icon tooltip in canvas cell 2025-03-11 19:25:19 +00:00
Ramesh Mane
179243b4b9 fix(nc-gui): add tooltip 2025-03-11 19:25:19 +00:00
Ramesh Mane
6e840015cc fix(nc-gui): console warnings 2025-03-11 19:25:19 +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
f9897996d5 fix(nc-gui): json cell expand 2025-03-11 19:25:19 +00:00
Ramesh Mane
5574507cd4 fix(nc-gui): don't trigger expand cell if input element is active 2025-03-11 19:25:18 +00:00
Ramesh Mane
e05b6b7104 fix(nc-gui): expand canvas longtext cell on shift+space 2025-03-11 19:25:18 +00:00
Ramesh Mane
a59334e2ad fix(nc-gui): add comments to explain changes 2025-03-11 09:38:27 +00:00
Ramesh Mane
e8e3093f2b fix(nc-gui): text area resize issue 2025-03-11 09:38:27 +00:00
Ramesh Mane
921cb48f53 fix(nc-gui): small changes 2025-03-08 11:26:38 +00:00
Ramesh Mane
1a06c0af66 fix(nc-gui): Allow expand cell option for formula field when content length is more 2025-03-08 11:26:37 +00:00
Mert E.
2a4b192e73 feat: sync fw (#10671)
* feat: sync table init

* feat: sync table (WIP)

* feat: oauth flow for github

* feat: sync feature flag

* feat: progress for sync

* feat: revise sync status

* feat: incremental support for sync

* feat: disable insert & delete operations on synced tables

* feat: handle synced & readonly on frontend

* test: apply system column order (always initial)

* test: change wrong index

* fix: PR requested changes

* test: overlapping variable names
2025-02-28 16:43:49 +03:00
Amit Joki
6b27110ae2 feat: json, text area, attachment, user field should convert to selected state upon modal/dropdown close 2025-02-17 13:11:45 +00:00
mertmit
4b4930a73b feat: avoid font size for headings on old component 2025-02-17 13:11:24 +00:00
DarkPhoenix2704
f920f471f0 fix: text are triggered on links mount 2025-02-17 13:11:09 +00:00
Amit Joki
6e36598b5a fix: check for isUnderLookup 2025-02-17 13:11:06 +00:00
DarkPhoenix2704
fa59b36db8 fix: long text edit focus fix: ai longtext editor 2025-02-17 13:11:03 +00:00
Amit Joki
da5c5801b1 feat: ai long text click interaction 2025-02-17 13:10:59 +00:00
Ramesh Mane
30016a429a fix(nc-gui): update tiptap-markdown ext folder structure 2025-01-14 01:49:04 +03:00
Ramesh Mane
5cc78389ec fix(nc-gui): expand btn position issue 2025-01-08 06:53:51 +00:00
Ramesh Mane
70978abc9d fix(nc-gui): allow rich text link click by default 2025-01-08 06:53:50 +00:00
Ramesh Mane
538083100b fix(nc-gui): text overflow issue 2025-01-08 06:53:50 +00:00
Ramesh Mane
a5ebe5c899 fix(nc-gui): update tiptap extension folder structure 2025-01-08 06:53:49 +00:00
Ramesh Mane
2c1d64a2b1 fix(nc-gui): limited content render issue in richtext 2025-01-08 06:53:48 +00:00
Ramesh Mane
1644e714bf fix(nc-gui): add mention parser in markdown-it 2025-01-08 06:53:48 +00:00
Ramesh Mane
496711bc53 fix(nc-gui): apply global style for rich text content 2025-01-08 06:53:48 +00:00
Ramesh Mane
30a26dcabd fix(nc-gui): use computedAsync to parse markdown 2025-01-08 06:53:48 +00:00
Ramesh Mane
da42e9196d fix(nc-gui): remove unused code 2025-01-08 06:53:48 +00:00
Ramesh Mane
ba7faf6f5b fix(nc-gui): setupLinkRules update issue 2025-01-08 06:53:48 +00:00
Ramesh Mane
b05a694ff8 fix(nc-gui): add support to update md parse options in singleton class 2025-01-08 06:53:48 +00:00
Ramesh Mane
fd269e120c fix(nc-gui): reinitialize md parser for expanded form to show whole content 2025-01-08 06:53:48 +00:00
Ramesh Mane
8d1027361d fix(nc-gui): limit the number of blocks to render in rich text cell 2025-01-08 06:53:47 +00:00
Ramesh Mane
ea10a021ab fix(nc-gui): link extension load issue 2025-01-08 06:53:47 +00:00
Ramesh Mane
a1c7b7cf3d fix(nc-gui): render rich text as v-html 2025-01-08 06:53:47 +00:00
Ramesh Mane
f1b6a26455 feat(nc-gui): tiptap markdown poc setup 2025-01-08 06:53:46 +00:00
Ramesh Mane
c0b0d2228b fix(nc-gui): reduce add file attachment cell button size to 24px 2024-12-12 10:02:06 +00:00
Ramesh Mane
f5ece079f7 fix(nc-gui): remove cell padding from text area cell 2024-12-10 07:28:44 +00:00
Ramesh Mane
3424295fd7 fix(nc-gui): text area related changes 2024-12-10 07:28:44 +00:00
Ramesh Mane
55fae33841 fix(nc-gui): longtext cell focus issue on cell active 2024-12-10 07:28:44 +00:00
Mert E.
818d9344e9 chore: preps (#9994)
* chore: preps

Signed-off-by: mertmit <mertmit99@gmail.com>

* test: fix unit

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-09 11:15:36 +03:00
Ramesh Mane
a45c77c2f4 fix(nc-gui): rich text modal size persist issue 2024-12-07 09:39:58 +00:00
Ramesh Mane
723420c7a3 fix(nc-gui): Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element' 2024-12-07 09:39:58 +00:00
Ramesh Mane
d56e6aaaad fix(nc-gui): rich text cell height issue in grid view #3919 2024-12-07 09:39:58 +00:00