mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
feat: enhance credit management and user experience
- Updated database queries to check for column existence with schema context. - Modified credit purchase quantity limits to allow up to 10,000 credits. - Improved user interface for credit purchases, enabling custom amounts and clamping input values. - Adjusted FAQ content to clarify credit purchasing process.
This commit is contained in:
parent
a7407502d3
commit
65e511f77b
6 changed files with 70 additions and 23 deletions
|
|
@ -149,7 +149,7 @@ const faqData: FAQSection[] = [
|
|||
{
|
||||
question: "How does buying credit work?",
|
||||
answer:
|
||||
"Top-ups are pay as you go, with no subscription. $1 buys $1 of credit, and your balance is spent at provider cost. Purchased credit is added to your account immediately, and you can buy up to $100 at a time. Enable auto-reload to top up automatically when your balance runs low.",
|
||||
"Top-ups are pay as you go, with no subscription. $1 buys $1 of credit, and your balance is spent at provider cost. Purchased credit is added to your account immediately, and you can buy any custom amount. Enable auto-reload to top up automatically when your balance runs low.",
|
||||
},
|
||||
{
|
||||
question: "Is there a separate balance for documents and AI?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue