gristlabs_grist-core/app/client/components
Janet Vorobyeva 598b8260b6 Fixed cursorEdited() for properRowId()
Previously I updated cursorEdited on rowIndex() change

However, this ran into the exact same bug that properRowId was
created for, namely that if the data changes (filtered out), then
rowIndex won't update. Switched the dependency to properRowId
seems to fix it.

Also, weird timing/dependency stuff, need to subscribe version
AFTER subscribing activeRowId
2023-09-25 15:19:39 -07:00
..
AceEditor.css (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
AceEditor.js (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
AceEditorCompletions.ts (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
ActionLog.css
ActionLog.ts (core) Fixing cursor position for filtered linked section. 2023-07-07 19:04:30 +02:00
Banner.ts (core) Add AI assistant usage banners 2023-08-30 16:00:04 -04:00
Base.js
BaseView2.ts
BaseView.js Added bidirectional linking (BIG DIFF) 2023-09-25 15:19:39 -07:00
BehavioralPromptsManager.ts (core) Add Support Grist page and nudge 2023-07-04 17:36:59 -04:00
buildViewSectionDom.ts (core) custom widget appear as build-in widget 2023-08-30 09:44:25 +02:00
CellPosition.ts (core) Cursor in custom widgets 2023-08-29 09:19:52 +02:00
CellSelector.ts
ChartView.css
ChartView.ts i18n: userManager translation + some forgotten translations (#557) 2023-07-16 12:52:13 -04:00
ClientScope.ts
Clipboard.css
Clipboard.js (core) Add cut, copy, and paste to context menu 2023-05-10 00:48:15 -04:00
CodeEditorPanel.css (core) Improve dark mode 2023-04-12 01:58:48 -04:00
CodeEditorPanel.ts Remove prefix from translations keys 2023-01-03 16:01:45 +01:00
ColumnFilters.css
ColumnTransform.ts (core) TypeTransform race condition fix 2023-08-02 17:11:34 +02:00
Comm.ts
commandList.ts Support grid selection with Ctrl+Shift+Arrow (#615) 2023-08-14 09:28:41 -07:00
commands.css
commands.ts (core) Floating formula editor 2023-06-02 17:59:22 +02:00
CopySelection.ts (core) Cursor in custom widgets 2023-08-29 09:19:52 +02:00
Cursor.ts Fixed cursorEdited() for properRowId() 2023-09-25 15:19:39 -07:00
CursorMonitor.ts (core) Cursor in custom widgets 2023-08-29 09:19:52 +02:00
CustomCalendarView.ts (core) custom widget appear as build-in widget 2023-08-30 09:44:25 +02:00
CustomView.css
CustomView.ts (core) custom widget appear as build-in widget 2023-08-30 09:44:25 +02:00
DataTables.ts (core) Add cut, copy, and paste to context menu 2023-05-10 00:48:15 -04:00
DetailView.css (core) Inactive card list widget now have idicator that show cursor position of linked widget 2023-08-25 16:27:20 +02:00
DetailView.js (core) Clicking on a link in a cell won't open the editor. 2023-09-14 17:28:50 +02:00
DocComm.ts (core) Billing for formula assistant 2023-07-10 13:24:08 +02:00
DocConfigTab.js
DocumentUsage.ts (core) Add AI assistant usage banners 2023-08-30 16:00:04 -04:00
Drafts.ts Change translation keys for components directory 2023-01-03 15:49:26 +01:00
duplicatePage.ts (core) Polish tutorial popups 2023-04-20 12:20:03 -04:00
EditorMonitor.ts (core) Fix problem with localStorage in some cross-origin embed situations 2022-11-30 23:52:50 -05:00
EmbedForm.css
FieldConfigTab.css
FormulaTransform.ts (core) TypeTransform race condition fix 2023-08-02 17:11:34 +02:00
GridView.css Header colored (#581) 2023-08-07 11:01:35 -07:00
GridView.js (core) updates from grist-core 2023-08-15 12:15:16 -04:00
GristDoc.css
GristDoc.ts Added bidirectional linking (BIG DIFF) 2023-09-25 15:19:39 -07:00
GristWSConnection.ts (core) Manage memory used for websocket responses to reduce the risk of server crashes. 2023-08-07 11:28:31 -04:00
Importer.ts (core) Adding testId to the widget iframe once it receives the ready message 2023-08-30 21:28:06 +02:00
Layout.css (core) Expanding widgets 2023-01-19 09:46:59 +01:00
Layout.ts (core) Avoiding the view layout's rebuild, when nothing has changed. 2023-09-18 09:47:50 +02:00
LayoutEditor.css
LayoutEditor.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
LayoutTray.ts (core) Adjust the style of the 'attic' to have more of a toolbar feel, flush to the top, and taking up less space 2023-06-30 08:22:26 -04:00
LinkingState.ts Changed to always accept incomingPos 2023-09-25 15:19:39 -07:00
Login.css
modals.ts (core) Add April Fools easter egg 2023-03-27 14:12:52 -04:00
ParseOptions.ts (core) Improve encoding detection for csv imports, and make encoding an editable option. 2023-08-24 09:50:52 -04:00
PluginScreen.ts (core) Import redesign 2023-08-04 14:59:55 +02:00
Preferences.css
Printing.css
Printing.ts (core) Improve dark mode 2023-04-12 01:58:48 -04:00
RawDataPage.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
RecordLayout.css (core) Add behavioral and coaching call popups 2022-12-20 09:49:41 -05:00
RecordLayout.js (core) Add cut, copy, and paste to context menu 2023-05-10 00:48:15 -04:00
RecordLayoutEditor.js (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
RefSelect.ts Remove prefix from translations keys 2023-01-03 16:01:45 +01:00
SearchBar.css
SelectionSummary.ts fix: don't count falses in summary (#589) 2023-07-26 12:08:04 -07:00
TypeConversion.ts feat(TypeConversion): allow converting list of string with quotes to ChoiceList (#397) 2023-01-12 23:13:26 -05:00
TypeTransform.ts (core) TypeTransform race condition fix 2023-08-02 17:11:34 +02:00
UndoStack.ts (core) Cursor in custom widgets 2023-08-29 09:19:52 +02:00
UnsavedChanges.ts
ValidationPanel.css
ValidationPanel.js Remove prefix from translations keys 2023-01-03 16:01:45 +01:00
ViewAsBanner.ts (core) Adds dots menu to access rules page item 2023-01-12 09:40:45 +01:00
viewCommon.css Header colored (#581) 2023-08-07 11:01:35 -07:00
viewCommon.js
ViewConfigTab.css
ViewConfigTab.js (core) Add cut, copy, and paste to context menu 2023-05-10 00:48:15 -04:00
ViewLayout.css (core) Fix unreadable text in dark mode 2023-08-30 10:25:54 -04:00
ViewLayout.ts (core) custom widget appear as build-in widget 2023-08-30 09:44:25 +02:00
ViewLinker.css
ViewPane.ts
WidgetFrame.ts (core) Adding testId to the widget iframe once it receives the ready message 2023-08-30 21:28:06 +02:00