-
Notifications
You must be signed in to change notification settings - Fork 4
feat: stabilize chat realtime, dashboard insights, and account flows #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make sure to aligned with the project designed and avoid using 3rd party or inlined SVG. For this SVG Back button,please sure the FontAwesome Chevron Left. |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the 'best practices' is should not be there as it should be part of FAQ. <div className="glass-card p-5 border-t-4 border-indigo-500/40">
<h3 className="text-xs font-semibold text-indigo-300 uppercase tracking-widest mb-3">
Best Practices
</h3>
<div className="space-y-2 text-xs md:text-sm text-gray-400 leading-relaxed">
<p>Rotate API keys periodically and avoid sharing them in screenshots.</p>
<p>Use a strong password and reset it immediately if account activity looks unusual.</p>
<p>After changing your API key, run a dashboard sync to refresh your metrics.</p>
</div>
</div>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to aligned with the project designed and avoid using 3rd party or inlined SVG. For this SVG Back button,please sure the FontAwesome Chevron Left.