Merged
Conversation
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
…hooks. Next now builds. Signed-off-by: James Cocker <james.s.earth@gmail.com>
….replace in tabs component Signed-off-by: James Cocker <james.s.earth@gmail.com>
eamansour
requested changes
Mar 18, 2026
Member
eamansour
left a comment
There was a problem hiding this comment.
Not too confident with these changes - added some comments and suggestions. I haven't been able to build the project locally either (I'm getting the same error that the PR workflow is getting).
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
…e in global.css Signed-off-by: James Cocker <james.s.earth@gmail.com>
eamansour
reviewed
Mar 30, 2026
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
…g akamai CDN instead of a copy script Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
…ld, commented out webui tests for now Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
eamansour
reviewed
Apr 1, 2026
eamansour
reviewed
Apr 1, 2026
…ved unnecessary scss changes Signed-off-by: James Cocker <james.s.earth@gmail.com>
eamansour
approved these changes
Apr 1, 2026
Member
eamansour
left a comment
There was a problem hiding this comment.
Thanks for doing this work! Approving on the basis that the remaining issues we've spotted will be addressed in separate PRs.
For future reference, always try to break changes like this down into smaller PRs to minimise the risks of things breaking in different places - this was really challenging to review 😅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
Closes galasa-dev/projectmanagement#2554.
Upgrades Next.js from v14 to 16, along with some other dependencies due to high level package vulnerabilities. Made a lot of changes outside of package.json to accommodate for this upgrade. Note: a new section has been added to the
setup-locally.shscript to copy over font files to be statically served in the/publicfolder. If you have a local version running, you will need to run this script again in order to have those fonts appear as they were before the PR.Changes