We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The feature will allow users to switch to dark or light mode as per their convenience, by default it should follow the browser mode.
The text was updated successfully, but these errors were encountered:
I would like to work on this @Omkaragrawal
Sorry, something went wrong.
@guptapranav4299 Make sure about these:
The current UI HTML should be followed, keep in mind the ids, etc because those are referenced in the javascript for adding news feeds.
UI for news feeds needs to be added in JS too, so update the html lines inside the js files, update them too according to UI.
The code of js is in assets/index.js. Try using cdnjs for cdn purposes. If you get any cors issue add the directives to server file and html file
guptapranav4299
No branches or pull requests
The feature will allow users to switch to dark or light mode as per their convenience, by default it should follow the browser mode.
The text was updated successfully, but these errors were encountered: