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
The Brave education currently WebUI uses vanilla JS on the front-end. Since this WebUI is modeled on Chromium's "what's new" page, we should consider aligning the front-end more closely with that WebUI. The "what's new" page uses lit-html.
The text was updated successfully, but these errors were encountered:
zenparsing
changed the title
Consider using lit-html/custom elements for Brave Education WebU
Consider using lit-html/custom elements for Brave Education WebUI
Nov 27, 2024
bsclifton
added a commit
to brave/brave-core
that referenced
this issue
Jan 22, 2025
- brave_education is based on whats_new
- brave_browser_commands is based on browser_commands
Fixesbrave/brave-browser#42562
Uses `use_brave_grit` / `brave_or_default_grit` as a
work-around to avoid patching the resources IDs in
`tools/gritsettings/resource_ids.spec`.
bsclifton
added a commit
to brave/brave-core
that referenced
this issue
Jan 23, 2025
- brave_education is based on whats_new
- brave_browser_commands is based on browser_commands
Fixesbrave/brave-browser#42562
Uses `use_brave_grit` / `brave_or_default_grit` as a
work-around to avoid patching the resources IDs in
`tools/gritsettings/resource_ids.spec`.
- brave_education is based on whats_new
- brave_browser_commands is based on browser_commands
Fixesbrave/brave-browser#42562
Uses `use_brave_grit` / `brave_or_default_grit` as a
work-around to avoid patching the resources IDs in
`tools/gritsettings/resource_ids.spec`.
Description
The Brave education currently WebUI uses vanilla JS on the front-end. Since this WebUI is modeled on Chromium's "what's new" page, we should consider aligning the front-end more closely with that WebUI. The "what's new" page uses lit-html.
The text was updated successfully, but these errors were encountered: