Skip to content

Commit 862ee43

Browse files
phmatrayclaude
andcommitted
feat(demo): redesign Blazor app with cloud drive UI and Tailwind CSS
Completely overhaul the demo Blazor application with a modern cloud storage interface inspired by popular file hosting services. Add Tailwind CSS for styling, new component architecture with file browser, preview panels, and toast notifications. Include services for recent files, recycle bin, and file icons. Also add Nuke build configuration and dotnet tools manifest. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 86e6247 commit 862ee43

447 files changed

Lines changed: 5593 additions & 3384 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(dotnet build:*)"
4+
"Bash(dotnet build:*)",
5+
"mcp__plugin_playwright_playwright__browser_type",
6+
"mcp__plugin_playwright_playwright__browser_press_key",
7+
"mcp__plugin_playwright_playwright__browser_evaluate",
8+
"Bash(killall dotnet:*)",
9+
"Bash(true sleep 2 cd /Users/phmatray/Repositories/github-atyp/VirtualFileSystem/src/Atypical.VirtualFileSystem.DemoBlazorApp rm -rf bin obj ~/.nuget/packages/atypical.virtualfilesystem*)",
10+
"mcp__plugin_playwright_playwright__browser_select_option"
511
],
612
"deny": []
713
}
8-
}
14+
}

.config/dotnet-tools.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"buildsphere": {
6+
"version": "0.4.2",
7+
"commands": [
8+
"build-sphere"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

.idea/.idea.Atypical.VirtualFileSystem/.idea/copilot.data.migration.ask2agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nuke/parameters.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "build.schema.json",
3+
"Solution": "Atypical.VirtualFileSystem.sln"
4+
}
201 KB
98.7 KB
90.8 KB
115 KB
115 KB
115 KB

0 commit comments

Comments
 (0)