Commit 4888e27
committed
[5667] Extract the dynamic age indicator
This avoids re-rendering the whole results component on every 'tick',
which can be an issue at the moment with large result sets.
Also increase the tick from 10s to 1min: there is no need to update
more frequently than that given the precision of the text message.
Bug: #5667
Signed-off-by: Pierre-Charles David <[email protected]>1 parent 802d728 commit 4888e27
File tree
1 file changed
+14
-9
lines changed- packages/sirius-web/frontend/sirius-web-application/src/views/edit-project/workbench-views/search
1 file changed
+14
-9
lines changedLines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 66 | + | |
| 67 | + | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
0 commit comments