mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Summary: - Fixed an issue with manualSort values being very close floats. It is already handled by the data engine, but the client was being unnecessarily proactive and introduced a bug. - The fix also helps with rearranging rows in filtered situations: they will now stay next to the row before which they were inserted. - The fix accidentally improves (though doesn't fully fix) the issue where new columns show up in unexpected places in the raw-data column list. - Fixed another rare bug with row order not getting updated correctly when positions update. Test Plan: Added test cases for the improved behavior; fixed affected tests. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3462 |
||
---|---|---|
.. | ||
AccountPage.ts | ||
AccountWidget.ts | ||
AddNewButton.ts | ||
ApiKey.ts | ||
App.css | ||
App.ts | ||
AppHeader.ts | ||
AppUI.ts | ||
BillingForm.ts | ||
BillingPage.ts | ||
BillingPageCss.ts | ||
BillingPlanManagers.ts | ||
BottomBar.ts | ||
buttons.ts | ||
CellContextMenu.ts | ||
CodeHighlight.ts | ||
ColumnFilterMenu.ts | ||
contextMenu.ts | ||
CustomSectionConfig.ts | ||
CustomThemes.ts | ||
DocHistory.ts | ||
DocMenu.ts | ||
DocMenuCss.ts | ||
DocTour.ts | ||
DocumentSettings.ts | ||
errorPages.ts | ||
ExampleCard.ts | ||
ExampleInfo.ts | ||
FieldConfig.ts | ||
FieldMenus.ts | ||
FileDialog.ts | ||
FilterBar.ts | ||
forms.ts | ||
googleAuth.ts | ||
GridOptions.ts | ||
GridViewMenus.ts | ||
HomeImports.ts | ||
HomeIntro.ts | ||
HomeLeftPane.ts | ||
LeftPanelCommon.ts | ||
MakeCopyMenu.ts | ||
MenuToggle.ts | ||
modals.ts | ||
mouseDrag.ts | ||
MultiSelector.ts | ||
NotifyUI.ts | ||
OnBoardingPopups.ts | ||
OpenUserManager.ts | ||
PagePanels.ts | ||
Pages.ts | ||
PageWidgetPicker.ts | ||
PinnedDocs.ts | ||
resizeHandle.ts | ||
RightPanel.ts | ||
RowContextMenu.ts | ||
selectBy.ts | ||
sendToDrive.ts | ||
setupPage.ts | ||
shadowScroll.ts | ||
ShareMenu.ts | ||
SiteSwitcher.ts | ||
TemplateDocs.ts | ||
Tools.ts | ||
tooltips.ts | ||
TopBar.ts | ||
TopBarCss.ts | ||
transientInput.ts | ||
transitions.ts | ||
TreeViewComponent.ts | ||
TreeViewComponentCss.ts | ||
TriggerFormulas.ts | ||
UserImage.ts | ||
UserItem.ts | ||
UserManager.ts | ||
ViewLayoutMenu.ts | ||
viewport.ts | ||
ViewSectionMenu.ts | ||
VisibleFieldsConfig.ts | ||
WelcomePage.ts | ||
WelcomeQuestions.ts | ||
welcomeTour.ts | ||
WidgetTitle.ts | ||
widgetTypes.ts |