Ecosyste.ms: Timeline

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

alphagov/frontend

JamesCGDS pushed 17 commits to add_header alphagov/frontend
  • Bump govuk_publishing_components from 44.2.0 to 44.3.0 Bumps [govuk_publishing_components](https://github.com/alphag... 44bb180
  • Make the service name heading a black link a0bfcd5
  • Merge pull request #4280 from alphagov/make-nav-title-a-link Make the service name heading a black link 5cbeb88
  • Add share links variant to landing page - We need to do a bit of remapping because the share_links components want... 12fd372
  • Bump jasmine-core from 5.3.0 to 5.4.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.3.0 to 5.4.0. ... 1faa828
  • Merge pull request #4281 from alphagov/dependabot/bundler/govuk_publishing_components-44.3.0 2c880a2
  • Merge pull request #4282 from alphagov/import-share-links-variant Add share links variant to landing page da724ee
  • Add a helper to render the contents list It will be used to help render the side and main navigation blocks that nee... a5966e1
  • Set the active link for nested links ee569c1
  • Update main_navigation links hash in YAML files This changes it to match the labels in the contents_list component, ... 8503d9a
  • Update the main navigation block view to use the helper 12742fb
  • Add a system test for main navigation e30187f
  • Merge pull request #4285 from alphagov/active-links-helper Add a helper to get active links 324ab75
  • Merge pull request #4284 from alphagov/dependabot/npm_and_yarn/jasmine-core-5.4.0 Bump jasmine-core from 5.3.0 to 5.4.0 84afd56
  • Add sub header and organisation logo 8ddb0b4
  • Render breadcrumbs in sub header This keeps the breadcrumbs in the sub header with the dark background. Otherwise, t... ebf49f3
  • Add blue bar aecc047

View on GitHub

hannako pushed 1 commit to places_finder_fix alphagov/frontend
  • Update the button text on place finders This an accessibility fix required by the DAC audit: Update the button text ... 4f39d23

View on GitHub

hannako opened a draft pull request on alphagov/frontend
Update the button text on place finders
This an accessibility fix required by the DAC audit: Update the button text from "Find" to "Find results near you" For one place page, the Find a register office, the button text is "Find a regi...
hannako created a branch on alphagov/frontend

places_finder_fix - Serves the homepage, transactions and some index pages on GOV.UK

jon-kirwan created a review comment on a pull request on alphagov/frontend
Thanks, yep theme is much better and consistent with other blocks. Updated now.

View on GitHub

jon-kirwan created a review on a pull request on alphagov/frontend

View on GitHub

jon-kirwan created a review comment on a pull request on alphagov/frontend
Yep good point. Updated now

View on GitHub

jon-kirwan created a review on a pull request on alphagov/frontend

View on GitHub

jon-kirwan created a review comment on a pull request on alphagov/frontend
Thanks, good spot. I reviewed with Nik and have updated to add different negative margin for mobile and tablet. Also, I've changed the grid class, for the hero content, to `govuk-grid-column-two-th...

View on GitHub

jon-kirwan created a review on a pull request on alphagov/frontend

View on GitHub

jon-kirwan created a review comment on a pull request on alphagov/frontend
Great thanks, that's much better

View on GitHub

jon-kirwan created a review on a pull request on alphagov/frontend

View on GitHub

jon-kirwan pushed 1 commit to add-hero-block-variant alphagov/frontend
  • PR review feedback (add theme option) To be squashed e7a75bb

View on GitHub

jon-kirwan pushed 1 commit to add-hero-block-variant alphagov/frontend
  • PR review feedback To be squashed 6a8892c

View on GitHub

leenagupte created a review comment on a pull request on alphagov/frontend
Ah, it looks like `ordered_related_items` are being used, but in a slightly hidden way. The entire content_item is passed to the `contextual_sidebar` and `contextual_footer` components, and a [help...

View on GitHub

leenagupte created a review on a pull request on alphagov/frontend

View on GitHub

github-actions[bot] created a comment on a pull request on alphagov/frontend
⚠️ This repo is Continuously Deployed: make sure you [follow the guidance](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) ⚠️ ## What ## Wh...

View on GitHub

dependabot[bot] opened a pull request on alphagov/frontend
Bump rails from 7.2.1 to 7.2.1.1
Bumps [rails](https://github.com/rails/rails) from 7.2.1 to 7.2.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">rails's release...
dependabot[bot] created a branch on alphagov/frontend

dependabot/bundler/rails-7.2.1.1 - Serves the homepage, transactions and some index pages on GOV.UK

jon-kirwan pushed 5 commits to add-hero-block-variant alphagov/frontend
  • Bump jasmine-core from 5.3.0 to 5.4.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.3.0 to 5.4.0. ... 1faa828
  • Merge pull request #4284 from alphagov/dependabot/npm_and_yarn/jasmine-core-5.4.0 Bump jasmine-core from 5.3.0 to 5.4.0 84afd56
  • Add quote block 1d14fbb
  • Add hero block variant e952c81
  • Add test content f63010c

View on GitHub

richardTowers created a review comment on a pull request on alphagov/frontend
I guess at some point we might need the concept of `inverse` things here (as obviously this block would render badly if it wasn't on a dark background).

View on GitHub

richardTowers created a review comment on a pull request on alphagov/frontend
I think `theme: middle_left` might be better. Couple of reasons for that: 1. mid_page makes it sounds like somethings going to be in the middle of the _page_, which isn't quite what this is. ...

View on GitHub

richardTowers created a review on a pull request on alphagov/frontend
Couple of thoughts - probably best for a frontender to review the CSS, but that bit looks good to me :)

View on GitHub

richardTowers created a review on a pull request on alphagov/frontend
Couple of thoughts - probably best for a frontender to review the CSS, but that bit looks good to me :)

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
This seems like a bit of a magic number - I'm worried about the box overlapping the image close to the breakpoints (see below). Could we somehow stick with the govuk-grid widths? ![Screenshot 20...

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Nitpick: if we're using BEM like this, I don't think we need to nest all these classes.

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
If the user has a higher than normal font size set in their browser or they're using 'zoom text only' on Firefox, the quote box can exceed the height of the image and escape through the top and bot...

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Design difference: the mobile and tablet versions should have a small negative margin to slightly overlap the quote box over the hero image (see design, below). Mobile | Tablet ------ | ------ ...

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Rails suggestion to avoid needing a leading space on the extra classes: ```Ruby <% hero_classes = %w[app-b-hero] hero_classes << "app-b-hero--mid-page" if block.data["mid_page"] hero...

View on GitHub

andysellick created a review on a pull request on alphagov/frontend

View on GitHub

Load more