Closed SuaYoo closed 1 week ago
Related to https://github.com/webrecorder/browsertrix/issues/1984
LiteElement
BtrixElement
App
<browsetrix-home>
Admin
<btrix-home
Dashboard
<btrix-dashboard>
LogInPage
<btrix-log-in>
btrix-input
sl-input
This will allow usage of lit reactive controllers in more components, for example to react to lit locale changes.
Related to https://github.com/webrecorder/browsertrix/issues/1984
Changes
LiteElement
s toBtrixElement
:App
(<browsetrix-home>
)Admin
(<btrix-home
)Dashboard
(<btrix-dashboard>
)LogInPage
(<btrix-log-in>
)btrix-input
withsl-input
since password managers should work now.Manual testing
Context
This will allow usage of lit reactive controllers in more components, for example to react to lit locale changes.