enso/app/ide-desktop/lib/common
Sergei Garin 5ed5c71e93
New Terms of Service Dialog (#9975)
#### Tl;dr
Closes: enso-org/cloud-v2#1228
This PR adds a new DIalog that requires user to submit terms and conditions

![CleanShot 2024-05-16 at 16 44 52@2x](https://github.com/enso-org/enso/assets/61194245/02814557-e7b3-4e4a-9148-2f8be52c0858)


<details><summary>Demo Presentation</summary>
<p>
2024-05-23 07:53:55 +00:00
..
src New Terms of Service Dialog (#9975) 2024-05-23 07:53:55 +00:00
package.json Allow downloading projects on GUI dev server (#9851) 2024-05-03 13:37:26 +00:00
README.md Refactor configuration keys out of repository (#8895) 2024-03-08 03:14:26 +00:00
tsconfig.json Add "About app" modal (#9833) 2024-05-14 14:00:00 +00:00

Common utilities

This module contains utilities that are used by multiple modules (or multiple different build commands).

It is highly NOT RECOMMENDED to add files to this package - prefer creating a new package with a narrower set of responsibilities instead.