Skip to content

Commit 18e669d

Browse files
committed
Merge remote-tracking branch 'origin/master' into store-purchase-course
2 parents 022163d + 92554d0 commit 18e669d

33 files changed

+1998
-793
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ src/packages/frontend/i18n/trans/*.compiled.json
159159
**/*.db
160160
**/project-env.sh
161161
**/*.bash_history
162+
163+
src/.claude/settings.local.json

src/.claude/settings.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find:*)",
5+
"Bash(gh pr view:*)",
6+
"Bash(gh:*)",
7+
"Bash(git add:*)",
8+
"Bash(git commit:*)",
9+
"Bash(grep:*)",
10+
"Bash(node:*)",
11+
"Bash(npm show:*)",
12+
"Bash(npx tsc:*)",
13+
"Bash(pnpm build:*)",
14+
"Bash(pnpm ts-build:*)",
15+
"Bash(pnpm tsc:*)",
16+
"Bash(prettier -w:*)",
17+
"WebFetch(domain:cocalc.com)",
18+
"WebFetch(domain:doc.cocalc.com)",
19+
"WebFetch(domain:docs.anthropic.com)",
20+
"WebFetch(domain:github.com)"
21+
],
22+
"deny": []
23+
}
24+
}

src/.claude/settings.local.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/packages/frontend/admin/_style.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
td:first-child
1414
font-family: monospace
1515
font-weight: bold
16+
17+
.admin-llm-test-running-row
18+
background-color: #f0f0f0 !important

0 commit comments

Comments
 (0)