Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

fronteers/website

anneke created a review on a pull request on fronteers/website

View on GitHub

bnijenhuis created a comment on a pull request on fronteers/website
@SleeplessByte I'll have a look at it, but I recommend losing the JS cache busting code...

View on GitHub

SleeplessByte created a comment on a pull request on fronteers/website
@bnijenhuis the code for the easy one would be something like: ```javascript const path = require('node:path'); const { glob, stat } = require('node:fs/promises'); const entries = await glo...

View on GitHub

SleeplessByte created a review on a pull request on fronteers/website

View on GitHub

bnijenhuis opened a pull request on fronteers/website
Removed localhost links
bnijenhuis created a branch on fronteers/website

fix-localhost-references - New website for Fronteers

anneke created a comment on an issue on fronteers/website
Okay! Let's go with the last idea then (Tineke's suggestion) :)

View on GitHub

bnijenhuis created a comment on a pull request on fronteers/website
@SleeplessByte (both) sound great.

View on GitHub

Rosita311 created a comment on an issue on fronteers/website
Now I see another change, which I like most. Now it's clear to me that the active language is Dutch <img width="95" alt="image" src="https://github.com/user-attachments/assets/6cdffe28-0de4-4d79-9...

View on GitHub

SleeplessByte created a review on a pull request on fronteers/website
Have not actually reviewed anything.

View on GitHub

Rosita311 created a comment on an issue on fronteers/website
I am no designer either. Personaly I find the underline confusing. I think a button or toggle would be more clear. But I like this, more, it's more clear. > ![Scherm­afbeelding 2024-10-20 om 18...

View on GitHub

SleeplessByte created a comment on a pull request on fronteers/website
It *should* exist for all files that we change often and it's kinda meh that eleventy doesn't support this out of the box. In our case, the `cache-key` for the CSS file should be based on the compo...

View on GitHub

SleeplessByte created a comment on an issue on fronteers/website
@bnijenhuis do you mean the `@font-face` declarations? No those do not preload the font. Only `<link rel="preload">` (or `Link headers`) can preload fonts.

View on GitHub

bnijenhuis created a comment on a pull request on fronteers/website
@anneke It's useful for live as well, because it forces a CSS reload if anything changed in the CSS. So I think it'll still be useful...

View on GitHub

bnijenhuis created a comment on an issue on fronteers/website
@SleeplessByte The <link rel="preload"/>-tags for the fonts should handle the preload, right? Not an inline style with the font declarations? Correct me if I'm wrong. The cache busting thing is ...

View on GitHub

SleeplessByte created a comment on an issue on fronteers/website
If you want the font to preload, they cannot go. The cache busting thing is causing a FOUC. Disabling JavaScript fixes this.

View on GitHub

SleeplessByte deleted a branch fronteers/website

test-redirects

anneke pushed 9 commits to main fronteers/website

View on GitHub

anneke closed a pull request on fronteers/website
Test redirects
After merge/release on Netlify, we can run the test script again to check the redirects now work correctly: ``` bash deadlinks.sh old-website-urls.txt ```
anneke pushed 3 commits to translation-links fronteers/website

View on GitHub

anneke created a comment on an issue on fronteers/website
![Scherm­afbeelding 2024-10-20 om 18 45 30](https://github.com/user-attachments/assets/44c3894e-ab5d-4e83-ae7d-d52d8fb3e1a1)

View on GitHub

anneke created a comment on an issue on fronteers/website
I'll first follow your suggestion and I'll post some screenshots :)

View on GitHub

TinekeinTOWN created a comment on an issue on fronteers/website
@anneke Ha, both at the same time :-) It's a nice solution. But not sure if with just one language present it's fully clear?

View on GitHub

TinekeinTOWN created a comment on an issue on fronteers/website
@bnijenhuis @anneke If I look at some designs present this is what I see it should be: The current / active language should be **bold** + yellow. The unselected / not current language should ...

View on GitHub

anneke created a comment on an issue on fronteers/website
![Scherm­afbeelding 2024-10-20 om 18 30 36](https://github.com/user-attachments/assets/56ff662f-a40c-4ebb-a89c-c0a328a6fee5) ![Scherm­afbeelding 2024-10-20 om 18 30 44](https://github.com/user-att...

View on GitHub

anneke pushed 1 commit to translation-links fronteers/website

View on GitHub

anneke created a comment on a pull request on fronteers/website
@bnijenhuis maybe the cache busting is most relevant for local development anyway, and hopefully we'll be done with most of that soon? :)

View on GitHub

anneke opened a pull request on fronteers/website
Translation links
Fixes links to translations of pages, adds some translations, little typography tweak/styling fixes
anneke pushed 3 commits to translation-links fronteers/website

View on GitHub

anneke created a branch on fronteers/website

translation-links - New website for Fronteers

Load more