Louis Delbosc
Louis Delbosc
I think we can close this issue isn't it ? @paulfitz @yohanboniface
@dsagal @yohanboniface I think the verification should be done here in the [function allowHost](https://github.com/gristlabs/grist-core/blob/63683f98ccc9c1519843471347c90b13c5f23416/app/server/lib/requestUtils.ts#L98) where we can check if the host is in database of allowed host. There are many...
@dsagal @paulfitz I see there is a `DocumentSettings` form where you can configure local time or currency (did not found it before sorry) To do a document based right, where...
It seems it'd be better to have a span or div instead of a `readonly` attribute. [Source](https://stackoverflow.com/a/22438511) Edit: inside the app, we failed to make a div content selectable and...
Since I'm exploring team's right on grist I have a question (a bit related). When having a workspace or document private by default, the only way to add a team...
@anaisconce it's look like a good idea. To summarise: 1. have the input autocomplete team members with an `add email` at the end 2. sort by access rights then name...
I need some help @dsagal. Here my autocomplete input inspired by ACSelect followed by the component calling it: ```ts function buildACMemberEmail( owner: IDisposableOwner, options: { acIndex: ACIndex, emailObs: Observable, save:...
I made some progress using @dsagal advices as you can see in the following screenshot. However I have some trouble for the validation and adding existing users. ### Validation In...
I submit a PR and some improvement need to be done for the matching color on selected item. @anaisconce do you have any suggestion ? Here a screenshot from @paulfitz...
@paulfitz @dsagal @yohanboniface Does this issue is still relevant since the PR has been merged ?