Commit 595b85f
committed
feat: Add Agents feature with corresponding UI and translations
Translate "No agents created" messages to multiple languages for improved user experience
Refactor SVG files for improved structure and readability, removing unnecessary metadata and optimizing paths.
Refactor AgentsPage component to use constants for layout dimensions, improving maintainability and readability.
Update illustrations.chunk.ts to include TvScreenRobot SVG, enhancing the icon library.
feat: Add OPEN_AGENTS_PAGE command and integrate it into AgentsPage component
Refactor AgentsPage component to simplify empty state handling by removing unused constants and updating styles for better maintainability.
Refactor Agent actions to use named imports for better clarity and consistency in the AgentsPage component. Update unit tests to reflect these changes.1 parent eb81f1f commit 595b85f
27 files changed
Lines changed: 345 additions & 0 deletions
File tree
- assets/images
- product-illustrations
- simple-illustrations
- src
- CONST
- components/Icon/chunks
- languages
- libs
- API
- actions
- pages/settings
- Agents
- styles
- tests/unit/pages/settings
Loading
Loading
Lines changed: 1 addition & 0 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9132 | 9132 | | |
9133 | 9133 | | |
9134 | 9134 | | |
| 9135 | + | |
9135 | 9136 | | |
9136 | 9137 | | |
9137 | 9138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
| 837 | + | |
837 | 838 | | |
838 | 839 | | |
839 | 840 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| 288 | + | |
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| 290 | + | |
288 | 291 | | |
289 | 292 | | |
290 | 293 | | |
| |||
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
| 308 | + | |
305 | 309 | | |
306 | 310 | | |
307 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2720 | 2720 | | |
2721 | 2721 | | |
2722 | 2722 | | |
| 2723 | + | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
| 2730 | + | |
| 2731 | + | |
2723 | 2732 | | |
2724 | 2733 | | |
2725 | 2734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2773 | 2773 | | |
2774 | 2774 | | |
2775 | 2775 | | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
| 2783 | + | |
| 2784 | + | |
2776 | 2785 | | |
2777 | 2786 | | |
2778 | 2787 | | |
| |||
0 commit comments