Commit 4fa4bc7
feat: merge google-docs-quality feature branch [INTEG-3527] (#10689)
* feat: extend timeout to 50 minutes and add in timing markers (#10608)
* fix: update AGENT_ANALYZER_ID constant to reflect new workflow agent name (#10613)
* fix: update local agents API URL to use constant for base URL
* fix(google-docs): add pagination for content type fetching [INTEG-3491] (#10674)
* feat: implement pagination for content type fetching in SelectContentTypeModal
* fix: add checks to avoid infinite loop
* chore: add env example
* chore: update readme
* fix: cleanup test modal [INTEG-3496] (#10682)
* feat(google-docs): make the test modal more dev friendly
* fix(google-docs): cleanup content type ids and spacing
* fix(google-docs): implement temporary workaround for content type ID handling in workflows (#10688)
* chore: rename useAnalyzePrompt hook to useWorkflowAgent
* chore: remove logs
* chore: remove logs in useGeneratePreview hook
---------
Co-authored-by: ryunsong-contentful <124832189+ryunsong-contentful@users.noreply.github.com>1 parent b2759e7 commit 4fa4bc7
File tree
9 files changed
+565
-103
lines changed- apps/google-docs
- src
- hooks
- locations/Page/components
- mainpage
- modals
- step_2b
- step_2
- utils/constants
9 files changed
+565
-103
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
13 | 7 | | |
14 | | - | |
15 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
45 | 18 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
49 | 23 | | |
50 | | - | |
| 24 | + | |
51 | 25 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 26 | + | |
55 | 27 | | |
56 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
57 | 31 | | |
58 | | - | |
| 32 | + | |
59 | 33 | | |
60 | | - | |
61 | | - | |
62 | 34 | | |
63 | | - | |
| 35 | + | |
64 | 36 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 37 | + | |
68 | 38 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
72 | 43 | | |
73 | 44 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 45 | + | |
78 | 46 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 47 | + | |
| 48 | + | |
94 | 49 | | |
95 | 50 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
219 | | - | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| |||
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
95 | 105 | | |
96 | 106 | | |
97 | 107 | | |
| 108 | + | |
98 | 109 | | |
99 | 110 | | |
100 | 111 | | |
| |||
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
| 118 | + | |
107 | 119 | | |
108 | 120 | | |
109 | 121 | | |
| |||
0 commit comments