This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Commit 657631a
refactor constants (#488)
* Refactor: Separate constants into domain-specific files
Moved constants from a single file into multiple files based on their domain (events, commands, storage, etc.) to improve organization and maintainability.
- Created new files under `src/common/constants/` for each category.
- Created a barrel file `src/common/constants/index.ts` to re-export all constants.
- Updated all import statements throughout the codebase to use the new structure.
- Removed the old `src/common/constants.ts` file.
- Ensured the application builds successfully after changes.
* sloppery slope
* kay
* 3.23.23
* 3.23.24
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 24b7eb7 commit 657631a
File tree
13 files changed
+443
-433
lines changed- src
- common
- constants
- extension
13 files changed
+443
-433
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments