Dingify
Dingify copied to clipboard
Feature: Settings page
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.