insomnia/packages/insomnia-app/app
James Gatz e683a02b16
[feat] Sort Dashboard Cards (#3850)
* Add sort order for space items

* Add ability to sort dashboard cards

* Fix TS errors

* Fix lint errors

* Add sort options for modified time

* Move workspace-card to a new file and use redux global state for persistence

* Remove ordering from the space model

* Use currying for the workspace mapping function and clean up types

* Expand testcase for activespace initialization

* Fix lint errors

* Remove date defaults and check if modifedLocally is defined

* Fixup: Use global selector for space order

* Fixup: Decouple space order initialization from active space

* Fixup: Use named exports in SpaceSortDropdown and rename handler in WrapperHome
2021-08-05 20:38:58 +03:00
..
__jest__ Use activateWorkspace action to activate a workspace (#3856) 2021-07-29 04:55:31 +00:00
__mocks__ Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
__tests__ [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
account Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
common [feat] Sort Dashboard Cards (#3850) 2021-08-05 20:38:58 +03:00
datasets [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
icons Remove more designer and APP_ID code (#3040) 2021-02-03 20:07:11 +13:00
main Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
models Duplicate from dashboard and from settings (#3820) 2021-07-28 21:49:02 +00:00
network use optional chaining (#3867) 2021-07-30 15:32:08 +12:00
plugins Ensure a base space always exists (+ fix gRPC sub-environments) (#3819) 2021-07-26 00:49:34 +00:00
static Remove Core and Designer specific cases (#3034) 2021-02-03 12:19:22 +13:00
sync Duplicate from dashboard and from settings (#3820) 2021-07-28 21:49:02 +00:00
templating Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
ui [feat] Sort Dashboard Cards (#3850) 2021-08-05 20:38:58 +03:00
codemirror.d.ts Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
global.d.ts [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
main.development.ts Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
mocha.d.ts adds mocha polyfill to clear it.each errors (#3383) 2021-05-13 16:45:17 -05:00
renderer.html [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
renderer.ts [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
test-utils.ts Improve modal test util types (#3435) 2021-06-03 20:24:53 +12:00