00:20:35 321bob321: If you self hosted forgejo that fix the issue of sign in cause you run the whole thing
02:51:11 catduck101:matrix.org: on another note, is it a bad idea (something discouraged) to delete unused entries in i18n translation files? (in reference to pr 2553 2549)
04:24:47 ofrnxmr:xmr.mx: @catduck101:matrix.org: Weblate does it automatically
04:24:55 ofrnxmr:xmr.mx: But current site's weblate is dead
07:33:10 catduck101:matrix.org: @ofrnxmr:xmr.mx: Ah i see
07:33:33 catduck101:matrix.org: @ofrnxmr:xmr.mx: it'll be restored soon, no?
10:48:18 redsh4de:matrix.org: thats the idea
10:48:24 redsh4de:matrix.org: new page uses i18next as the localization engine which is compatible with Weblate
11:01:24 basses:matrix.org: @redsh4de:matrix.org: is it working great?
11:03:27 redsh4de:matrix.org: Havent tested with Weblate yet but localization itself works quite well
11:03:44 redsh4de:matrix.org: https://docs.weblate.org/en/latest/formats/i18next.html
11:19:24 plowsof: i can at least see that weblate doesnt fail / seems to detect all the moneropedia articles
11:37:51 basses:matrix.org: the rss currently for getmonero.org includes all changes to website including blogs? or blogs only?
11:38:46 basses:matrix.org: looks like blog only
11:42:06 redsh4de:matrix.org: looks like it
11:43:00 catduck101:matrix.org: yup
11:44:13 basses:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/CXNqOgoREQDIWUYOtXkUXyMi.png (clipboard.png)
11:46:17 basses:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/oyKFDTmieGwuGmcbXTkdbwTM.png (clipboard.png)
11:46:43 redsh4de:matrix.org: Right alinged better imo
12:17:10 basses:matrix.org: ok, this is mobile if anyone wondering
12:22:55 basses:matrix.org: @redsh4de:matrix.org if someone on mobile chooses "community" or "meeting logs" in blog page shouldn't it be visible and highlighted instead of of showing the first tags?
12:23:39 basses:matrix.org: for example, clicking on "meeting logs" tag redirects to page and shows the following tag labels
12:23:44 basses:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/dMctxcGtvZvntolfsOnDDazr.png (clipboard.png)
12:24:06 basses:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/hHhTFMvTnCReZIexMwLEhRPa.png (clipboard.png)
12:24:14 basses:matrix.org: shouldn't it show labels this way instead?
12:25:42 basses:matrix.org: basically remeber and display the chosen tag
12:30:11 basses:matrix.org: because whoever chose "dev daries" as alternative desc for "meeting logs" may cause confusion if someone pressing on meeting tag and read "dev daries" while the tag not displayed and focused after pressing
13:19:56 redsh4de:matrix.org: What can be done instead is reordering the tabs per page, so that the selected one is always first
13:23:43 basses:matrix.org: @redsh4de:matrix.org: weird UX?
13:24:40 redsh4de:matrix.org: Cant think immediately how to make it scroll to the end automatically without JS
13:25:21 redsh4de:matrix.org: maybe by using id tags and indexes via #0, but need to see if that works on horizontal scrolls as well since thats used for vertical usually
13:25:36 basses:matrix.org: @redsh4de:matrix.org btw you need to mirror rss icon in blog and footer for RTL
13:35:58 plowsof:matrix.org: each time a release is tagged on site - a workflow can pull request the changelog to an rss feed .xml
13:36:20 plowsof:matrix.org: but new deployments are usually in tandem with new monero releases anyway
13:36:40 plowsof:matrix.org: a seperate website deployments/changes feed perhaps
14:18:33 basses:matrix.org: how could your RSS feed display these changes?
14:19:06 basses:matrix.org: I don't think I have ever subscribed to a whole site feed, but I saw some have it
14:19:59 basses:matrix.org: I prefer people subscribing to github releases feed, see the changelog then visit pages that got the changes or they just look at diff from commits
14:23:04 plowsof:matrix.org: i thought you where requesting something like that but you where just asking about the current rss feed. yep just check commits / or follow the repo. such an rss feed would only link to the release on github anyway
14:29:19 basses:matrix.org: @redsh4de:matrix.org I think clicking away when platform menu is triggered shoudl close the menu for https://getmonero-redesign-impl.vercel.app/downloads/
14:30:47 basses:matrix.org: so, pressing again on menu button or away from dropdown menu will close it
15:04:42 basses:matrix.org: the platform Download button
15:08:04 redsh4de:matrix.org: Ideally would work that way
15:09:14 basses:matrix.org: @redsh4de:matrix.org: yeah, all websites I looked at do it that way and it makes sense
15:10:06 basses:matrix.org: also https://getmonero-redesign-impl.vercel.app/get-started/faq/#card-mrlz4n7llf "Resources and Help" cards below it, for Stack Exchange, r/monerosupport and Monero.how should have external link icon instead of arrows
15:10:11 basses:matrix.org: also correct links
15:10:32 redsh4de:matrix.org: @basses:matrix.org: All of them are noJS?
15:11:05 basses:matrix.org: @redsh4de:matrix.org: I didn't test with no js, will do
15:11:17 basses:matrix.org: it was https://www.blender.org/download/
15:11:34 basses:matrix.org: also similar design to our menu lol
15:12:20 basses:matrix.org: no js triggers always the dropdown menu and you cant close it (bad)
15:13:13 redsh4de:matrix.org: lack of JS limits what you can do with interactivity
15:13:46 redsh4de:matrix.org: i have to figure out workarounds to make things feel as if it was using JavaScript
15:13:49 redsh4de:matrix.org: Not always possible, like with <details><summary> based dropdowns
15:14:33 basses:matrix.org: php would've helped, right? lol
15:14:35 redsh4de:matrix.org: You can have a invisible click-off layer that would close the dropdown, but that means that if you want to click on a different button while you have the dropdown open, you have to click twice - once to turn off the dropdown & remove the layer, and second time to actually click on the item you wanted to initially
15:17:15 redsh4de:matrix.org: Another option is using :focus selectors, which work on desktop - but most of the time will break on mobile views
15:17:25 basses:matrix.org: @redsh4de:matrix.org: yeah terrible ux
15:17:59 redsh4de:matrix.org: Gotta pick between the least of all evils :P
15:18:37 redsh4de:matrix.org: @redsh4de:matrix.org: This is why it works on the Header navigation - could only make it work because its desktop only
15:19:58 basses:matrix.org: @redsh4de:matrix.org: the cli can be used on termux, so mobile users have to click on that button, even one that will not download and just curious will click too
15:20:43 redsh4de:matrix.org: The language dropdown as welll
15:27:28 basses:matrix.org: using :focus-within ? break on mobile how? > <@redsh4de:matrix.org> Another option is using :focus selectors, which work on desktop - but most of the time will break on mobile views
15:28:19 basses:matrix.org: open then closes automatically?
15:29:02 redsh4de:matrix.org: On iOS Safari for example, doesn't open at all
15:30:41 basses:matrix.org: @redsh4de:matrix.org: good
15:31:41 basses:matrix.org: @plowsof:matrix.org what % of our userbase are 🍎 users using safari browser?
15:32:18 basses:matrix.org: @redsh4de:matrix.org: webkit limitation?
15:33:37 redsh4de:matrix.org: not sure, i was also testing via dev tools, also had weird behaviour, that was a few weeks back
15:36:07 basses:matrix.org: I don't think we have any options other than using focus selectors, but you are sure there are no fixes to breakage you had, right? > <@redsh4de:matrix.org> Gotta pick between the least of all evils :P
15:36:43 redsh4de:matrix.org: From what i skimmed online not really, i will revisit it
15:37:23 basses:matrix.org: we obviously want to make site accessible everyone
15:44:28 basses:matrix.org: even to 🧭 users
17:29:28 redsh4de:matrix.org: Set up Weblate locally to test how it integrates, pretty good results so far
17:29:49 redsh4de:matrix.org: Found a way to keep Moneropedia translations simple without having to rely on .po files
17:29:55 redsh4de:matrix.org: like in the current page
17:39:37 redsh4de:matrix.org: Idea is to have Moneropedia as a seperate project that works directly with Markdown files - then enable Component Autodiscovery so that whenever a new entry is added to the English page via Github, it shows up automatically on Weblate as a translateable component without needing to add it in yourself
17:56:25 plowsof: without po4a?
17:57:00 redsh4de:matrix.org: Yes, without po4a
17:57:08 redsh4de:matrix.org: Can work directly with .md files
17:57:59 redsh4de:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/mbDxSuEtqnMBWTudCNtcdZCt.png (image.png)
17:58:40 redsh4de:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/iOHJclQuERwRRrhRVGotunZV.png (image.png)
17:58:59 redsh4de:matrix.org: Ends up looking like that under the Moneropedia section
17:59:19 redsh4de:matrix.org: Website project would consist of Layout (common.json) and Pages (translation.json) components
17:59:54 redsh4de:matrix.org: https://mrelay.p2pool.observer/m/matrix.org/iLnBuGHnYcyBpeWGFHZfeOwo.png (image.png)
21:50:18 basses:matrix.org: https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fgetmonero-redesign-impl.vercel.app%2F&profile=css3svg&usermedium=all&warning=2&vextwarning=&lang=en