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
Is your feature request related to a problem? Please describe.
Minimum Requirement:
Create a new route /settings & implement general user settings UI, you have to implement the part outlined in a black border.
Add route as private route so that it can't be accessed without authentication, private routes are listed here https://github.com/Ignitus/Ignitus-client/blob/master/src/ignitus-Routes/ignitus-DashboardRoutes/index.tsx
Create a new directory ignitus-DashboardSettings/generalSettings in src/ignitus-Dashboard.
Inside generalSettings follow this structure.
Is your feature request related to a problem? Please describe.
Minimum Requirement:
Create a new route
/settings
& implement general user settings UI, you have to implement the part outlined in a black border.Add route as
private route
so that it can't be accessed without authentication, private routes are listed here https://github.com/Ignitus/Ignitus-client/blob/master/src/ignitus-Routes/ignitus-DashboardRoutes/index.tsxCreate a new directory
ignitus-DashboardSettings/generalSettings
insrc/ignitus-Dashboard
.Inside
generalSettings
follow this structure.Great to have:
Along with the UI also add the side navigation so that page is complete.
Side navigation component can be found here http://www.ignitus.org/interface/sideNavigation
Describe the solution you'd like
Describe alternatives you've considered
N.A
Additional context
Please pick Input component from here http://www.ignitus.org/interface/primaryInput
Please pick button component from buttons in design kit http://www.ignitus.org/interface/buttons
Let me know if you have any Questions 🎯
The text was updated successfully, but these errors were encountered: