Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
0e6b4db
refactor: simplify loader component and rename base file
mehdibha Mar 22, 2026
6031dad
refactor: update badge component with size variants and new demos
mehdibha Mar 22, 2026
fb803a2
wip
mehdibha Mar 30, 2026
6df3b57
wip
mehdibha Mar 30, 2026
1435b05
wip
mehdibha Mar 30, 2026
5a35e0e
wip
mehdibha Apr 1, 2026
db7b3d3
wip
mehdibha Apr 2, 2026
cbcb658
wip
mehdibha Apr 3, 2026
722e0e3
wip
mehdibha Apr 3, 2026
31cb058
wip
mehdibha Apr 3, 2026
6b5499c
update start
mehdibha Apr 3, 2026
52a913c
rename components base files
mehdibha Apr 3, 2026
e54ca45
rename basic.tsx to base.tsx
mehdibha Apr 3, 2026
b9d1ea8
add examples
mehdibha Apr 3, 2026
42a617d
clean up
mehdibha Apr 3, 2026
468349c
clean up
mehdibha Apr 3, 2026
32716a4
fix: replace vite-tsconfig-paths with resolve.alias to fix Vercel build
mehdibha Apr 3, 2026
110343b
fix: drop registry/core aliases, rely on pnpm workspace resolution
mehdibha Apr 3, 2026
bc9a094
move registry to www
mehdibha Apr 3, 2026
4f66d96
fixes
mehdibha Apr 3, 2026
9620ceb
remove page tabs in docs
mehdibha Apr 3, 2026
b2fd88e
wip
mehdibha Apr 4, 2026
49f1cee
wip
mehdibha Apr 5, 2026
eda9917
wip
mehdibha Apr 6, 2026
a57526f
wip
mehdibha Apr 6, 2026
c237738
add dynamic styles
mehdibha Apr 6, 2026
eb0a745
update biome et fix ts errors
mehdibha Apr 6, 2026
97d2286
format, update config
mehdibha Apr 6, 2026
f3b2850
wip
mehdibha Apr 7, 2026
68e7756
wip
mehdibha Apr 7, 2026
3aed3a3
wip
mehdibha Apr 7, 2026
c50baeb
wip avatar
mehdibha Apr 8, 2026
aa36e5e
avatar component
mehdibha Apr 8, 2026
8ab98ec
wip badge
mehdibha Apr 9, 2026
7dfd935
fix apir refs build
mehdibha Apr 9, 2026
72052c1
build references
mehdibha Apr 9, 2026
6e6337a
build references
mehdibha Apr 9, 2026
c8b668a
feat: update badge component
mehdibha Apr 9, 2026
e6bc7c5
fix default badge demo
mehdibha Apr 9, 2026
9772249
feat: update customize panel
mehdibha Apr 9, 2026
b528930
make create panel overscroll none
mehdibha Apr 9, 2026
b0d0e12
fix typescript errors
mehdibha Apr 9, 2026
ae2b8b8
fix build error
mehdibha Apr 9, 2026
ff2195f
fix build error
mehdibha Apr 9, 2026
b01fca4
feat: update breadcrumbs
mehdibha Apr 9, 2026
63fb454
update breadcrumbs demo
mehdibha Apr 9, 2026
a51db03
wip
mehdibha Apr 9, 2026
70faa7a
breadcrumbs
mehdibha Apr 10, 2026
ccf8dc2
preset system
mehdibha Apr 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 1 addition & 11 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"www",
"@dotui/ts-config",
"@dotui/api",
"@dotui/auth",
"@dotui/db",
"@dotui/registry",
"@dotui/colors",
"@dotui/types",
"@dotui/core"
]
"ignore": ["www", "@dotui/ts-config", "@dotui/colors", "@dotui/types"]
}
6 changes: 0 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
POSTGRES_URL=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

AUTH_SECRET=
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,4 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup

- run: pnpm test

check-registry:
runs-on: ubuntu-latest
name: Check registry
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup

- name: Build registry
run: pnpm build:registry

- name: Check for uncommitted changes
run: |
if [[ -n $(git status --porcelain packages/core/src/__registry__/) ]]; then
echo "Error: Generated registry files are out of sync!"
echo "Please run 'pnpm build:registry' and commit the changes."
git diff packages/core/src/__registry__/
exit 1
fi
echo "Registry files are in sync."
- run: pnpm test
Loading
Loading