Dmitry
Dmitry
Actually, let's confirm with @anaisconce first. Some of the automatic filter-pinning behaviors were intentional (to make filters more discoverable). You are probably right about Escape, but I'd like to check....
The idea of raising a special Exception might work nicely. Typically, formulas (whether trigger or regular) may raise Exceptions, and these exceptions become cell values (formatted in red "error" color)....
@yohanboniface, do you mean an option in any table view, or only in the import dialog? Another possibility to help this is if we add an explicit option in the...
I suggest doing it as a separate overlay element, maybe even a CSS-only one, like this: ``` .record-add::before { content: "New Row"; position: absolute; } ``` I am not sure...
I thought of a place to add a CSS-only translatable bit: ```diff diff --git a/app/client/components/GristDoc.ts b/app/client/components/GristDoc.ts index 32d20fb86..d63688216 100644 --- a/app/client/components/GristDoc.ts +++ b/app/client/components/GristDoc.ts @@ -48,7 +48,7 @@ import {IPageWidget, toPageWidget}...
Oof, not trivial because just having the label appear and disappear is a bit jarring. I also found it weird when only some fields or borders between fields are hidden...
I'm sorry, I don't think there is a simple solution here. I see two approaches. One is to fiddle with css like you've started. For letting the "+" buttons hang...
As we are starting to look closer at this (with @KBizien), here is a summary of a number of related wishes: 1. Making spreadsheet-style “new row” easier to discover. 2....
Do users sign in using Basic Auth? With the addition of `GRIST_IGNORE_SESSION=1`, version `1.1.7` should work too, and more sensibly. It is important that your setup controls the `Remote-Email` header...
Hmm, do you know which piece of your setup sets the header `Remote-Email` (confgured in your docker-compose.yml as `GRIST_PROXY_AUTH_HEADER=Remote-Email`) ?