jCtapuk
jCtapuk3mo ago

Modify the dashboard interface.

In the future, will it be possible to add it to the interface in the dashboard. For example, adding a leaderboard page on the site. Of course, you can implement all this on your frontend, but you want the site to be clean without administrative access for ordinary people. example idea code
<convex/dashboard.[ts,js,mjs]>
//1 arument Title Button
//2 argument render client
export const leadboard = ui('Leadboard', (view, ctx) => {
// no idea =(
})
<convex/dashboard.[ts,js,mjs]>
//1 arument Title Button
//2 argument render client
export const leadboard = ui('Leadboard', (view, ctx) => {
// no idea =(
})
Well, that’s all I could come up with for now 🙂 But having such an opportunity is cool
1 Reply
Convex Bot
Convex Bot3mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!