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
DarkPhoenix2704
2693d5e051
fix: refactor aliasMapper
3 weeks ago
Anbarasu
eef9ce0f72
fix: reload row if the attachments are expired ( #9739 )
...
* fix: reload row if the attachments are expired
* fix: handle attachment url expiry
* fix:build feat: image zoom
* fix:attchment comments
* fix: async issue
3 weeks ago
Ramesh Mane
6246a1c96b
Nc fix/extension follow-up changes ( #9721 )
...
* fix(nc-gui): extension pane new design changes
* fix(nc-gui): hide extensions btn on details tab
* fix(nc-gui): create new component for extensions tab of marketpalce
* fix(nc-gui): update marketplace card
* fix(nc-gui): extension tab scroll issue
* fix(nc-gui): extension modal header padding issue
* fix(nc-gui): auto scroll extensions on add/duplicate
* fix(nc-gui): auto scroll extension issue
* fix(nc-gui): update extension icons
* fix(nc-gui): data exporter extension button overflow issue
* fix(nc-gui): change extension list layout
* fix(nc-gui): add extension docs link
* fix(nc-gui): wrong publisher icon path in data exporter extension manifest
* fix(nc-gui): solid extension icon on panel open
* fix(nc-gui): extension marketplace placeholder image placement issue
* fix(nc-gui): select action table on add data exporter extension
* fix(nc-gui): on add data exporter extension select action view also
* fix(nc-gui): don't clear deleted exports from kvstore on clear extension data
* fix(nc-gui): show search icon instead of search input box in extension marketplace modal
* fix(nc-gui): pr review changes
* fix(nc-gui): update data exporter extension as per new design
* fix(nc-gui): update empty state
* fix(nc-gui): add tooltip on compact toolbar btns
* fix(nc-gui): update import extension as per new design
4 weeks ago
Pranav C
f5da6e22e5
refactor: improvements
1 month ago
Pranav C
aae5d9663e
feat: auto generate connection fix on failure for known connection issues
1 month ago
Pranav C
6944af013a
fix: convert id value to string since it's passed in url path and treated as string
1 month ago
Pranav C
ea6ce8d27b
Miscellaneous fixes and improvements ( #9699 )
...
* fix: base icon color in breadcrumb
* fix: allow expanding nested record from expanded form
* fix: focus base lable in tree view on create/delete/load
* fix: avoid allowing deletion of display value
* fix: focus input field if activeElement is div
* fix: text area height issue
* refactor: show app version on hovering nocodb icon
* refactor: focus only if adding new record
* refactor: extract foreign key value for external source
1 month ago
Pranav C
323c5b9a05
fix: missing return
1 month ago
Pranav C
1107111e6d
fix: escape _ in id value if composite pk
1 month ago
Pranav C
8e1c05090c
refactor: extract icon based on index
1 month ago
Pranav C
9ec0baec9a
refactor: make only title as required
1 month ago
Pranav C
be95825039
refactor: allow using icon index for checkbox and rating
1 month ago
Ramesh Mane
288cfa8b75
fix(nc-gui): Prevent keyboard shortcuts if user is in cell edit mode or any other active input element ( #9600 )
...
* fix(nc-gui): stop event propogation is active element is input
* fix(nc-gui): disable expanded form keyboard shortcuts navigation if it is first row or last row
* fix(nc-gui): oss test fail issue
2 months ago
DarkPhoenix2704
170c742ab5
fix: update icons.
2 months ago
DarkPhoenix2704
d16fc5b107
fix: color and font size corrections
2 months ago
DarkPhoenix2704
30a5d73d45
fix: design corrections
2 months ago
DarkPhoenix2704
faa688bf3f
fix: review changes
2 months ago
DarkPhoenix2704
f27e8c8c86
fix: youtube video player and twitter recents page
2 months ago
DarkPhoenix2704
15910e4cf7
feat: changelog ui
2 months ago
Ramesh Mane
46e6cff0a3
Nc fix/duplicate name update ( #9573 )
...
* fix(nc-gui): duplicated view name issue
* fix(nc-gui): duplicated webhook title issue
* fix(nc-gui): duplicated field name issue from MFE
* fix(nocodb): duplicate integration unique name issue
* fix(nc-gui): duplicate default view is throwing error in views are not loaded
* test(nc-gui): update copyview test case
* fix(nocodb): ai review changes
* test(nc-gui): update MFE duplicate field test case
* test(nc-gui): fix kanban view test fail issue
2 months ago
Mert E.
bede42aef1
fix: cmdk improvements ( #9575 )
...
* fix: cmdk improvements
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: generate Api.ts
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
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
Pranav C
0e7a9dce6b
fix: refresh-token based token generation issue
3 months ago
Ramesh Mane
906780d9ea
fix(nc-gui): show 1y ago if days diff is greater than 360
3 months ago
Ramesh Mane
caba1c20a5
chore(nc-gui): lint
3 months ago
Ramesh Mane
88ae616691
fix(nc-gui): new modal sizes
3 months ago
Ramesh Mane
02547f5d32
fix(nc-gui): add shadow effect
3 months ago
Ramesh Mane
d14a4c778a
fix(nc-gui): add screenshots & dynamic modal size support per extension
3 months ago
Ramesh Mane
778f39330c
fix(nc-gui): update marketplace modal tab icons
3 months ago
Ramesh Mane
2e06564440
fix(nc-gui): select 1st table by default in upload csv extension
3 months ago
Ramesh Mane
586a85045a
fix(nc-gui): import csv error handling part
3 months ago
Ramesh Mane
cd0ade3fa2
fix(nc-gui): rename light theme colors shortcuts
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
1b6b59b7ff
refactor: lint and reset logic in test
3 months ago
Ramesh Mane
a16aa9e4ac
Nc chore/add Light Theme Configuration docs ( #9324 )
...
* fix(nc-gui): type mistake
* chore(nc-gui): add docs for how to use new theme colors in codebase
3 months ago
Ramesh Mane
78292594b6
Nc Style: Add new light theme config in windicss config file ( #9322 )
...
* fix(nc-gui): add missing green & base colors in themev3 colors
* fix(nc-gui): add lightTheme config
* fix(nc-gui): add nc suffix in light theme
* fix(nc-gui): update light theme format
* fix(nc-gui): remove nested level from light theme
3 months ago
Ramesh Mane
e808ef4a15
Nc Fix: Update extension UI as per new design ( #9306 )
...
* fix(nc-gui): show extension as floating
* chore(nc-gui): add puzzle icon
* fix(nc-gui): toolbar searchbox auto close issue on clearing input value
* fix(nc-gui): update extension header
* fix(nc-gui): update extension panel as per new design
* fix(nc-gui): update extension icons
* fix(nc-gui): mionr extension panel corrections
* feat(nc-gui): extension reorder support
* fix(nc-gui): extension reorder issue
* fix(nc-gui): extension min height issue
* fix(nc-gui): extension error screen
* fix(nc-gui): extension fullscreen padding
* fix(nc-gui): update extension marketplace modal
* fix(nc-gui): update extension details modal
* fix(nc-gui): some changes
* fix(nc-gui): some review changes
* fix(nc-gui): some review changes
* fix(nc-gui): update extension header
* fix(nc-gui): update extension title input box
* fix(nc-gui): enable extension is cloud
* fix(nc-gui): add extension subtitle support
* feat(nc-gui): allow user to add extension description in markdown file
* fix(nc-gui): add cmdk topbar btn in all screens
* fix(nc-gui): meta.glob() as option deprecated warning
* fix(nc-gui): minor changes
* fix(nc-gui): make cmdk icon smaller
* fix(nc-gui): monor review changes
* misc: alignment & text for desc
* fix(nc-gui): extension review changes
* fix(nc-gui): extension topbar btn ui updates
* fix(nc-gui): update extension header icon size
* fix(nc-gui): use description md file instead of plain text in manifest
* fix(nc-gui): update extension modal size
* fix(nc-gui): cmdk test update
* chore(nc-gui): lint
* fix(nc-gui): minor changes
* fix(nc-gui): update extension details panel gap
* fix: minor alignments
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Ramesh Mane
34579ecdec
Nc Feature: Redirect URL ( #9276 )
...
* feat(nc-gui): add redirect url input in form
* fix(nc-gui): small changes
* feat(nc-gui): redirect url prefill support
* fix(nc-gui): hide submit another form, and after 5 s option if redirect_link is enabled
* fix(nc-gui): minor changes
* fix(nc-gui): add redirect url input validation & ee only
* fix(nc-gui): clear form issue
* fix(nc-gui): tooltip alignment issue
* fix(nc-gui): shared form redirect url issue
* chore(nc-gui): lint
* fix(nc-gui): reduce form & field section form size
* fix(nc-gui): update email me at text from form view
* fix(nc-gui): enable redirect url in oss also
* fix(nc-gui): add support for redirect url in shared form
* fix(nc-gui): redirect issue if record_id is missing
* fix(nc-gui): reload issue
* chore(nc-gui): lint
* docs: update for redirect URL
* fix(nc-gui): review changes
* fix(nc-gui): make helper text even lighter
* chore: help text adjustments
* docs: image for redirect url
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Ramesh Mane
6bc64f171b
chore(nc-gui): lint
3 months ago
Ramesh Mane
f888401a90
fix(nc-gui): update sqlite integration name
3 months ago
Ramesh Mane
97ee31fb63
feat(nc-gui): enable sqlite integration in oss
3 months ago
Ramesh Mane
8e52d9eb94
fix(nc-gui): cleanup unwanted code
3 months ago
mertmit
1ccaf7471c
fix: avoid using clashing name for icon
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 months ago
Anbarasu
44ef0dc485
feat: field, table and view descriptions ( #9256 )
...
* feat: table description wip
* fix: swagger update
* fix: wip descriptions view
* feat: field, view, table descriptions
* fix: failing tests
* fix: allow description edit for schema read-only sources
* fix: add missing condition
* fix: ux changes fix: duplicate service didn't copy descriptions
* fix: long text default value update
* fix: add new line for long text
* fix: include labels for table and view description update
* fix: workaround without breaking all tests
* fix: update swagger types and tests fix
* fix: source restriction tests
* fix: pr review changes
* fix: updated icons
* fix: updated tooltip positions fix: minor corrections
* fix: invalid description length
* fix: update focus on tables
* fix: add shared view descriptions
* fix: title is missing
3 months ago
Ramesh Mane
85d7d0999b
Nc feat/api snippets revamp ( #9252 )
...
* feat(nc-gui): api snippets new layout setup
* fix(nc-gui): api client tabs
* fix(nc-gui): update api snippet code editor
* fix(nc-gui): api snippets editor flickering issue on changing client
* fix(nc-gui): add api snippets lang icons
* chore(nc-gui): lint
* fix(nc-gui): update font sizes
* fix(nc-gui): update review changes
* misc: ui adjustments
* fix(nc-gui): nocodb-sdk api code issue
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Ramesh Mane
57c36d9d71
Nc feat: header revamp ( #9204 )
...
* fix(nc-gui): update topbar breadcrumb divider
* feat(nc-gui): custom list component setup
* fix(nc-gui): update reload view data tooltip
* feat(nc-gui): custom list component
* feat(nc-gui): add table list menu
* fix(nc-gui): small changes
* fix(nc-gui): add bases list dropdown
* fix(nc-gui): show chevron icon in mobile view
* feat(nc-gui): add view list dropdown in topbar
* fix(nc-gui): auto scroll selected list option on open dropdown
* feat(nc-gui): add typedocs for each fun from custom list component
* chore(nc-gui): add typedocs for new functions
* fix(nc-gui): view search issue on default view
* fix(nc-gui): reset selected option hover state on search input
* fix(nc-gui): font weight issue
* fix(nc-gui): show reload data topbar option
* fix(nc-gui): change view action menu position
* fix(nc-gui): font weight issue
* feat(nc-gui): create new table/view from topbar
* fix(nc-gui): update other page headers
* fix(nc-gui): project view header
* fix(nc-gui): update admin panel workspaces page header
* fix(nc-gui): admin panel base/workspace user page header
* fix(nc-gui): admin panel scroll issue
* fix(nc-gui): update project home page
* fix(nc-gui): table list scroll issue
* chore(nc-gui): lint
* fix(nc-gui): reset breadcrumb btn hover state on open dropdown
* fix(nc-gui): review changes
* fix(nc-gui): use slash icon instead of text
* fix(nc-gui): pr review changes
* fix(nc-gui): details tab height issue
* fix(nc-gui): add user account pages breadcrumb
* fix(nc-gui): hide rename view option
* fix(nc-gui): disable scrollIntoView on base rename
* fix(nc-gui): on rename view select text
* fix(nc-gui): user menu overflow issue if sidebar baselist is scrollable
* feat(nc-gui): use virtual scrolling for NcList component
* fix(nc-gui): reduce chevron icon opacity
* chore(nc-gui): lint
* fix(nc-gui): ai review changes
* fix(nc-gui): view rename input focus issue
* fix(nc-gui): topbar width issue
* fix(nc-gui): udpate toolbar height
* fix(nc-gui): update chevron icon from breadcrumb
* fix(nc-gui): update breadcrumb icon size
* fix(nc-gui): add min width for breadcrumb
* fix(nc-gui): add topbar bottom border
* fix(nc-gui): details tab heigth and alignment issue
* fix(nc-gui): hide basename and show only icon
* fix(nc-gui): update NcList component
* fix(nc-gui): update admin panel header
* fix(nc-gui): add header in account settings pages
* fix(nc-gui): add account pages header oss
* fix(nc-gui): udpate max width
* chore(nc-gui): lint
* fix(nc-gui(: reduce topbar top padding
* fix(nc-gui): typo error
* fix(nc-gui): review changes
* fix(nc-gui): review changes
* fix(nc-gui): slash icon conflict
* fix(nc-gui): review changes
* fix(nc-gui): remove chevron icon & add list wrapper div to control height
* fix(nc-gui): ncList keyboard navigation issue
* chore(nc-gui): lint
3 months ago
Anbarasu
0bb5ab9982
feat: button field ( #9144 )
...
* feat: static button type
* fix: swagger
* fix: style corrections
* feat: webhook trigger
* fix: disables
* feat: Button icons fix: row Delete failing
* fix: expanded-form ux fix: disable buttons in forms fix: update PlainCell button handling fix: webhook delete, active change handling
* fix: disable case
* fix: disable case
* fix: update Button styles
* fix: refactor min/max with limit for columns fix: disable filter, groupby for Button Field fix: disable aggregation for Buttons
* fix: hide button field in Filters
* fix: fields menu corrections fix: update menu corrections
* fix: rebase
* feat: support webhook creation from ButtonOptions
* fix: sort related tests
* fix: keep webhook modal open
* fix: ui fixes
* fix: icon duplicate
* fix: syntax highlighing for handlebar fix: disable mascot fix: truncate selected webhook
* fix: sort disable tooltip
* test: button playwright test
* fix: button column duplication
* fix: add error fix: column options
* fix: EditOrAddProvider.vue
* fix: add invalid configuration
* fix: ux corrections
* fix: ux corrections
* fix: error handling fix: clear single query cache on hook delete
* fix: include button type in api
* fix: update overlay styles fix: webhook update
* fix: formula placeholder
* fix: playwright tests
* fix: playwright tests
* feat: refactor formula input
* fix: added more spacing
* fix: no icon text
* fix: lint
* fix: handle invalid url
* fix: handle sort by for button causes issue when button used as lookup
* fix: button field position
* docs: button field
* fix: tooltip correction
* fix: link
* fix: add btn href
* fix: handle some edge cases
* fix: handle some edge cases
* fix: update font color
* fix: add manual trigger docs
* fix: sqlite BaseModel fix
* docs: button share view info
* fix: rebase
* fix: reduce height and added resize support fix: added tooltip if label overflow
* fix: manual hook disable state
* docs: manual trigger details in webhook page
* fix: chevron grey shade to 500
* docs: sample payload for manual trigger
* fix: style update
* fix: pr review comments
* fix: pr review changes
* fix: reactivity issue
* fix: reactivity issue
* fix: filter enabled on button
* fix: reload meta on webhook change
* fix: error handling in formula filter
* fix: handle url error
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Ramesh Mane
62d502d53b
misc: add spreadsheet category ( #9226 )
...
* misc: add spreadsheet category
* fix(nc-gui): maintain old tele even category
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago