Commit Graph

494 Commits (e30a090a4e0775a237478e0208fe5b56d1f9495f)

Author SHA1 Message Date
Alex Hall 225a76c9cb (core) Don't throw error in `onRecord(s)` for insufficient access for `includeColumns`
9 months ago
Dmitry S 7e57b8c7a7 (core) Remove empty keyboard shortcut for command that shouldn't have one
9 months ago
Jarosław Sadziński a424450cbe (core) Forms feature
9 months ago
George Gevoian af69a4c8f4 (core) Make Raw Data page more responsive
9 months ago
Alex Hall bd52665f96 (core) Allow adding rows to widgets filtered by a link using a formula column
9 months ago
George Gevoian 7e05284cf2 (core) Add shortcut for opening Record Card
10 months ago
Jarosław Sadziński d0318af39b (core) Fixing bug with hiding multiple columns
10 months ago
Alex Hall a1c62f32f4 (core) Fix selecting new row in chain of filter links
10 months ago
George Gevoian cc56e91f5b (core) Allow descriptions for Raw Data tables
10 months ago
George Gevoian 707a8c7b32 (core) Enable Record Cards
10 months ago
George Gevoian caf830db08 (core) Record Cards
10 months ago
Paul Fitzpatrick 2f96a56150
fix shadowed variable in CustomView (#743)
10 months ago
Jarosław Sadziński 3c219e05f6 (core) Removing the new menu flag
11 months ago
Jarosław Sadziński 9262e1f1ef (core) Fixing bug with collapsed custom widget.
11 months ago
George Gevoian 7a85aaa7a1 (core) Add new telemetry events
11 months ago
George Gevoian 51f7402297 (core) Show tooltips in other Grist flavors
11 months ago
Jarosław Sadziński c7ba31eb7d (core) Guessing column widget options when transforming from
11 months ago
Paul Fitzpatrick cc9a9ae8c5 (core) support for bundling custom widgets with the Grist app
11 months ago
George Gevoian ce23887be0 (core) Avoid editing fields on toggle dbclick
11 months ago
Alex Hall 4e67c679b2 (core) Options for plugin API functions which fetch data from the selected table or record
11 months ago
George Gevoian fed697e676 (core) Tweak Add Column menu
11 months ago
George Gevoian f6256646ef (core) Remove deprecated code
11 months ago
George Gevoian f1cf92aca1 (core) Polish new Add Column menu
11 months ago
Jakub Serafin 2521db4c55 (core) New Columns Menu
11 months ago
George Gevoian 1be1e5f647 (core) Move theme from ConfigNotifier to ThemeNotifier
12 months ago
George Gevoian 988ab47376 (core) Scroll shift selection into view
12 months ago
Jarosław Sadziński 083a20417e (core) Tests and bug fixes for bidirectional linking
12 months ago
Jarosław Sadziński ad299f338a (core) Converting big number (9 digits or more) to date directly
12 months ago
Jakub Serafin 498ad07d38 (core) passing language as a query parameter to custom widgets
12 months ago
Jarosław Sadziński 61023ecaa9 (core) Preventing updates for widgets options when nothing has changed
12 months ago
George Gevoian f38df564a9 (core) Add Command API to Grist Plugin API
12 months ago
Alex Hall 9b36fb4dab (core) Fix error in sandbox when removing multiple summary source columns
12 months ago
Paul Fitzpatrick bcc59c0f46 (core) updates from grist-core
12 months ago
George Gevoian e033889b6a (core) Fix calendar and card tip bug on mobile
12 months ago
Dmitry S 82c95ec074 (core) Allow scrolling the grid horizontally while column-shadow is under the cursor
12 months ago
Janet Vorobyeva 29f07a8a4f
Bidirectional Linking (#622)
1 year ago
George Gevoian e01ebe1ae8 (core) Fix blurry tooltips
1 year ago
George Gevoian 273b976cab (core) Polish dark mode and remove beta tag
1 year ago
George Gevoian 927e92e3e8 (core) Add tip for calendar widget configuration
1 year ago
George Gevoian 4c25aa7d3d (core) Support dark mode in custom widgets
1 year ago
Jarosław Sadziński d13a75a453 (core) Avoiding the view layout's rebuild, when nothing has changed.
1 year ago
Jarosław Sadziński be995d4857 (core) Clicking on a link in a cell won't open the editor.
1 year ago
Paul Fitzpatrick f659f3655d (core) updates from grist-core
1 year ago
Jarosław Sadziński 75d6b7ab30 (core) Fixing code after core merge
1 year ago
Janet Vorobyeva 5a4433c60c
Fixes linking "srcSection disposed" bug (#670)
1 year ago
Janet Vorobyeva f8c1bd612c
Linkstate refactor (#609)
1 year ago
George Gevoian 70feb336d9 (core) Add AI assistant usage banners
1 year ago
Jarosław Sadziński 58323f5313 (core) Adding testId to the widget iframe once it receives the ready message
1 year ago
George Gevoian ac6933e39f (core) Fix unreadable text in dark mode
1 year ago
Jakub Serafin 942fc96225 (core) custom widget appear as build-in widget
1 year ago
Jarosław Sadziński b6a431dd58 (core) Cursor in custom widgets
1 year ago
Jakub Serafin 2073e6224e (core) Inactive card list widget now have idicator that show cursor position of linked widget
1 year ago
Dmitry S d5a4605d2a (core) Improve encoding detection for csv imports, and make encoding an editable option.
1 year ago
Paul Fitzpatrick b3a71374d1 (core) updates from grist-core
1 year ago
Alex Hall 999d723d14 (core) Cleanup old frontend code for handling empty summary groups
1 year ago
Philip Standt 9df62e3d81
Add appearance parameter to override theme preferences (#620)
1 year ago
Paul Fitzpatrick f1a0b61e15 (core) updates from grist-core
1 year ago
Philip Standt cbdffdfff8
Support grid selection with Ctrl+Shift+Arrow (#615)
1 year ago
George Gevoian 0f2b1f6a89 (core) Polish "Click to insert $id" tooltip
1 year ago
Paul Fitzpatrick 031076cd07 (core) updates from grist-core
1 year ago
CamilleLegeron 02841bd15c
Header colored (#581)
1 year ago
Dmitry S 526a5df157 (core) Manage memory used for websocket responses to reduce the risk of server crashes.
1 year ago
Jarosław Sadziński 00b88fd683 (core) Adding links to description tooltips
1 year ago
Jarosław Sadziński 6416994c22 (core) Import redesign
1 year ago
Jarosław Sadziński 4cfa033078 (core) TypeTransform race condition fix
1 year ago
Alex Hall 9b87a6f06a (core) updates from grist-core
1 year ago
Alex Hall bc54a6646e (core) Filter rows based on linked widgets when exporting view
1 year ago
Vincent Viers ab6807c342
fix: don't count falses in summary (#589)
1 year ago
George Gevoian beffd02c41 (core) Improve highlighting of previewed formula
1 year ago
George Gevoian 0040716006 (core) Disable undo/redo in detached formula editor
1 year ago
Jakub Serafin d894b60fd4 (core) deleting queue from single webhook
1 year ago
Paul Fitzpatrick 450472f74c (core) updates from grist-core
1 year ago
CamilleLegeron 61bd064f73
i18n: userManager translation + some forgotten translations (#557)
1 year ago
George Gevoian ea8a59c5e9 (core) Implement AI Assistant UI V2
1 year ago
Jarosław Sadziński d13b9b9019 (core) Billing for formula assistant
1 year ago
Jarosław Sadziński 75d979abdb (core) Fixing cursor position for filtered linked section.
1 year ago
Jarosław Sadziński d5fe26f63c (core) Allowing selecting and copying texts from action log
1 year ago
George Gevoian 35237a5835 (core) Add Support Grist page and nudge
1 year ago
Dmitry S 2b581ab7dc (core) Fix issue with lodash's map interpreting objects with length as array-like
1 year ago
Dmitry S 4ea748b1a3 (core) Adjust the style of the 'attic' to have more of a toolbar feel, flush to the top, and taking up less space
1 year ago
Dmitry S 3fa5125cf7 (core) Highlight rows used as a selector in linking, but do not show 'inactive' cursors.
1 year ago
George Gevoian 0b64e408b0 (core) Fix scrolling and column title bugs
1 year ago
Jarosław Sadziński da323fb741 (core) Floating formula editor
1 year ago
Paul Fitzpatrick 7be0ee289d
support other SQLite wrappers, and various hooks needed by grist-static (#516)
1 year ago
wunter8 e7933d7c59
(core) Remove bool filtered rows immediately on change (#517)
1 year ago
Paul Fitzpatrick 84854b7cfa (core) updates from grist-core
1 year ago
CamilleLegeron c16204f8ad
feature widget description (#483)
1 year ago
George Gevoian 18ad39cba3 (core) Add cut, copy, and paste to context menu
1 year ago
George Gevoian c6ec8339f5 (core) Avoid adding extra "(" when autocompleting
1 year ago
Paul Fitzpatrick 603238e966 (core) Adds a UI panel for managing webhooks
1 year ago
Jarosław Sadziński ca3cf0cd06 (core) Preserving rules when data is transformed
1 year ago
Dmitry S 65013331a3 (core) Fix imports into reference columns, and support two ways to import Numeric as a reference.
1 year ago
Dmitry S 3513c1e8d2 (core) In formula autocompletions, fix suggestions after an opening parenthesis.
1 year ago
Paul Fitzpatrick 1d93923efe (core) updates from grist-core
1 year ago
Jarosław Sadziński b4c4a62a73 (core) Migrating commands to typescript
1 year ago
Jarosław Sadziński b13fb1d97e (core) Adding description icon and tooltip in the GridView
1 year ago
George Gevoian 3aac027a13 (core) Polish tutorial popups
1 year ago
Jarosław Sadziński 69fea132de (core) Fix for the creator panel on custom section.
1 year ago
CamilleLegeron 3775317eec
feat: allow simple click on certain cases for editing field in Widget Card (#446)
1 year ago
CamilleLegeron 3047bde1e4
rename welcomeTour file to WelcomeTour (#489)
1 year ago