mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-12-05 18:21:56 +00:00
Summary: Adding conditional formatting rules feature. Each column can have multiple styling rules which are applied in order when evaluated to a truthy value. - The creator panel has a new section: Cell Style - New user action AddEmptyRule for adding an empty rule - New columns in _grist_Table_columns and fields A new color picker will be introduced in a follow-up diff (as it is also used in choice/choice list/filters). Design document: https://grist.quip.com/FVzfAgoO5xOF/Conditional-Formatting-Implementation-Design Test Plan: new tests Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: alexmojaki Differential Revision: https://phab.getgrist.com/D3282 |
||
|---|---|---|
| .. | ||
| ACLPermissions.ts | ||
| ACLRuleCollection.ts | ||
| ActionBundle.ts | ||
| ActionDispatcher.ts | ||
| ActionGroup.ts | ||
| ActionRouter.ts | ||
| ActionSummary.ts | ||
| ActiveDocAPI.ts | ||
| ApiError.ts | ||
| arrayToString.ts | ||
| AsyncCreate.ts | ||
| AsyncFlow.ts | ||
| BaseAPI.ts | ||
| BasketClientAPI.ts | ||
| BigInt.ts | ||
| BillingAPI.ts | ||
| BinaryIndexedTree.js | ||
| BrowserSettings.ts | ||
| ColumnFilterFunc.ts | ||
| ColumnGetters.ts | ||
| csvFormat.ts | ||
| CustomWidget.ts | ||
| declarations.d.ts | ||
| delay.ts | ||
| DisposableWithEvents.ts | ||
| DocActions.ts | ||
| DocData.ts | ||
| DocListAPI.ts | ||
| DocSnapshot.ts | ||
| DocumentSettings.ts | ||
| emails.ts | ||
| EncActionBundle.ts | ||
| ErrorWithCode.ts | ||
| Features.ts | ||
| FilterState.ts | ||
| Formula.ts | ||
| GranularAccessClause.ts | ||
| GristServerAPI.ts | ||
| gristTypes.ts | ||
| gristUrls.ts | ||
| gutil.ts | ||
| InactivityTimer.ts | ||
| isHiddenTable.ts | ||
| KeyedMutex.ts | ||
| KeyedOps.ts | ||
| LocaleCodes.ts | ||
| Locales.ts | ||
| LoginSessionAPI.ts | ||
| LoginState.ts | ||
| marshal.ts | ||
| MemBuffer.js | ||
| NumberFormat.ts | ||
| NumberParse.ts | ||
| orgNameUtils.ts | ||
| parseDate.ts | ||
| plugin.ts | ||
| PluginInstance.ts | ||
| Prefs.ts | ||
| RefCountMap.ts | ||
| resetOrg.ts | ||
| roles.ts | ||
| RowFilterFunc.ts | ||
| schema.ts | ||
| ShareAnnotator.ts | ||
| sharing.ts | ||
| SortFunc.ts | ||
| SortSpec.ts | ||
| StringUnion.ts | ||
| TableData.ts | ||
| TabularDiff.ts | ||
| tagManager.ts | ||
| tbind.ts | ||
| TestState.ts | ||
| timeFormat.ts | ||
| tpromisified.ts | ||
| tsconfig.json | ||
| tsvFormat.ts | ||
| UIRowId.ts | ||
| uploads.ts | ||
| urlUtils.ts | ||
| UserAPI.ts | ||
| UserConfig.ts | ||
| ValueConverter.ts | ||
| ValueFormatter.ts | ||
| ValueGuesser.ts | ||
| ValueParser.ts | ||