Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ worker/.wrangler/
.env
rag-service/.env
rag-service/venv/
rag-service/.venv/
rag-service/.data/
__pycache__/
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions leanring-buddy/UI/TextPromptWindowManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ private struct TextPromptPanelView: View {
.foregroundColor(DS.Colors.accentText)

VStack(alignment: .leading, spacing: 2) {
Text("Ask Clicky")
Text("Ask Pookify")
.font(.system(size: 14, weight: .semibold))
.foregroundColor(DS.Colors.textPrimary)

Text("Type a message. Clicky will still look at your screen.")
Text("Type a message. Pookify will still look at your screen.")
.font(.system(size: 11, weight: .medium))
.foregroundColor(DS.Colors.textTertiary)
}
Expand Down