enso/app/ide-desktop/lib/common
somebody1234 3a53d470eb
Google Analytics events for opening and closing the app, and opening and closing projects (#9779)
- 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
2024-04-25 11:33:59 +00:00
..
src Google Analytics events for opening and closing the app, and opening and closing projects (#9779) 2024-04-25 11:33:59 +00:00
package.json Google Analytics events for opening and closing the app, and opening and closing projects (#9779) 2024-04-25 11:33:59 +00:00
README.md Refactor configuration keys out of repository (#8895) 2024-03-08 03:14:26 +00:00
tsconfig.json More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +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.