Fatih Kadir Akın
8868146ff0
refactor(vitest.setup): update useSearchParams function to return new URLSearchParams
2026-01-07 12:08:26 +03:00
Fatih Kadir Akın
77e37bd79d
style(ui): update width of a div in HomePage
2026-01-07 12:02:28 +03:00
Fatih Kadir Akın
82d79a3b92
Merge pull request #999 from f/claude/implement-test-suite-SQxgo
...
Implement test suite for project
2026-01-07 12:02:12 +03:00
Claude
48870c72ad
fix(tests): suppress expected console output during tests
...
Mock console.error and console.log in test setup to prevent
noisy stderr output from error handling tests. The error
messages were expected behavior being tested, not actual failures.
2026-01-07 08:58:45 +00:00
Claude
7d0cbaad96
test: add comprehensive API endpoint tests
...
Add tests for all major API endpoints:
- /api/prompts (GET, POST)
- /api/prompts/[id] (GET, PATCH, DELETE)
- /api/prompts/[id]/vote (POST, DELETE)
- /api/prompts/[id]/comments (GET, POST)
- /api/prompts/search (GET)
- /api/collection (GET, POST, DELETE)
- /api/user/profile (GET, PATCH)
- /api/leaderboard (GET)
- /api/reports (POST)
Tests cover authentication, authorization, validation,
error handling, and business logic for each endpoint.
2026-01-07 08:53:30 +00:00
Claude
7e4730e78a
fix(tests): make date formatting test timezone-independent
2026-01-07 08:38:18 +00:00
Fatih Kadir Akın
4cf32cb47a
Merge pull request #1000 from f/copilot/sub-pr-999
...
Improve test assertions and mock implementations
2026-01-07 11:13:52 +03:00
Claude
11edc02ca5
test: add comprehensive tests for utilities, hooks, and components
...
Add 118 new tests covering:
- API key generation and validation (17 tests)
- URL generation utilities (21 tests)
- Content similarity algorithms (39 tests)
- Webhook placeholder replacement (15 tests)
- useIsMobile hook with resize handling (14 tests)
- CopyButton component with clipboard/analytics (12 tests)
Total test count: 245 passing tests
2026-01-07 08:13:06 +00:00
copilot-swe-agent[bot]
1c71a2fb6f
fix: improve test coverage and mock implementations
...
- Add assertion for original property in variable detection test
- Clarify test descriptions for HTML-like patterns and programming keywords
- Add edge cases for consecutive special characters in variable names
- Add username validation assertion in register test
- Improve useSearchParams mock to return ReadonlyURLSearchParams
- Improve cookies mock with proper return values
- Remove unused originalNavigator variable
Co-authored-by: f <196477+f@users.noreply.github.com >
2026-01-07 08:10:58 +00:00
copilot-swe-agent[bot]
b42098994c
Initial plan
2026-01-07 08:07:37 +00:00
joembolinas
7dfeba9349
Add prompt: Narrative Point of View Transformer
2026-01-07 03:35:48 +00:00
yangmee
baea0757ca
Add prompt: Dear Sugar: Candid Advice on Love and Life
2026-01-07 03:35:48 +00:00
femibright750@gmail.com
6ead5386ce
Add prompt: Prompt
2026-01-07 03:35:48 +00:00
jprngd@gmail.com
0730c6afd1
Add prompt: Medical writing
2026-01-07 03:35:48 +00:00
valdecir.carvalho@gmail.com
bb54a5e228
Add prompt: Multi-Audience Application Discovery & Documentation Prompt
2026-01-07 03:35:48 +00:00
valdecir.carvalho@gmail.com
0beaa046d5
Add prompt: Technical Codebase Discovery & Onboarding Prompt
2026-01-07 03:35:48 +00:00
xuzihan1
5e1d6ebe71
Add prompt: Vibe Coding 大师
2026-01-07 03:35:48 +00:00
onrkrsy@gmail.com
47b9b0cdbd
Add prompt: Fintech Product and Operations Assistant
2026-01-07 03:35:48 +00:00
AhmetOsmn
f3b490e73f
Add prompt: Geralt of Rivia Image Generation
2026-01-07 03:35:48 +00:00
puturayadani@gmail.com
4f4eb52b16
Add prompt: Senior Crypto Yapper Twitter Strategist
2026-01-07 03:35:47 +00:00
ersinkoc
da0c277e58
Update prompt: Echoes of the Rust Age
2026-01-07 03:35:47 +00:00
cnwdy888@gmail.com
ce8eab69dc
Update prompt: Interview Preparation Coach
2026-01-07 03:35:47 +00:00
guangzhongzhang978@gmail.com
1823df6570
Update prompt: Virtual Doctor
2026-01-07 03:35:47 +00:00
f
149fb23f7c
Update prompt: Code Review Assistant
2026-01-07 03:35:47 +00:00
Claude
0ce1a0e35d
feat(testing): implement vitest test suite
...
Add comprehensive testing infrastructure with vitest, React Testing
Library, and jsdom. Includes tests for:
- Utility functions (cn, isChromeBrowser, date formatting, JSON utils)
- Variable detection module (7 pattern types, conversion, false positives)
- API routes (health check, user registration with validation/auth)
127 tests passing covering critical functionality.
2026-01-06 18:52:06 +00:00
Fatih Kadir Akın
b052f0d05d
feat(layout): add animated text component for dynamic text animations
2026-01-06 18:24:44 +03:00
Fatih Kadir Akın
dc8d49bbb4
Merge pull request #997 from f/claude/update-claude-md-PZz4h
...
Create or update CLAUDE.MD file
2026-01-06 14:34:31 +03:00
Claude
69f6e6548e
docs: add CLAUDE.md for Claude Code quick reference
...
Add project-specific context file for Claude Code with quick commands,
key files reference, project structure overview, and code patterns.
2026-01-06 11:33:05 +00:00
Fatih Kadir Akın
89a54248bc
chore(scripts): update database setup in setup.js
2026-01-06 10:55:04 +03:00
Fatih Kadir Akın
9296d2c2f6
feat(prisma): add db:resetadmin and db:setup scripts for database management
2026-01-06 10:47:17 +03:00
m727ichael@gmail.com
4e4d170b94
Add prompt: The Quant Edge Engine
2026-01-06 03:35:22 +00:00
m727ichael@gmail.com
d9dba101e0
Add prompt: Sports Research Assistant
2026-01-06 03:35:22 +00:00
joembolinas
77d40c503e
Add prompt: agents/context7.agent.md
2026-01-06 03:35:22 +00:00
ersinkoc
c09beab4c2
Add prompt: The Midnight Informant
2026-01-06 03:35:22 +00:00
ersinkoc
2521203f41
Add prompt: Whispers of Noir
2026-01-06 03:35:22 +00:00
joembolinas
4d5083cc89
Add prompt: VSCode CodeTour Expert Agent
2026-01-06 03:35:22 +00:00
m727ichael@gmail.com
256ace9439
Add prompt: AI-powered data extraction and organization tool
2026-01-06 03:35:22 +00:00
joembolinas
c15f15d4c9
Add prompt: PDF TO MD
2026-01-06 03:35:21 +00:00
joembolinas
b2c40e3639
Add prompt: Taglish Technical Storytelling Editor
2026-01-06 03:35:21 +00:00
adediwuratemitope9-tech
7dc8808596
Add prompt: School life mentor
2026-01-06 03:35:21 +00:00
adediwuratemitope9-tech
6e303dac43
Add prompt: Business Idea
2026-01-06 03:35:21 +00:00
joembolinas
19b81aeb58
Add prompt: transcript_to_notes
2026-01-06 03:35:20 +00:00
thachavallathnajad@gmail.com
367d022310
Add prompt: Football Player Introduction Poster Template
2026-01-06 03:35:20 +00:00
aitank2020@gmail.com
1467ec539b
Update prompt: Echoes of the Rust Age
2026-01-06 03:35:20 +00:00
yukselisimsi@gmail.com
0e6c40719f
Update prompt: Improving Business English
2026-01-06 03:35:20 +00:00
beresasis@gmail.com
f61441b5aa
Update prompt: Interview Preparation Coach
2026-01-06 03:35:20 +00:00
sinansonmez
d7835af638
Update prompt: Code Review Assistant
2026-01-06 03:35:20 +00:00
giorgiop
552f23a6d3
Update prompt: Virtual Doctor
2026-01-06 03:35:20 +00:00
Fatih Kadir Akın
3d43893adf
chore(build): copy static assets for standalone mode
2026-01-06 00:36:45 +03:00
Fatih Kadir Akın
18eedf7682
chore(docker): update port configuration to use 4444 instead of 80
2026-01-06 00:27:36 +03:00