Skip to content

Commit fb0d35a

Browse files
committed
WIP: WebDAV integration and fixes
1 parent 0813580 commit fb0d35a

File tree

16 files changed

+9344
-3932
lines changed

16 files changed

+9344
-3932
lines changed

.claude/settings.local.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run build:*)",
5+
"Bash(git stash show:*)",
6+
"Bash(git stash:*)",
7+
"Bash(git add:*)",
8+
"Bash(git commit:*)"
9+
],
10+
"deny": [],
11+
"ask": []
12+
}
13+
}

dist/background.js

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

0 commit comments

Comments
 (0)