Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repeatable UI bugs #166

Merged
merged 2 commits into from
Nov 6, 2022

Conversation

glemenneo
Copy link

@glemenneo glemenneo commented Nov 6, 2022

Substantial UI rebuild and rework for many UI components to fix bugs.

Issue 130 can't be repeated and so can't identified and fixed.

Summary of Changes

Help Window rework

  • Help window has been reworked. Command containers are now ordered in GridPane instead of VBox.

Internship Card changes and bug fixes

  • For all UI layouts, the company name, role, email and stage UI elements now have text wrapping enabled to prevent clipping of very long text. Issue 140

  • For all UI layouts, the UI elements in the internship card has been top aligned to fix text not top level aligned,

  • Fixed the spam clicking of tips button causing the tips to shift upwards in the tips window. Issue 124

Responsive UI changes and bug fixes

  • For the Wide UI layout, resizing the window will now grow and shrink both the internship list and tips panel accordingly to fix non centre alignment of tips panel and prevent clipping of tips panel. Issue 141

Tips panel changes and bug fixes

  • Fixed the centre alignment for the tips panel when there are no tips. Issue 139

  • Rebuilt the way the tips panel is built when there are no tips. Now the tips panel comes default with the no tips message. When there are tips, the no tips message will be cleared and the tips dynamically added. This is to aid in fixing non centre alignment of tips panel when there are no tips.

Reworked tips label for both tips panel and tips window

  • Rebuilt the way the tips label is built. New class file with fxml for tips card that both tips panel and tips window will use. This is to standardise the way tips are shown in both the tips panel and tips window. This is to aid in fixing the misalignment between tips index and tips in tips card.

  • Fixed missalignment between tips index and tips in tips card. Issue 116

  • Tips window and tips panel will now use the same Tips.css styling file instead of two identical TipsWindow.css and TipsPanel.css

Tips window bug fixes

  • Fixed the spam clicking of tips button causing the tips to shift upwards in the tips window. Issue 124

Copy link
Collaborator

@jacobkwan jacobkwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing the bugs identified in the PE-D

@jacobkwan jacobkwan merged commit 5d9f2d1 into AY2223S1-CS2103T-T10-3:master Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants