plugin settings and eyecandy
This commit is contained in:
@@ -439,3 +439,15 @@ Refine the Plugins Settings page. When the user is logged in it shows all "<user
|
||||
|
||||
### Assistant outcome
|
||||
Updated the Firefox extension settings page to restore valid stored sessions, show `<username> logged in at <backend URL>` with a sign-out button, and show the original login form when signed out or when token validation fails. Sign-out revokes the token when possible, clears stored credentials, and returns to the form. Extension and backend validation passed.
|
||||
|
||||
### User
|
||||
On the plugin, next to the logo, create a link of the form: [LinkLog](https://<host>/<user>)
|
||||
|
||||
### Assistant outcome
|
||||
Added a `LinkLog` link next to the Firefox popup logo. It uses the configured backend origin and authenticated username to target `/<user>/`, preserving HTTP or HTTPS from the configured backend. Popup HTML, scripts, manifest, and backend regression validation passed.
|
||||
|
||||
### User
|
||||
Use the Asset Font from google foundry as font for the LinkLog text
|
||||
|
||||
### Assistant outcome
|
||||
Applied the Google Foundry `Asset` font to visible LinkLog branding on the web and Firefox popup, retaining graceful local fallbacks for restricted or offline extension contexts. Font declarations, branding references, extension scripts, whitespace checks, and the strict backend suite passed.
|
||||
|
||||
Reference in New Issue
Block a user