mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
darker dark mode
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: #1b1813;
|
||||
--background: #141311;
|
||||
--foreground: #f6efe3;
|
||||
--card: #242019;
|
||||
--card-foreground: #f6efe3;
|
||||
@@ -97,7 +97,7 @@
|
||||
--primary-foreground: #2a241b;
|
||||
--secondary: #2f2a21;
|
||||
--secondary-foreground: #f1e9dc;
|
||||
--muted: #2b261e;
|
||||
--muted: #1a1713;
|
||||
--muted-foreground: #b8ad9d;
|
||||
--accent: #df7126;
|
||||
--accent-foreground: #2a241b;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const AI_SUMMARY_PROMPT =
|
||||
"I am a recruiter, tell me about Oliver Bryan, a software developer. What would he bring to the table? Review his portfolio at ob248.com and summarize his key strengths, technical skills, and notable projects. What makes him stand out as a candidate?";
|
||||
"I am a recruiter, tell me about Oliver Bryan, a software developer. What would he bring to the table? Review his portfolio at ob248.com and summarise his key strengths, technical skills, and notable projects. What makes him stand out as a candidate?";
|
||||
|
||||
export function getProjectPrompt(
|
||||
projectName: string,
|
||||
|
||||
@@ -46,7 +46,7 @@ export function SprintProject() {
|
||||
<li>Issue assignment to team members</li>
|
||||
<li>Time tracking with start, pause, and resume timers</li>
|
||||
<li>Sprint management with date ranges</li>
|
||||
<li>Customizable issue statuses per organisation</li>
|
||||
<li>Customisable issue statuses per organisation</li>
|
||||
<li>Resizable split-pane interface</li>
|
||||
<li>Role-based access: owner, admin, member</li>
|
||||
<li>Avatar uploads with S3 storage</li>
|
||||
|
||||
Reference in New Issue
Block a user