* Fix trailing whitespace in vcs
* Add logging to sync graphql queries
* Don't remotely create a sync project when opening the share dialog
* Fix pulling workspaces with a missing default branch
* Fix the sync merge modal
* Fix workspaces dissapearing when switching to an empty default branch
* fix: resize all texts when font size change on preferences
* fix: add missing rem conversion
Co-authored-by: Mike Ellan <52717970+sonicyeti@users.noreply.github.com>
We were hiding the spinner at the end of the _handleSendAndDownloadRequestWithEnvironment method. However, we
were exiting early we the user cancel the save dialog (L672).
To prevent that, I've moved the code in a finally block, therefore we make sure that the spinner will be hidden
Closes#2718
* Don't clear oAuth2 session on restart
Offer button to user where it can be cleared without restart
* PR improvements
* remove accidental newline
* PR improvements 2
* cleanup
* capitalize insomnia
* Fix hard-coded path in electron mock
* Disable failfast strategy
* Remove path mocking, as it is no longer needed becasuse CI runs on all OSs, and it causes issues with database initialization for unit testing
* Update
* Update packages/insomnia-app/app/sync/git/__tests__/mem-plugin.test.js
Co-authored-by: David Marby <david@dmarby.se>
* Update packages/insomnia-app/app/sync/git/__tests__/mem-plugin.test.js
Co-authored-by: David Marby <david@dmarby.se>
Co-authored-by: David Marby <david@dmarby.se>
* Adding list group component with stubbed badge & list item
* Cleaning up stories, error padding tweak
* Results list item padding fix
* Review feedback and component provisioning
Shift to functional components
Abstract both list and list item away for re-use
Roll unit test result specific styling into UT source
Roll supporting UI over including badges > extend SC for flavors
Shift timestamp to render the value, JSX handling formatting
* Renaming UT specific badges
* List group and unit test wrapper component updates
- Pulled unit test results list item into SB
- All unique aspects of UT results are bundled in the IC which extend base item
- Cleansed UT wrapper of inline components
- Setting up list group and list group item base for middle area
* Abstrating badges, timestamp and updating unit test wrapper
* Update packages/insomnia-components/components/list-group/unit-test-result-badge.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Update packages/insomnia-components/components/list-group/unit-test-result-item.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Dep cleanup, PR feedback
Co-authored-by: Opender Singh <opender94@gmail.com>
* Replace textarea with code editor
* Add raw-editor class and props to make style consistent
* Merge raw-editor style into general.less
Co-authored-by: Li Hu <li.hu@onedegree.hk>
Co-authored-by: Opender Singh <opender94@gmail.com>