grist-core
grist-core copied to clipboard
Grist is the evolution of spreadsheets.
### Problem Say in table Carts there's a column $Cart of type Reference List, pointing to a Foods table In a third table (say, Customers), we want to list all...
The keyboard interaction for tables is really good, but I can't see how to get out of it and use the keyboard to move around the rest of the Grist...
I wrote [the enterprise toggle](https://github.com/gristlabs/grist-core/blob/1b6a80335fe7b529e31d48e86abdc57da9d1db86/app/client/ui/ToggleEnterpriseWidget.ts) without any corresponding tests. This code needs to have some tests written, at least for the happy path.
At the moment, the only way to enter an enterprise activation key is by setting an environment variable. It should be easier to input one, as well as to indicate...
As a quick solution, I copied into the enterprise toggle some of` the code from the doc worker for retrying requests: https://github.com/gristlabs/grist-core/blob/1b6a80335fe7b529e31d48e86abdc57da9d1db86/app/client/models/ToggleEnterpriseModel.ts Besides the problem of duplicate code, there is...
See this conversation: https://github.com/gristlabs/grist-help/pull/367/files#r1696590658 It could be more convenient to rather allow deleting a user by giving their normalized email address rather than by giving their name, assuming that there...
Hello Grist team. I try to install gristlabs/grist on remote VPS (use Coolify) Running Grist as user 1001 with primary group 1001 Host folders same user 1001 with primary group...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
It would be great to expand the event types the webhook functionality offers, by adding the delete event. I'd envision it containing the contents of the deleted row, similar to...
Hello, I am using a structure for a reference list similar to this [question](https://github.com/gristlabs/grist-core/issues/133) but am running into an issue. When I click in a cell the filtered list shows...