Open
Conversation
ebinbellini
commented
Feb 18, 2026
- Added lots of translations
- Improved application form
- Made Open Positions, My Applications, and My Positions actually display information from the backend instead of mock data
- Added team logos to position cards
- Show open positions fetched from backend - Also show the team logo in the position card
- Removed deprecated "version" field from docker-compose.yml - Fixed uploading team logo images. They are served through next.js in development but in prod they should be served by nginx. - Made backend translations respect the language cookie - Implemented refetching of backend data whenever the language changes to get the correct translations of e.g. role names or team names - New endpoint to get the application for the logged in user for a given position, if such an application exists - Improved error handling on several pages - Separated out inputs from ApplicationForm into components - Fixed saving and resuming applications as drafts - Added translations to ApplicationForm - Removed input placeholders from ApplicationForm because they didn't convey anything meaningful - Added confirmation when submitting application - Added teem logo to MyPositionCard
- Unified handling of card styles in card.module.css whereas it previously was duplicated across each component using cards - Unified type declarations pertaining to positions, roles, and applications whereas there were previously two files with different definitions of the same types - Moved files from lib directory to utils - Added team logo image to ApplicationCard - Removed margin-block-start from h3 and h4 that was causing problems in cards
This was
linked to
issues
Feb 18, 2026
When refactoring the card styles, the account page styling got broken. Fixed it now. Also removed some debug prints
Open
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.