Skip to content

Commit 0f99964

Browse files
feat: histories in global chat and roadmap chat (kamranahmedse#8775)
* feat: ai chat history * wip * wip * wip * wip * wip * wip * wip * wip * wip: skeleton loading * wip * wip * wip * wip * wip * wip * wip * wip * fix: chat history * wip * wip * fix: responsiveness * wip * wip * Chat history UI * Update chat history * wip * Update chat history * Update chat history * Fix ai chat not working * Update * wip * feat: show chat history always * feat: upgrade to pro * wip * Update history design * UI design improvement for empty sidebar * feat: chat history title * Fix, delete chat throwing error * Plus icon when chat is closed * fix: action z-index * Improve skeleton and logged out user workflow * Chat history improvements * Add plus for chat icons --------- Co-authored-by: Arik Chakma <[email protected]>
1 parent 7d91696 commit 0f99964

32 files changed

+1995
-325
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"prettier.documentSelectors": ["**/*.astro"],
33
"[astro]": {
44
"editor.defaultFormatter": "esbenp.prettier-vscode"
5-
}
5+
},
6+
"tailwindCSS.experimental.classRegex": [
7+
["\\b\\w+[cC]lassName\\s*=\\s*[\"']([^\"']*)[\"']"],
8+
["\\b\\w+[cC]lassName\\s*=\\s*`([^`]*)`"],
9+
["[\\w]+[cC]lassName[\"']?\\s*:\\s*[\"']([^\"']*)[\"']"],
10+
["[\\w]+[cC]lassName[\"']?\\s*:\\s*`([^`]*)`"],
11+
["cva\\(((?:[^()]|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
12+
["cx\\(((?:[^()]|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
13+
]
614
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@nanostores/react": "^1.0.0",
4040
"@napi-rs/image": "^1.9.2",
4141
"@radix-ui/react-dropdown-menu": "^2.1.15",
42+
"@radix-ui/react-popover": "^1.1.14",
4243
"@resvg/resvg-js": "^2.6.2",
4344
"@roadmapsh/editor": "workspace:*",
4445
"@tailwindcss/vite": "^4.1.7",
@@ -119,6 +120,7 @@
119120
"prettier": "^3.5.3",
120121
"prettier-plugin-astro": "^0.14.1",
121122
"prettier-plugin-tailwindcss": "^0.6.11",
123+
"tailwind-scrollbar": "^4.0.2",
122124
"tsx": "^4.19.4"
123125
}
124126
}

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)