This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renovate/eslint-monorepo
- Loading branch information
Showing
47 changed files
with
1,007 additions
and
1,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@pathfinder-ide/react': patch | ||
--- | ||
|
||
Fix compatibility issue with `graphql-sse` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@pathfinder-ide/react': patch | ||
--- | ||
|
||
Rollback SchemaDocumentation UI changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
packages/react/src/compass/components/quick-docs/quick-docs.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { DetailsPane, useSchemaDocumentationStore } from '../../../schema-documentation'; | ||
import { TertiaryPane, useSchemaDocumentationStore } from '../../../schema-documentation'; | ||
|
||
import { quickDocsClass } from './quick-docs.css'; | ||
|
||
export const QuickDocs = () => { | ||
const activeDetailsPane = useSchemaDocumentationStore.use.activeDetailsPane(); | ||
const activeTertiaryPane = useSchemaDocumentationStore.use.activeTertiaryPane(); | ||
|
||
return ( | ||
<div | ||
className={quickDocsClass({ | ||
dialogActive: !!activeDetailsPane, | ||
dialogActive: !!activeTertiaryPane, | ||
})} | ||
> | ||
{activeDetailsPane && <DetailsPane pane={activeDetailsPane['pane']} />} | ||
{activeTertiaryPane && <TertiaryPane pane={activeTertiaryPane['pane']} />} | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
packages/react/src/schema-documentation/components/breadcrumbs.css.ts
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
packages/react/src/schema-documentation/components/breadcrumbs.tsx
This file was deleted.
Oops, something went wrong.
163 changes: 0 additions & 163 deletions
163
packages/react/src/schema-documentation/components/details-pane.css.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.