estuary / ui

A web based UI to assist in working with Estuary Flow
https://dashboard.estuary.dev/
Other
12 stars 1 forks source link

Break up the content file #1231

Closed travjenkins closed 2 weeks ago

travjenkins commented 2 weeks ago

Grouping some messages to reduce number of files

Issues

tech debt

Changes

These are the steps I followed to reduce chance of errors

  1. Use IDE to refactor every object into a stand alone file
  2. Create a new folder for en_US and move new files there
  3. Create a new index file to wrap up all the files
  4. Fix typing error due to tons of spreads
  5. Went through the files and logically grouped them to reduce the number of files. Whatever the original object name was is added as a human readable comment above where they are added.
  6. Updated imports (like Header moving to Navigation)
  7. Alpha sorted the main index object
  8. Added a LR event to catch when we are missing a key

Tests

Manually tested

Automated tests

Playwright tests ran locally

Screenshots

Broke a key on purpose image

Falls back to image

Falls back to image