Dingify icon indicating copy to clipboard operation
Dingify copied to clipboard

Feature: Settings page

Open Codehagen opened this issue 9 months ago • 4 comments

Type of feature

💡 Feature

Current behavior

Right now we have a limited settings page. We need to update it so that we have this:

  • Profile
  • API
  • Billing
  • Notification
  • Plugins
  • Display

Suggested solution

Utilize components from shadcn/ui to enhance the settings page. We can copy and integrate major parts of the code from the provided examples to streamline the implementation.

For now, we can input values for Profile, Notification, and Display. The API section will display the token hashed, similar to the createAPI component we previously made.

Codehagen avatar May 21 '24 11:05 Codehagen