5 Commits
Author SHA1 Message Date
Jay Harris f4b2fa6f19 [Nala]: Dynamic theming of WebUIs (#30567) 2025-08-28 09:02:34 +12:00
Brian Clifton 302d058811 Revert "Implement MVP of Brave Player (#20730)"
Fixes https://github.com/brave/brave-browser/issues/40216

This reverts commit 2f849898bf.
2024-08-06 14:09:50 -07:00
Jay HarrisandKyle Hickinson 6eae76d536 [Nala]: Use Material UI variables as base Nala Layer (#24772)
* [Nala]: Bump to latest

* [Nala]: Fix CSS variables

* [Nala]: Fix Skia variables

* [Nala]: Invert primitives

* [Audit Tokens]: Fix tokens audit failure

* [iOS]: gray ==> neutral

* [iOS]: Invert primitives, replace renamed/removed colours

* [test-unit]: Workaround lacking JSDOM CSS support

---------

Co-authored-by: Kyle Hickinson <git@kylehickinson.com>
2024-07-25 14:21:15 +12:00
Jay Harris 6b043dab68 [Nala]: Bump to new tokens (#21204) 2023-12-12 04:14:31 +01:00
Sangwoo Koanddeeppandya 2f849898bf Implement MVP of Brave Player (#20730)
* Implement MVP of Brave Player

* Show "Brave Player" Page action view on omnibox when visiting youtube videos
* When clicking it, opens a new tab which embed iframe-ed youtube video
* This new tab consists of two web ui page
  * Outer, top-most frame: brave://player
  * Inner, embedder of external contents: brave-untrusted://player-embed

---------

Co-authored-by: deeppandya <deeppandya91@gmail.com>
2023-11-10 23:31:46 -05:00