navi
f770147741
New translations en.json (Korean) ( #9816 )
1 week ago
navi
ffbd764ff5
New Crowdin updates ( #9813 )
...
* New translations en.json (Korean)
* New translations en.json (Swedish)
* New translations en.json (Japanese)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Khmer)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Bengali, India)
* New translations en.json (Nepali)
1 week ago
navi
d987ef13c9
New translations en.json (Chinese Simplified) ( #9806 )
2 weeks ago
navi
16c590cae7
New translations en.json (Dutch) ( #9800 )
2 weeks ago
Raju Udava
4fcbfc1845
fix: menu option label
2 weeks ago
Pranav C
fc5e7aa2ba
fix: tootltip for menu items
2 weeks ago
Pranav C
d2b005709d
feat: assign view owner
2 weeks ago
Pranav C
b6e9ec649f
feat: personal view
2 weeks ago
navi
1881ff71b2
New Crowdin updates ( #9794 )
...
* Update source file en.json
* New translations en.json (Korean)
* New translations en.json (Swedish)
* New translations en.json (Japanese)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Khmer)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Bengali, India)
* New translations en.json (Nepali)
2 weeks ago
DarkPhoenix2704
5c6b198206
feat: row expansion
2 weeks ago
navi
b1e692e40d
New Crowdin updates ( #9783 )
...
* New translations en.json (Korean)
* New translations en.json (Swedish)
2 weeks ago
navi
07212b8589
New Crowdin updates ( #9782 )
...
* New translations en.json (Korean)
* New translations en.json (Swedish)
* New translations en.json (Japanese)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Khmer)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Bengali, India)
* New translations en.json (Nepali)
2 weeks ago
Anbarasu
04f49c13d8
feat: infinite scroll ( #9403 )
...
* feat: infinite scroll wip
* feat: implement column create
* feat: improve scroll performance and minor bugs
* fix: optimize cache clear fix: preserver selected items from cache clear
* feat: add keyboard support
* fix: get rid of unwanted data
* feat: infinite scroll
* fix: reload visible data
* fix: rowIndex Sync
* fix: row height fix
* fix: performance issues
* fix: small issues
* fix: stablize scrolling
* fix: scroll fails to load new data
* fix: best part is no part remove bunch of manual handling and move to computedProperty
* fix: load data as chunks instead of offset
* fix: deboucne 500 ms
* feat: safe chunk clearing
* feat: working infinite table(wip)
* fix: handle delete selected range of rows
* fix: update types
* fix: nuxt warnings
* fix: table fixes
* feat: undo-redo support for infiniteTable
* fix: fix addEmptyRow
* fix: groupby fixes
* fix: refactor visibleDtaa computed
* fix: cache clear
* fix: invalid offset error
* fix: add empty row elem
* fix: rows not loading at end
* fix: refactor
* fix: more tests passing
* fix: perf optimizations
* fix: couple tests
* fix: row height tests
* fix: row height tests
* fix: row height tests
* fix: sync row comment count
* fix: fixes
* fix: lot of tests
* fix: update the row placeholder columns size calculation
* fix: update the totalRows on loadData
* fix: tests when count is 0
* fix: hide placeholder if rowHeight is small
* fix: not required imo as infinite scroll is implemented
* fix: links tests
* fix: filter tests
* fix: insert after test fix: Row: Create, Update, Delete fix: Row height fix: Create column tests
* fix: error, timezone bug fix: shared view data not loading after 100
* fix: ignore shifting. this fixes errors in rows, which has some mandatory required cells
* fix: keyboardShortcuts test
* fix: project collaboration test
* fix: increase local cache fix: records empty on switching to full screen mode fix: links issue on new records
* fix: row and col margin for improved data rendering
* fix: addEmptyRow to table bottom
* fix: update gridShare test fix: shared view grid feat: new count endpoint public
* fix: undo-redo test failing
* fix: bulkUpdate chore: disabled bulkUpdate tests for now
* fix: slow searchBtn
* fix: limit max selection
* fix: limit selection to 100
* fix: initial chunk load to 100
* fix: couple fixes
* fix: couple fixes
* fix: row expand
* fix: scrollto Top and scrollTo Bottom on Shift Cmd Down/Up
* fix: drop support for cmd A
* fix: failing tests
* fix: error on clicking resize col
* fix: premature fetching
* fix: deleteSelected not working properly
* fix: test build
* fix: test build
* fix: throttled 500
* fix: scroll related issues fix: added transitions
* fix: scroll related issues
* fix: decrease col margin
* fix: increase local cache and update Buffer
* fix: decrease throttle
* fix: improve scroll performance
* fix: improve scroll performance
* fix: improve scroll performance
* fix: fixes
* feat: beta toggle show
* feat: beta toggle show
* fix: hold scroll action
* fix: sync visible data reloadVisibleDataHook
* fix: refactor useBetaFeatureToggle fix: useMultiSelect in table
* fix: dynamically reduce margin while loading records
* fix: some bugs
* fix: data loading in infinitescroll
* fix: shared view and search issues
* feat: betaToggles menu
* fix: scroll showing up in aggregation
* fix: text
* fix: implement shifting in addEmptyRow
* fix: calculate slices on rowHeight modified
* fix: keep invalid cells until another row selected
* fix: remove row if filter gets failed
* fix: update styles
* fix: move filter handling to nocodb-sdk
* fix: user field filter
* fix: sort order
* fix:user field sorting
* fix: update virtual cols
* fix: updated sort handling
* fix: updated sort handling
* fix: updated sort handling for bulkUpdate and undo-redo
* fix: unit tests
* fix: deleteSelectedRecords fails
* fix: chunkstates errors
* fix: sort bugs
* fix: scroll position
* fix: delete selectedrange of records
* fix: improved chunk management
* fix: sync toggle states across tabs
* fix: sync between tabs
* fix: limit issues
* fix: update issues
* fix: zIndex
* fix: minor fixes
* fix: cmd arrow issue
* fix: bulkdelete index issues
* fix: empty rows at top
* fix: queue add new record behaviour
* fix: resolve rowObj addEmptyRow
* fix: typo
* fix: clear indexes
* fix: reload if width is zero
* fix: manual handling
* fix: remove console
* fix: prefetch when scroll from below
* fix: refactor fixes
* fix:undo-redo with sort
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
2 weeks ago
navi
8303a13f24
New translations en.json (Korean) ( #9779 )
2 weeks ago
navi
0d157adb84
New translations en.json (Japanese) ( #9755 )
3 weeks ago
navi
d21225c00a
New Crowdin updates ( #9746 )
...
* New translations en.json (Swedish)
* New translations en.json (Korean)
3 weeks ago
navi
23f38be0dd
New translations en.json (Swedish) ( #9742 )
3 weeks ago
navi
36b2e69765
New Crowdin updates ( #9723 )
...
* New translations en.json (Korean)
* New translations en.json (Swedish)
4 weeks ago
navi
49b94b8c40
New translations en.json (Korean) ( #9709 )
1 month ago
navi
12f5265dae
New translations en.json (Czech) ( #9707 )
1 month ago
navi
d2be85815b
New translations en.json (Korean) ( #9694 )
1 month ago
navi
39d7420f6a
New translations en.json (Korean) ( #9685 )
1 month ago
navi
ceaf5ca7a5
New translations en.json (Korean) ( #9682 )
1 month ago
navi
88fe5d6079
New translations en.json (Korean) ( #9663 )
1 month ago
navi
c9ddf2f610
New translations en.json (Korean) ( #9657 )
1 month ago
navi
7a0f4dd68b
New Crowdin updates ( #9646 )
...
* New translations en.json (Spanish)
* New translations en.json (Vietnamese)
1 month ago
navi
69dad1307f
New translations en.json (Turkish) ( #9627 )
1 month ago
navi
e3d38713f2
New Crowdin updates ( #9480 )
...
* New translations en.json (Spanish)
* Update es.json
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* Update source file en.json
* New translations en.json (Ukrainian)
* New translations en.json (Persian)
* New translations en.json (Persian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (French)
* New translations en.json (Persian)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Ukrainian)
* New translations en.json (German)
* New translations en.json (Chinese Simplified)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Persian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Indonesian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* Update source file en.json
* New translations en.json (Chinese Simplified)
* New translations en.json (Korean)
* New translations en.json (Korean)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.json (Spanish)
* Update source file en.json
* New translations en.json (Ukrainian)
* New translations en.json (German)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Persian)
* New translations en.json (Arabic)
* New translations en.json (Danish)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Indonesian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (Romanian)
* New translations en.json (Khmer)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Nepali)
* New translations en.json (French)
* New translations en.json (Ukrainian)
* New translations en.json (German)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Persian)
* New translations en.json (Spanish)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Vietnamese)
* New translations en.json (Indonesian)
* New translations en.json (Thai)
* New translations en.json (Latvian)
* New translations en.json (Romanian)
* New translations en.json (Khmer)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Nepali)
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 months ago
Mert E.
e599994786
chore: add AI mention to translations ( #9614 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 months ago
DarkPhoenix2704
69e9205471
feat: scripts wip
2 months ago
Ramesh Mane
93734e5b03
Nc feat: form view conditional fields ( #9433 )
...
* chore(nocodb): add fk_parent_column_id in filter schema
* feat(nocodb): form view field level filter support
* fix(nc-gui): add migration for `fk_parent_column_id` filter property
* fix: add support to fetch all view filters
* fix(nc-gui): filter castType issue
* fix(nc-gui): form field title autofocus issue
* fix(nc-gui): small changes
* fix(nc-gui): update local form view filter on updating filter
* fix(nc-gui): add validate field visibility function
* fix(nc-gui): toggle eye icon based on field conditional visibility
* fix(nc-gui): show tooltip on hover form field visibility icon
* fix(nc-gui): show unique errors
* fix(nc-gui): sort form view field issue
* fix(nc-gui): add error handleling in form conditional field
* fix(nc-gui): validate field on reorder
* fix(nc-gui): disable add new filter if form field is first
* fix(nc-gui): disable undo redo filters in form view
* fix(nc-gui): move form filter class to ee
* fix(nc-gui): prevent unwanted api call on form field select
* fix(nc-gui): remove unwanted console
* feat(nc-gui): shared form view conditional fields
* fix(nc-gui): form filter cache issue
* fix(nc-gui): delete form filters by fk_parent_col_id
* fix(nc-gui): form view duplicate filters
* fix(nc-gui): column meta copy issue while duplicating form view
* fix(nc-gui): review changes
* docs: show on conditions
* fix(nc-gui): remove merge conflict code part
* fix(nc-gui): show first validation error in visible form columns on hover over config error
* fix(nc-gui): form view filter validate link field issue
* fix(nc-gui): duplicate form column filters on duplicating table
* fix(nc-gui): rename form field filters label to conditions
* fix(nc-gui): minor changes
* chore(nc-gui): lint
* fix(nocodb): migration conflict issue
* fix(nc-gui): currency field ui issue in filter input
* fix(nc-gui): rating field overflow issue in filter menu
* fix(nc-gui): form conditional field oss visibility issue
* test(nc-gui): form conditional field test
* fix(nc-gui): typo error
* chore(nc-gui): lint
* fix(nc-gui): filter input width issue
* fix: pw test fail issue
* fix(nc-gui): update pw test
* fix(nc-gui): show field field config error in form field list
* fix(nc-gui): grayed out form field list icon color
* fix(nc-gui): give precedence to hidden pre-filled fields over conditional fields
* fix(nocodb): use string type instead of any
* fix(nocodb): typo mistake
* fix(nocodb): use stringifyMetaProp instead of JSON.stringify
* fix(nc-gui): remove lazy loading from child components of form field settings
* fix(nc-gui): increase gap between plus & delete btn from group filter menu
* fix(nc-gui): max callstack issue after adding group filter from form view
* fix(nc-gui): increase min width of filter dropdown in form view
* chore(nc-gui): lint
* fix(nc-gui): required virtual field validation issue in shared form
* fix(nc-gui): delete conditionally hidden field data while submiting form
* fix(nc-gui): handle bt or oo cell conditional field validation issue
* chore(nc-gui): lint
* fix(nc-gui): new is utils file function name conflicts
* fix(nc-gui): remove console
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 months ago
navi
0eaac685ec
New translations en.json (Russian) ( #9466 )
2 months ago
navi
a784c10eee
New Crowdin updates ( #9443 )
...
* New translations en.json (French)
* New translations en.json (German)
* Update de.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
navi
8c419ebb57
New Crowdin updates ( #9426 )
...
* New translations en.json (Italian)
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (Hungarian)
* i18n: revert case sensitive changes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* Update fr.json
* Update he.json
* Update source file en.json
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Pranav C
c38a8eec6f
refactor: change fieldId to generic id
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 months ago
Pranav C
41cd0e6a91
fix: missing id param in i18n language file ( #3732 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 months ago
navi
5236da25e6
New Crowdin updates ( #9420 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
3 months ago
Ramesh Mane
3eb1c13296
fix(nc-gui): update text install -> add extension
3 months ago
navi
bd0b5d819c
New Crowdin updates ( #9366 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* Update source file en.json
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Swedish)
3 months ago
Anbarasu
dd499d1d13
Nc misc fixes ( #9363 )
...
* fix: show calendar is readonly when system fields or computed fields are used
* fix: handle data type mismatch
* fix: handle mysql 5 errors in calendar
* fix: mysql drag drop fix
3 months ago
navi
62a5729598
New Crowdin updates ( #9362 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
3 months ago
navi
115265ba01
New Crowdin updates ( #9358 )
...
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
3 months ago
Ramesh Mane
fea18145c7
Nc fix/UI misc changes ( #9354 )
...
* fix(nc-gui): barcode & rollup cell icon stroke issue
* fix(nc-gui): update single select icon
* fix(nc-gui): update `id:` => `FIELD ID:`
* fix(nc-gui): description icon alignment
* fix(nc-gui): field copy id hover effect
* fix(nc-gui): update mfe test case
* fix(nc-gui): update duration icon
* fix(nc-gui): udpate year icon
3 months ago
Ramesh Mane
162a726efd
Nc fix(nc-gui): add more integrations in ticketing category ( #9355 )
...
* fix(nc-gui): add more integrations in ticketing category
* fix(nc-gui): review changes
* fix(nc-gui): show loader integrations tab
* fix(nc-gui): typo error
3 months ago
Pranav C
bb3d2dc8f6
fix: while cloning base show only workspaces with required roles
3 months ago
Pranav C
02ec94583f
refactor: review comments
3 months ago
Pranav C
08aa9d4a74
refactor: lint and i18n
3 months ago
Pranav C
c5590f2f6a
refactor: minor corrections
3 months ago
Pranav C
bbb6b09d08
refactor: form builder changes
3 months ago
Pranav C
adfcfa4501
refactor: main page and modal changes
3 months ago