-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Enhancement for webInterface #1342
New issue
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
Enhancement for webInterface #1342
Conversation
- cm endpoint always give response 400 due to not handled by else - properly working logout - give response 200 for upload and give proper url to upload file
|
if you agree, I can push the webui in next PR. |
|
I like the UI, would only stick to the purpleish theme, to keep the visual identity One thing that we must improve in the webUI for the next version is the SerialCmds interface.. it is a powerful tool, but hard to use.. It would be great to have a friendly interface to add the IR, RF Commands (must send a json structured msg to the backend) in the right way, send the command to run BadUSB single command or run a whole file, to activate speaker (buzzer) or play some sound (try to send "say my name is Bruce" to your T-Embed cc1101 or Cardputer) There are many things to improve in this part of bruce |
|
it's totally doable and very easy to change since colors are saved in variable :root {
--green: #02de02;
--black: #242424;
--green-hover: #425f42;
}we can also follow the configuration from bruceConfig main theme with some sly trick :D. feel free to contact me in discord @lshaf |
|
Get it from theme is a good idea.. |
|
I loved the new changes |
- add theme.css for webui color theme - fix minify only remove excessive spaces - better webui
|
@bmorcelli I update the webui and it's also follow color theme that user selected |
|
FYI: this page doesn't have drag and drop files yet. |
|
Drag and drop is important, you can make the whole file list the drag and drop area, as it is nowadays.. makes life easier |
|
it's done by latest commit. |


Proposed Changes
Types of Changes
BugFix
Verification
None
Testing
Nope
Linked Issues
No idea, I just found when I build web interface
User-Facing Change
None
Further Comments
I've made cool looking webui. just hoping that I can put this on official bruce repo. Also made template in my repo so ppl can easily build on their own without doing compile every web changes. For future webui theme that you want to build :D.