grist-core icon indicating copy to clipboard operation
grist-core copied to clipboard

Grist is the evolution of spreadsheets.

Results 429 grist-core issues
Sort by recently updated
recently updated
newest added

The best I can tell is happening is that since Docker/Podman knows about the domain/hostname of the containers, the url given to Grist `GRIST_OIDC_IDP_ISSUER` is being resolved to the container-network...

Working with this web browser settings : * default zoom to 120% * upscale font only Columns alignment with their headers is broken. ![grist_columns_alignment](https://github.com/gristlabs/grist-core/assets/31125573/cc4b0b81-2861-436d-9c02-c9328a145a3e) Removing `.gridview_data_row_num` 52px inline style seems...

anct
Styling
-UX/UI

Forms generated from an instance using a custom.css theming are still displayed with the original grist color palette. Custom theme must apply here too.

anct
-UX/UI
forms

Trying to reduce the amount of external urls and when trying to get it to work for myself, it's a little bit of a pain to do at the moment,...

Here is a preview of the Doc settings panel in French, it's not very pretty :) ![image](https://github.com/gristlabs/grist-core/assets/371705/68e2d5ad-8883-4400-a246-59ac9c67c9cc) A solution we could implement would be to wrap the second column (the...

good first issue
anct
-UX/UI

Currently, to duplicate a document, you must go to any workspace where documents are listed. Then open the document. In document view, click Share. A menu opens. Finally, click Duplicate...

After #903 has been implemented, a user has reported that he could not find how to rename the team site he created. There is already a [API endpoint](https://support.getgrist.com/api/#tag/orgs/operation/modifyOrg) that can...

anct
needs design
-UX/UI
STAND-BY

Hey, Yesterday we experienced errors with a form in Grist. The user could not change any parameters in the form because... it was created from a Summary Table. Here is...

bug
anct

# TL;DR References in a formula column to another (Any type) field actually reference the in-memory python object contained there and can semi-permanently modify that value (in volatile memory). #...

This PR implements the ability to force users logging in through OIDC to have Multi-factor authentication enabled. It does this by looking at the `amr` claim provided by the IDP....