File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
- [{
2
- "request" : {
3
- "method" : " POST" ,
4
- "endpoint" : " /api/graphql"
5
- },
6
- "response" : {
7
- "status" : 200 ,
8
- "headers" : {
9
- "Content-Type" : " application/json"
10
- },
11
- "bodyFile" : " pr.json"
12
- }
1
+ [
2
+ {
3
+ "request" : {
4
+ "method" : " POST" ,
5
+ "endpoint" : " /api/graphql"
6
+ },
7
+ "response" : {
8
+ "status" : 200 ,
9
+ "delay" : " 1s" ,
10
+ "headers" : {
11
+ "Content-Type" : " application/json"
12
+ },
13
+ "bodyFile" : " pr.json"
13
14
}
15
+ }
14
16
]
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
238
238
case key .Matches (msg , m .keys .Refresh ):
239
239
currSection .ResetFilters ()
240
240
currSection .ResetRows ()
241
+ m .syncSidebar ()
241
242
currSection .SetIsLoading (true )
242
243
cmds = append (cmds , currSection .FetchNextPageSectionRows ()... )
243
244
You can’t perform that action at this time.
0 commit comments