Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove dialogs in the overview page and fix link issues #2075

Merged
merged 3 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions libs/components/src/dialog/dialog-overview.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,3 @@ import { Canvas, Meta, DocsContainer, Story } from '@storybook/addon-docs';
- Use only when the user has to make a decision RIGHT NOW
- It's always better to do the action and then allow an "undo" option rather than using an "Are you sure?" dialog
- To notify the user less intrusively, consider using a [snackbar](?path=/story/components-snackbar--basic) instead

---

## Anatomy

<Pre>
<Story id="components-dialog--anatomy" />
</Pre>

---

## Examples

<Pre>
<Story id="components-dialog--logout" />
</Pre>

<Pre>
<Story id="components-dialog--udf" />
</Pre>
4 changes: 2 additions & 2 deletions libs/components/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ the raw components. We'll layer in documenation over time.
Ping us in the **#design-system** channel on Slack for help.

<div className="link-list">
<a className="link-item" href="/?path=/story/patterns-app-shell--basic">
<a className="link-item" href="/?path=/docs/patterns-app-shell--overview">
fernando182gomez marked this conversation as resolved.
Show resolved Hide resolved
<span>
<strong>App shell</strong>
Our standard starter app, great for multi-level UIs that need to show a dashboard,
subsections with lists of items, and detail pages to view those items.
</span>
</a>
<a className="link-item" href="/?path=/story/patterns-kitchen-sink--basic">
<a className="link-item" href="/?path=/docs/patterns-kitchen-sink--overview">
fernando182gomez marked this conversation as resolved.
Show resolved Hide resolved
<span>
<strong>Kitchen sink</strong>A large collection of all our components on a
single screen, to give a high level overview of what's available and to
Expand Down
Loading