Skip to content

Commit 1c74a40

Browse files
committed
.
1 parent f62310f commit 1c74a40

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.claude/anthropic_key.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
echo "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"

.claude/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"apiKeyHelper": ".claude/anthropic_key.sh"
3+
}

TASK_PROMPT.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1) Add a toggle button on the main page to switch between dark mode and light mode. The selected mode should persist across page reloads (e.g., using local storage).
2+
the defaulted mode should be system preference and gives us ability to switch it in the ui it should be available on all pages.
3+
2) On the user items page, allow users to pick and upload images when adding new items. Implement the necessary backend API endpoint to handle image uploads and associate them with the items.
4+
3) Implement a database seed script that inserts a test user with the username nandith@gmail.com, password 12345678, and admin rights. Ensure this user is created only if it does not already exist.

0 commit comments

Comments
 (0)