simorgh icon indicating copy to clipboard operation
simorgh copied to clipboard

The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.

Results 351 simorgh issues
Sort by recently updated
recently updated
newest added

Resolves JIRA: Summary ====== _A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made._ Code changes ====== - _A bullet point...

Resolves JIRA: Summary ====== _A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made._ Code changes ====== - _A bullet point...

Copilot

Resolves JIRA: Summary ====== _A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made._ Code changes ====== - _A bullet point...

This PR begins the migration from Emotion CSS-in-JS to Tailwind CSS utility classes across the Simorgh repository, addressing both the Express.js app (`./src/*`) and Next.js app (`./ws-nextjs-app/*`). ## What's Changed...

This PR completely replaces emotion styling with CSS modules throughout the Simorgh codebase, affecting both the Express.js app (`src/`) and Next.js app (`ws-nextjs-app/`). ## Changes Made ### 🔧 Build System...

I'd like to replace all emotion styles with CSS modules. This applies to our expressjs app in ./src/* along with our nextjs app in ./ws-nextjs-app/* Once the work is done,...

Refinement Needed

This PR migrates the MediaArticle page types (`MEDIA_ARTICLE_PAGE` and `MEDIA_ASSET_PAGE`) from the current React/Express app to Next.js, addressing the requirement to port these page types to the Next.js architecture. ##...

We would like to port the current react / express app pageType of `MediaArticle` into nextjs. The nextjs pages live in ws-nextjs-app/pages/[service]/* https://github.com/bbc/simorgh/tree/latest/src/app/pages/MediaArticlePage This would include both MEDIA_ARTICLE_PAGE and MEDIA_ASSET_PAGE...

Refinement Needed

we have a PR from dependabot - https://github.com/bbc/simorgh/pull/12912 - that is failing tests. We need to ensure that any breaking changes in the upgrade are fixed so that we can...

Resolves JIRA: Summary ====== Hacky set up notes here: https://paper.dropbox.com/doc/Optimizely-Experiment-Set-Up--CpXmfHI2uNK7y4Xv5mdvSxqhAg-R0QEwAKn7XWlY8aAi4BWf. Full guide coming soon Code changes ====== - _A bullet point list of key code changes that have been made._...

Do not merge