Commit 23c76be
committed
fix: load aurrent actor if its outside of current pagination window (#2772)
<!-- Please make sure there is an issue that this PR is correlated to. -->
## Changes
<!-- If there are frontend changes, please include screenshots. -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Improved handling of loading and error states when accessing actor details, providing clearer feedback to users during data retrieval.
* Introduced a loading indicator (shimmer effect) when actor information is being fetched, replacing the static "not found" message.
* Ensured the current actor is always included in the actors list for consistent state management.
* **Style**
* Enhanced the display of hostnames in the network ports list for better text truncation and layout.
* **Chores**
* Updated internal configuration by removing unused MDX plugin settings.
* Added local packaging of core actor functionality for streamlined dependency management.
* Removed deprecated development script for actor-core preparation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 3493a1d commit 23c76be
9 files changed
Lines changed: 353 additions & 278 deletions
File tree
- frontend
- apps/hub
- src/domains/project/components/actors
- packages
- components/src/actors
- scripts
Lines changed: 305 additions & 174 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 19 | | |
29 | 20 | | |
30 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
Lines changed: 26 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
33 | 49 | | |
34 | | - | |
| 50 | + | |
35 | 51 | | |
36 | 52 | | |
37 | 53 | | |
| |||
49 | 65 | | |
50 | 66 | | |
51 | 67 | | |
| 68 | + | |
52 | 69 | | |
53 | 70 | | |
54 | 71 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 149 | | |
161 | 150 | | |
162 | 151 | | |
| |||
1678 | 1667 | | |
1679 | 1668 | | |
1680 | 1669 | | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | 1670 | | |
1705 | 1671 | | |
1706 | 1672 | | |
| |||
7500 | 7466 | | |
7501 | 7467 | | |
7502 | 7468 | | |
7503 | | - | |
7504 | | - | |
7505 | | - | |
| 7469 | + | |
| 7470 | + | |
| 7471 | + | |
7506 | 7472 | | |
7507 | | - | |
7508 | 7473 | | |
7509 | 7474 | | |
7510 | 7475 | | |
| |||
7521 | 7486 | | |
7522 | 7487 | | |
7523 | 7488 | | |
7524 | | - | |
7525 | | - | |
7526 | | - | |
7527 | | - | |
7528 | | - | |
7529 | | - | |
7530 | | - | |
7531 | | - | |
7532 | | - | |
7533 | | - | |
7534 | | - | |
7535 | | - | |
7536 | | - | |
7537 | | - | |
7538 | | - | |
7539 | | - | |
7540 | | - | |
7541 | | - | |
7542 | | - | |
7543 | | - | |
7544 | | - | |
7545 | | - | |
7546 | | - | |
7547 | | - | |
| 7489 | + | |
7548 | 7490 | | |
7549 | 7491 | | |
7550 | 7492 | | |
| |||
13955 | 13897 | | |
13956 | 13898 | | |
13957 | 13899 | | |
13958 | | - | |
13959 | | - | |
13960 | | - | |
13961 | | - | |
13962 | | - | |
13963 | | - | |
13964 | | - | |
13965 | | - | |
13966 | | - | |
13967 | 13900 | | |
13968 | 13901 | | |
13969 | 13902 | | |
| |||
18973 | 18906 | | |
18974 | 18907 | | |
18975 | 18908 | | |
18976 | | - | |
| 18909 | + | |
18977 | 18910 | | |
18978 | 18911 | | |
18979 | 18912 | | |
| |||
0 commit comments