tree: 5033e848641bd7c4bb606901c3e8bb9d66e8bc62 [path history] [tgz]
  1. constants.ts
  2. messages.ts
  3. README.md
  4. reporting.ts
polygerrit-ui/app/constants/README.md

constants folder should contain:

  1. constants used across files
  2. messages used across files, like toasters, notifications etc

For every constant defined, please add a @desc for it, once the list grows bigger, we should consider grouping them with sub folders / files.