fedora-infra / fmn

A system for generic fedmsg-driven notifications for end users.
25 stars 31 forks source link

No login button on home page #1154

Open penguinpee opened 2 months ago

penguinpee commented 2 months ago

When visiting https://notifications.fedoraproject.org/ (not going directly to a rule), there's no login button. I have to navigate to a specific rule, either from history or from a link in a notification, to get to a state where I can access my rules. The page only displays:

Notifications Centrally managed preferences for Fedora Infrastructure notifications to your inbox, chat client, and mobile device.

penguinpee commented 2 months ago

Note, if some site data is still stored in the browser from a previous visit, you will be logged in, seeing your rules. But not when starting with a clean slate, e.g. after restarting my browser, which deletes all cookies and site data unless explicitly set not to.

abompard commented 1 month ago

I don't understand, there is a login button on the home page for me:

image

Maybe it's a translation thing? Which language are you viewing it in?

penguinpee commented 1 month ago

Not for me:

notifications

This is the source of the page:

<!--
SPDX-FileCopyrightText: Contributors to the Fedora Project

SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="[/assets/favicon-0QB1d02j.ico](https://notifications.fedoraproject.org/assets/favicon-0QB1d02j.ico)" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>FMN</title>
    <script type="module" crossorigin src="[/assets/index-NvPMrfON.js](https://notifications.fedoraproject.org/assets/index-NvPMrfON.js)"></script>
    <link rel="stylesheet" crossorigin href="[/assets/index--7jPkMUi.css](https://notifications.fedoraproject.org/assets/index--7jPkMUi.css)">
  </head>
  <body>
    <div id="app"></div>
    <noscript>Your browser does not support JavaScript! Javascript is required to run the UI</noscript>
  </body>
</html>

My browser's default language (for content) is English. Anything else you'd like me to look up, just shout.

Screenshot above is from my main browser, Brave. But it looks exactly the same in Firefox.