f9d5e9ea0d
Merge pull request #361 from sixtusagbo/add-ui-tests
...
Improve http service
2024-03-29 19:23:29 +05:30
7c3b3119f5
Update test_consts.dart
2024-03-29 19:22:07 +05:30
281dcaf06a
Update http_service.dart
2024-03-29 19:13:28 +05:30
9913e33de7
Merge branch 'add-ui-tests' of https://github.com/sixtusagbo/apidash into add-ui-tests
2024-03-29 00:39:25 +01:00
049a31819e
Add test url constant
2024-03-29 00:39:15 +01:00
acee40164a
Merge branch 'foss42:main' into add-ui-tests
2024-03-28 16:35:55 -07:00
99c02aad19
Merge pull request #365 from yashas-hm/fix-prompt-wo-changes
...
Fix prompt only when changes made
2024-03-28 23:38:16 +05:30
5f09e19f8c
Update collection_pane.dart
2024-03-28 23:35:58 +05:30
4518d54af3
Update collection_providers.dart
2024-03-28 23:35:45 +05:30
758fdb6a86
Merge pull request #334 from Yousef-Rabia/elapsed-time-by-request
...
Elapsed time by request
2024-03-28 22:07:10 +05:30
5c74a92296
Update response_widgets_test.dart
2024-03-28 22:06:14 +05:30
6c8686de0a
Fix time elapsed sending widget
2024-03-28 22:02:25 +05:30
4932be5ba7
Update collection_providers.dart
2024-03-28 21:46:54 +05:30
4a92a621ad
Update README.md
2024-03-28 21:23:56 +05:30
b4cd97ac9e
Merge pull request #315 from mdrazak2001/video-preview-hotfix
...
add video preview with updated logic
2024-03-28 21:16:21 +05:30
20cf67a594
fixes
2024-03-28 21:11:22 +05:30
34f9d27567
fix: renamed changeMade -> hasUnsavedChanges
2024-03-28 17:09:08 +05:30
83c6e42864
fix: cleanup code and logic fixup
2024-03-28 14:25:26 +05:30
2700ade751
Add more tests for codePaneVisibleStateProvider
2024-03-28 03:03:00 +01:00
51911e4b0a
Remove request mocks
...
I am now sending actual requests as adviced by @ashitaprasad since the APIs are maintained by us
2024-03-28 02:22:51 +01:00
0c04ff3343
fix: prompt when changes made to reorder
2024-03-27 22:10:11 +05:30
017bc4f108
fix: prompt only when changes made
2024-03-27 22:06:32 +05:30
3fa3076790
Add some tests for codePaneVisibleStateProvider
...
I added some tests for the value of this provider by state injection.
Still working on tests for interaction, value persistence across
rebuilds and proper disposal of this provider.
2024-03-26 04:08:13 +01:00
15c573d181
Update http client usage in request http service
2024-03-26 04:06:42 +01:00
f3a7865459
Merge pull request #357 from Tanish2002/fix-linux-file-picker
...
Fix File Picker on linux
2024-03-25 14:18:29 +05:30
f9f185ece9
fix: file picker on linux
2024-03-24 20:11:44 +05:30
acce7b0c2b
Merge branch 'elapsed-time-by-request' of https://github.com/Yousef-Rabia/apidash into elapsed-time-by-request
2024-03-24 03:49:23 +02:00
ef48f2947f
Replace SingleChildScrollView and Column with Stack
2024-03-24 03:49:21 +02:00
eeff85ed27
Merge branch 'main' into elapsed-time-by-request
2024-03-24 05:12:50 +05:30
baea8ae467
Merge pull request #347 from sudhar08/feat-Add-a-search/filter-for-collection-pane-#305-
...
feat: Add a search/filter for collection pane
2024-03-24 03:23:44 +05:30
8a8ded7d20
Update tests
2024-03-24 03:18:04 +05:30
4243904aa9
Filtered list
2024-03-24 02:56:28 +05:30
ac20814fa1
Merge branch 'main' into feat-Add-a-search/filter-for-collection-pane-#305-
2024-03-24 02:40:32 +05:30
1451ea7567
Update collection_pane.dart
2024-03-24 02:37:47 +05:30
77cb9db9a3
Update collection_pane.dart
2024-03-24 01:20:38 +05:30
5a9dd7c07e
Refactor
2024-03-24 01:18:28 +05:30
345f71a7c0
Fix tests
2024-03-23 18:05:20 +05:30
0884a14058
Code cleanup & Refactoring
2024-03-23 17:51:49 +05:30
19c8406d36
Fix for clearResponse
2024-03-23 17:50:19 +05:30
319ebec879
Merge pull request #338 from sixtusagbo/add-ui-tests
...
Add UI tests for Riverpod providers
2024-03-23 15:44:31 +05:30
e6a93a3f80
Merge pull request #346 from DenserMeerkat/resolve-issue-multiple-rows-added
...
fix: prevent adding multiple empty rows
2024-03-23 15:02:59 +05:30
c38c1846f5
Update padding in request tables
2024-03-23 14:56:22 +05:30
e9daa89156
Merge pull request #348 from alainjr10/resolve-issue-329
...
Fix: Fixed codegen dropdown button overflow
2024-03-23 14:21:07 +05:30
e3084e8844
fixes
2024-03-23 14:19:24 +05:30
088ab12c28
Merge branch 'main' into add-ui-tests
2024-03-23 03:25:38 +01:00
b73a4ab9c4
fix: fixed codegen dropdown overflow
2024-03-22 22:07:05 +01:00
459ab83eb2
feat: Add a search/filter for collection pane #305
...
This feature adds a search/filter functionality to the collection pane, allowing users to easily search for specific requests based on their names. Users can input search queries to filter the requests displayed in the collection pane, improving the navigation and organization of requests within the application.
2024-03-22 21:27:39 +05:30
796b38c8e7
fix: prevent adding multiple empty rows
2024-03-22 17:17:51 +05:30
610e45cf5c
Merge pull request #342 from apoorvdwi/add-rust-curl-codegen
...
Add Curl Rust Code Generator
2024-03-22 09:18:57 +05:30
adfbc2bce8
fixes
2024-03-22 09:17:24 +05:30