Ecosyste.ms: Timeline

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

alphagov/frontend

JamesCGDS pushed 3 commits to add_header alphagov/frontend
  • Add sub header and organisation logo 6c3bf34
  • Render breadcrumbs in sub header This keeps the breadcrumbs in the sub header with the dark background. Otherwise, t... efff3ed
  • Add blue bar 92265b3

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Oh I see. Actually I was more concerned about styling a component outside of a component, which breaks component isolation. For the purposes of getting this over the line can you just put a comment...

View on GitHub

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

View on GitHub

JamesCGDS pushed 11 commits to add_header alphagov/frontend
  • Expose schema on ContentItem fb7a3e5
  • Add a render_block helper The render_block method fails silently if a block doesn't exist. This means that the page ... 33d2036
  • Update landing page views to use the new block_helper methods 7a11f0c
  • Add an inverse flag to block config Now that we're using a helper method to render a block it's harder to tell wheth... 3184298
  • Update config for blocks that should be inverted 223bd80
  • Merge pull request #4290 from alphagov/hide-missing-blocks Hide missing blocks on landing page 021f26c
  • Add is_a_xxxx? meta_method - returns true if called with the schema name of the document, so is_a_landing_page? is... 9de814b
  • Merge pull request #4291 from alphagov/expose-schema-name-and-query Expose schema name and query eec83a9
  • Add sub header and organisation logo 7a2f9b1
  • Render breadcrumbs in sub header This keeps the breadcrumbs in the sub header with the dark background. Otherwise, t... dc4b87a
  • Add blue bar f2d498b

View on GitHub

leenagupte pushed 33 commits to landing-page-tasks-plural-page-demo alphagov/frontend
  • Bump stylelint from 16.9.0 to 16.10.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to 16.10... fb21436
  • Fix the action link inverse option - previously had an override to convert the generally used `inverse` option to `l... 4c3ced0
  • Add the Card block e82cec2
  • Implement a grid container block This will allow us to use CSS grid, where we've got more difficult layouts than we ... 51632a3
  • Implement a blocks container block This blocks container is used as an empty unstyled parent container to hold other... f15d1e3
  • Add three column example of card blocks to landing page The homepage design shows a three column area on desktop, ea... 282dd0b
  • Merge pull request #4257 from alphagov/create-priority-block Add the Card block 3dc1af3
  • Merge pull request #4277 from alphagov/fix-inverse-action-link Fix the action link inverse option 490d747
  • Merge pull request #4276 from alphagov/dependabot/npm_and_yarn/stylelint-16.10.0 Bump stylelint from 16.9.0 to 16.10.0 d6d87d0
  • Add main navigation block fe61063
  • Fix SkipLink error due to no #content element 4c7a057
  • Temporarily lower nyc coverage to 90% Work with a close deadline needs to be carried out, and this is erroring on tr... 926c9ea
  • Merge pull request #4256 from alphagov/main-nav-block Add main navigation block fd3f129
  • 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
  • and 13 more ...

View on GitHub

leenagupte pushed 20 commits to landing-page-task-singular-demo 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 a render_block helper The render_block method fails silently if a block doesn't exist. This means that the page ... 33d2036
  • Update landing page views to use the new block_helper methods 7a11f0c
  • Add an inverse flag to block config Now that we're using a helper method to render a block it's harder to tell wheth... 3184298
  • Update config for blocks that should be inverted 223bd80
  • Merge pull request #4290 from alphagov/hide-missing-blocks Hide missing blocks on landing page 021f26c
  • Adds a demo of a task (singular) type of landing-page The blocks that haven't been added yet have been commented out... 3c68052

View on GitHub

leenagupte pushed 20 commits to landing-page-homepage-demo 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 a render_block helper The render_block method fails silently if a block doesn't exist. This means that the page ... 33d2036
  • Update landing page views to use the new block_helper methods 7a11f0c
  • Add an inverse flag to block config Now that we're using a helper method to render a block it's harder to tell wheth... 3184298
  • Update config for blocks that should be inverted 223bd80
  • Merge pull request #4290 from alphagov/hide-missing-blocks Hide missing blocks on landing page 021f26c
  • Adds a demo of a homepage type of landing-page Video content is added via a govspeak block. It is assumed that the ... d3b5ce6

View on GitHub

KludgeKML deleted a branch alphagov/frontend

expose-schema-name-and-query

KludgeKML pushed 3 commits to main alphagov/frontend
  • Expose schema on ContentItem fb7a3e5
  • Add is_a_xxxx? meta_method - returns true if called with the schema name of the document, so is_a_landing_page? is... 9de814b
  • Merge pull request #4291 from alphagov/expose-schema-name-and-query Expose schema name and query eec83a9

View on GitHub

KludgeKML closed a pull request on alphagov/frontend
Expose schema name and query
⚠️ 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 Expo...
leenagupte created a review on a pull request on alphagov/frontend
Thanks for adding the tests. That makes it much easier to follow what's going on.

View on GitHub

KludgeKML pushed 1 commit to expose-schema-name-and-query alphagov/frontend
  • Add is_a_xxxx? meta_method - returns true if called with the schema name of the document, so is_a_landing_page? is... 9de814b

View on GitHub

KludgeKML opened a pull request on alphagov/frontend
Expose schema name and query
⚠️ 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 Expo...
KludgeKML pushed 1 commit to expose-schema-name-and-query alphagov/frontend
  • Add is_a_xxxx? meta_method - returns true if called with the schema name of the document, so is_a_landing_page? is... 30c8a9e

View on GitHub

leenagupte closed a pull request on alphagov/frontend
Hide missing blocks on landing page
⚠️ 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 Add ...
sairamya93 pushed 1 commit to get-involved-document alphagov/frontend
  • added method in get involved controller to handle take part links 4bd898f

View on GitHub

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

View on GitHub

leenagupte opened a pull request on alphagov/frontend
Hide missing blocks on landing page
⚠️ 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 Add ...
leenagupte created a branch on alphagov/frontend

hide-missing-blocks - Serves the homepage, transactions and some index pages on GOV.UK

KludgeKML created a branch on alphagov/frontend

expose-schema-name-and-query - Serves the homepage, transactions and some index pages on GOV.UK

JamesCGDS created a review comment on a pull request on alphagov/frontend
This doesn't remove the underline on hover. According to the designs, the link should not have an underline for its default state but I imagine we still want an underline to appear on hover. Basica...

View on GitHub

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

View on GitHub

JamesCGDS created a review comment on a pull request on alphagov/frontend
Quite right, think it was left over from me messing around with some things. Will remove

View on GitHub

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

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Why remove the underline on hover? Did I miss a discussion about the design?

View on GitHub

andysellick created a review comment on a pull request on alphagov/frontend
Width isn't needed here?

View on GitHub

andysellick created a review on a pull request on alphagov/frontend
Frontend code looks good, just a couple of things. Will wait to approve pending a BE review.

View on GitHub

JamesCGDS opened a pull request on alphagov/frontend
Add header
⚠️ 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 This...
JamesCGDS pushed 2 commits to add_header alphagov/frontend
  • Render breadcrumbs in sub header This keeps the breadcrumbs in the sub header with the dark background. Otherwise, t... 51faf05
  • Add blue bar 167f471

View on GitHub

JamesCGDS pushed 2 commits to add_header alphagov/frontend
  • Render breadcrumbs in sub header This keeps the breadcrumbs in the sub header with the dark background. Otherwise, t... 0a59b50
  • Add blue bar 123593a

View on GitHub

Load more