gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[TODO] Create Bot Settings #6

Closed gbowne1 closed 7 months ago

gbowne1 commented 1 year ago

Using the route /settings and using:

/components/Settings.js (component(s) specific to the settings page) /components/Settings.css (component styling specific to settings page) /pages/SettingsPage.js (this would be the entire page) /pages/SettingsPage.css (styling specific to the entire page)

Page to allow streamers, stream producers, moderators to manage the bot settings like command permissions, custom commands and chat filters.

Use useState, useEffect, useCallback, useRef, useMemo, useReducer, useContext Use MUI v5.11