Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ba88f02
pre-polish demo
carsonSgit Apr 20, 2026
2bc65db
Update .gitignore and refactor Home component layout in page.tsx
carsonSgit Apr 29, 2026
b869e8c
Refactor Home component: replace ModelsSection and FeaturesAlternatin…
carsonSgit Apr 30, 2026
d564a5d
Enhance layout and styling: add new fonts, refactor BrowserComponent,…
carsonSgit Apr 30, 2026
f1c1560
Refactor Home and StyleManifest components: streamline loading animat…
carsonSgit Apr 30, 2026
c3c186f
Refactor layout and components: enhance DashboardLayout, add BrailleL…
carsonSgit Apr 30, 2026
38d85fe
Add PricingSection component and integrate it into StyleManifest
carsonSgit Apr 30, 2026
597a3e9
Refactor PricingSection component: update header text, enhance tier s…
carsonSgit Apr 30, 2026
7bbb3f0
Refactor PricingSection component: update tier names, enhance button …
carsonSgit Apr 30, 2026
ab926fe
Refactor MiniBrailleBg component: enhance density character generatio…
carsonSgit Apr 30, 2026
c7cd9a6
Enhance Home and PricingSection components: add ModeToggle to navigat…
carsonSgit Apr 30, 2026
c1e1a18
Add ButtonBrailleBg component to PricingSection: implement fluid nois…
carsonSgit Apr 30, 2026
dcae096
Refactor PricingSection component: update pricing tiers with new stru…
carsonSgit Apr 30, 2026
9d6fcf9
Remove obsolete log and state files from .omx directory
carsonSgit Apr 30, 2026
e306df4
Refactor dashboard components: replace Card with Surface and enhance …
carsonSgit May 1, 2026
5de67ef
Enhance chart components and hooks: add animation support and demo mo…
carsonSgit May 1, 2026
e1a1ee3
feat(ui): polish ui and format
carsonSgit May 22, 2026
4712b19
chore(demo-site): WIP quality pass — chart shell + data/onboarding/la…
carsonSgit Jun 17, 2026
fe32220
refactor: clean up imports and improve useEffect dependencies; add ne…
carsonSgit Jun 20, 2026
677d2d4
refactor: update scour workflow to fail on error; enhance type defini…
carsonSgit Jun 20, 2026
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
23 changes: 23 additions & 0 deletions .github/workflows/scour.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Scour

on:
pull_request:
types: [opened, synchronize]

jobs:
scour:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run scour
uses: carsonSgit/scour@v0.4.0
with:
fail-on: error
triage: "true"
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ next-env.d.ts
/videos/*.mov
/videos/*.avi
/videos/*.mkv
.codex
.claude
.agents
.mcp.json
.omx
.cursor
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public-hoist-pattern[]=@mux/mux-player
Loading
Loading