You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Type of feature
💡 Feature
Current behavior
Right now we have a limited settings page. We need to update it so that we have this:
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.
The text was updated successfully, but these errors were encountered: