Dimitri Mitropoulos
|
d53ef39c9b
|
use named exports for all (remaining) react components (#4050)
|
2021-09-27 15:47:22 +02:00 |
|
Opender Singh
|
7ffc391428
|
add eslint rules for semi colons (#3989)
* add rules for semi colons
* run lint fix
* remove invalid eslint disable
|
2021-09-01 10:50:26 -04:00 |
|
Dimitri Mitropoulos
|
0178533e52
|
Feat/eslint import order (#3782)
|
2021-07-23 11:04:56 +12:00 |
|
Dimitri Mitropoulos
|
6e073c8a38
|
use same array-type rule, project-wide (#3395)
|
2021-05-19 08:32:18 +12:00 |
|
Dimitri Mitropoulos
|
5f4c19da35
|
[TypeScript] Phase 1 & 2 (#3370)
Co-authored-by: Opender Singh <opender.singh@konghq.com>
|
2021-05-12 18:35:00 +12:00 |
|
Giuseppe B
|
c4babfc129
|
Autobind replacement and react-hot-reload update (#3022)
|
2021-02-03 11:23:42 +13:00 |
|
Mike Ellan
|
55e428bbe3
|
Checking format to offset line number if spec string is JSON parsable. (#2467)
* Checking format to offset line number if spec string is JSON parsable.
* Cleaning up server component detection, removing unused function
|
2020-08-06 14:39:37 -04:00 |
|
Mike Ellan
|
784357f089
|
Sidebar code mirror interactions (#2433)
* Lifting path clicked up to sidebar root
* Abstracting out path click to story (and app)
* Adding click to scroll, updating sidebar components
* Scroll fix for sidebar
* Cleaning up log
* PR feedback
* PR Feedback, fix schemas & request body rendering
* PR feedback & cleanup
* Prop value checking, selection positioning
* Pulling remote import
* Styled components into insomnia-app, obj destructuring, typing
* Refactoring item path mapping
* Abstracting the mapping of specs for position, bumping down styled components version.
* Directly passing ... rest args initial work
* Pulling logs, removing array concatenation
* Pulling click handler out of render method
* Rolling position mapping into scroll positining method
* Opening up type, could be number/string/array
* Update package-lock.json
* Grabbing height from window, typing API vars, checking path
* Creating scroll method dedicated to design mode
* Moving typing of spec related content to Props def.
* Type checking on sections, invalid section component
|
2020-08-03 13:57:12 -04:00 |
|
Mike Ellan
|
b7bc88a326
|
Design sidebar (#2328)
* updated lock file
* Rolling sidebar from SB into application
* Type fix on the method label output
* Update packages/insomnia-components/components/sidebar.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* PR Feedback - Keys, useCallback Hook
* stubbing component breakout
* PR Feedback
- Breaking out most UI elements into components
- Filter component in place
- Various CSS tweaks
* Removing unused file
* Updating toggle
* Resuable sidebar section (#2359)
* Introduce resuable sidebar section
* Stop eslint complaining
* add react-use
* Lint fixes
* Make the storybook story less wide
* Component development
Abstracting out line level components i.e.
Section > Header > Filter > Panel > Items
Various code fixes
* Cleaning up section visibility state
* Reverting visibiilty state updater
* Adding paths on click for spec scrolling
* refreshing package-lock to resolve conflict
* PR feedback for sidebar components
* Update packages/insomnia-components/components/sidebar/sidebar-header.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Including lock
* Merge fix
* Component structuring, prop clean-up, css updates
* Cleaning up components, pr feedback, fixing styling
* array index reference clean-up/clarity
* Leveraging useToggle rather than manual useState toggling
* Cleaning up logs
* Hide info section if missing from spec.
* Update packages/insomnia-components/components/sidebar/sidebar-responses.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Update packages/insomnia-components/components/sidebar/sidebar-schemas.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Pull fragment
* Destructuring and filter cleanup
* Clearing filter value and DOM on section collapse
* Merge latest
* Merge conflict cleanup
Co-authored-by: Opender Singh <opender94@gmail.com>
|
2020-07-22 09:13:06 -04:00 |
|
Opender Singh
|
443d6df08d
|
Initial pass to combine eslint and prettier (#2166)
|
2020-05-15 10:54:07 +12:00 |
|
Gregory Schier
|
c6a7c4d682
|
Initial designer merge
|
2020-04-26 13:33:39 -07:00 |
|