insomnia/packages/insomnia-app/app/common
Opender Singh c48daaea44 Support for pinned requests (#1471)
* Add pinning behavior

* add fa-thumb-tack

* Updated package-lock files

* Allow only top level request and request group to be pinned

* Prevent dnd for pinned request

* Efficiency change

* Reverted changes

* Revert changes to selectors.js

* Fixed pin and add thumbtack

* Changes

* Pin styling

* Fix overflow bug

* styling complete

* Remove additional style

* Updated package-lock.json

* Mergie

* Boolean to boolean

* allow nested requests to be pinned

* Remove unused arg

* Remove folder pinning functionality

* Remove comment

* Revert change to open tag on group

* Render separator with dsiplay: none so that sync menu is in correct place

* Don't reset parent id on request pin

* Remove extra checks

* Move pin filter to selectors to prevent duplicate childTree traversal

* Decouple pinned items from search results

* Hide pin on hover

* Pin keyboard shortcut via shift+ctrl+p

* Typo fix

* Update mac hotkey + activeRequest nullcheck

* Disable drag and drop only for items in the pinned list

* Filter to Find
2019-05-07 10:46:35 -04:00
..
__fixtures__ Add trailing commas to ESLint + Prettier 2018-12-12 12:36:11 -05:00
__tests__ Add setting to show more data in timeline (Closes #1262) 2019-04-27 01:55:04 -07:00
constants.js Fix 405 HTTP status description (#1479) 2019-05-03 10:18:26 -04:00
database.js Version Control (beta) (#1439) 2019-04-17 17:50:03 -07:00
har.js Merge branch 'develop' of github.com:getinsomnia/insomnia into pull/1396 2019-04-18 10:23:15 -07:00
hotkeys-listener.js feat: Add keyboard shortcuts editor in settings 2019-03-13 00:11:02 +07:00
hotkeys.js Support for pinned requests (#1471) 2019-05-07 10:46:35 -04:00
import.js Try importing Swagger even if validation fails (Fixes #1354) (#1462) 2019-04-25 21:27:01 -07:00
keyboard-keys.js feat: Add keyboard shortcuts editor in settings 2019-03-13 00:11:02 +07:00
markdown-to-html.js Add trailing commas to ESLint + Prettier 2018-12-12 12:36:11 -05:00
misc.js Version Control (beta) (#1439) 2019-04-17 17:50:03 -07:00
render.js Add ability for plugins to add folder actions (#774) 2019-05-04 16:34:52 -04:00