Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cad2dc0
add button for drawer example
claviska May 27, 2025
95ac473
Merge branch 'next' into kj/layout-patterns
claviska May 27, 2025
124fe92
merging
kelseythejackson May 27, 2025
80aa602
scaffolding
kelseythejackson May 28, 2025
61b8b5d
building initial page
kelseythejackson May 29, 2025
b96bf42
loading blank
kelseythejackson May 29, 2025
e7670c9
Merge branch 'next' into kj/layout-patterns
claviska May 29, 2025
59e5dd8
committing to pull down changes
kelseythejackson May 30, 2025
b3650c6
Merge branch 'kj/layout-patterns' of github.com:shoelace-style/webawe…
kelseythejackson May 30, 2025
7df7855
committing to merge
kelseythejackson Jun 2, 2025
0699af6
trying to sync with next
kelseythejackson Jun 2, 2025
667ae25
trying to sync with next
kelseythejackson Jun 2, 2025
24d0d6f
drawer issue
kelseythejackson Jun 4, 2025
96ef302
added content to drawer
kelseythejackson Jun 4, 2025
879db5b
added checkout page
kelseythejackson Jun 5, 2025
4128ea2
added checkout page
kelseythejackson Jun 5, 2025
9c24493
committing to merge
kelseythejackson Jun 5, 2025
5509986
committing to merge
kelseythejackson Jun 6, 2025
2496497
Merge branch 'next' into kj/layout-patterns
kelseythejackson Jun 6, 2025
62d4ceb
made changes to sidebar
kelseythejackson Jun 6, 2025
bebbf2e
Merge branch 'next' into kj/layout-patterns
kelseythejackson Jun 6, 2025
799440d
syncing with repo
kelseythejackson Jun 9, 2025
87454bc
syncing with repo
kelseythejackson Jun 9, 2025
ef70b6d
update sidebar again
kelseythejackson Jun 9, 2025
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
15 changes: 15 additions & 0 deletions packages/webawesome/docs/_includes/sidebar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,21 @@
</li>
</ul>
</li>
<li>
<a href="/docs/patterns/layouts/">Layouts</a>
<wa-badge class="pro" appearance="accent" attention="none">PRO</wa-badge>
<ul>
<li>
<a href="/docs/patterns/layouts/ecommerce/">Ecommerce</a>
</li>
<li>
<a href="/docs/patterns/layouts/app/">App</a>
</li>
<li>
<a href="/docs/patterns/layouts/blog/">Blog</a>
</li>
</ul>
</li>
</ul>
</wa-details>

Expand Down