jCtapukJ
Convex Community16mo ago
1 reply
jCtapuk

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 =(
})

Well, that’s all I could come up with for now 🙂 But having such an opportunity is cool
Was this page helpful?