mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 19:13:16 +03:00
3a53d470eb
- Closes #9778 - Add `open_app`, `close_app`, `open_workflow`, and `close_workflow` events - Miscellaneous fixes for Google Analytics: - Fix `open_chat` and `close_chat` events firing even when chat is not visible - Add Google Analytics script to GUI2 entrypoint (i.e. the entrypoint used by the desktop app) Unrelated changes: - Add Nix development shell to allow Nix users to build GUI2 and the build script - Java dependencies have *not* been added in this PR to keep things simple # Important Notes None |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json |
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.