Commit 039ae13
feat: Update TypeScript type checking to enforce builds and optimize lint-staged configuration (#185)
* feat: Update theme colors and shadow effects to enhance visual effects
* Refactor code for improved readability and consistency across multiple pages
- Cleaned up formatting and indentation in RequestsPage, RetryConfigsPage, RoutingStrategiesPage, SettingsPage, and StatsPage.
- Simplified JSX structure by removing unnecessary line breaks and aligning props for better readability.
- Enhanced the clarity of conditional rendering and logical expressions.
- Ensured consistent use of single-line and multi-line formatting for JSX elements.
- Improved the organization of imports and type definitions in StatsPage.
* chore: configure lint-staged and enhance pre-commit hooks
- Add lint-staged to auto-fix and format staged files on commit
- Update pre-commit hook to run TypeScript type check and lint-staged
- Configure lint-staged rules:
- TypeScript/TSX: ESLint auto-fix + Prettier format
- JS/JSX/JSON/CSS/MD: Prettier format
- Improve commit workflow: fast, strict, and auto-fixing
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* feat: Add localization support for response headers and response bodies
* feat: Update lint-staged configuration to include TypeScript compilation check
* feat: Update TypeScript type checking to enforce builds and optimize lint-staged configuration
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f5b1b7c commit 039ae13
File tree
47 files changed
+1526
-1094
lines changed- .husky
- web
- src
- components
- layout
- routes
- ui
- contexts
- hooks
- queries
- lib
- transport
- locales
- pages
- client-routes
- components
- model-prices
- providers
- components
- requests
- detail
- retry-configs
- routing-strategies
- settings
- stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1526
-1094
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments