* add empty organization view and handle no active project in the code
* Update packages/insomnia/src/ui/components/settings/import-export.tsx
Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
---------
Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
* ignore .node files
* add header count
* add status bar
* copy in full url
* placeholder and language
* validate url
* validate path
* fix possible dupe route bug
* clean up language
* layout
* fix submit
* error messages
* fix test
* replace custom sidebar with resizable-panels
* set direction when reading the media query for the first time
* handle toggle-sidebar command and keyboard shortcut
* Remove unused constants and refactor keyboard shortcuts hook
* 1200 to 880
* fix env e2e test
* feat: add fallback for searching a proper client certificate for a host
* chore: add test case
* chore: add more test case
---------
Co-authored-by: Hexxa <hexxa@outlook.com>
* feat: move script sdk to one workspace and update importing paths
* test: add jest config for enabling tests
* fix: failed to build package because of missing .node loader
* feat: add tick to enabled pre-request tab and remove beta
* fix: reorg and add snippets
* chore: format
* fix: replace ticks with green dots
* chore: algin texts and icons to the vertically middle
* change text content
* extract mock server settings modal
* get current plan
* pass server url
* align add and update styling
* upsell on update modal
* fix type check
* fix placeholder
* fix mockbin url
* feat: Show proper error when environment variables are not valued
* fix: modify text
* feat: modify param name
* fix: del useless code
* update common modal
* fix: variable missing error message style
* fix: cut the begining off the text before parsing out the missing variable
* fix: del useless code
* fix: change test name
* feat: rename to VariableMissingErrorModal
* fix: try to make sendRequest compatible with the existing behavior by adding await
* fix: add _index for making method behavior (such as upsert) consistent with existing ones
* Issue #7221: Pressing enter/return while text is selected in the request URL bar causes the selected text to be deleted
- Fixed 'paste' handling code which was causing text replacement logic to run when text had merely been selected but not actually changed
Issue #7029: Unable to see full collection names
- Added title (hover tooltip) for name label on collection card
* add title to workspace dropdown
* Update packages/insomnia/src/ui/components/codemirror/one-line-editor.tsx
---------
Co-authored-by: Filipe Freire <filipe.freire@konghq.com>
Co-authored-by: Jack Kavanagh <jackkav@gmail.com>