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

front: fix scenario timetable height #8015

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

clarani
Copy link
Contributor

@clarani clarani commented Jul 11, 2024

closes #8012

@clarani clarani marked this pull request as ready for review July 11, 2024 11:43
@clarani clarani requested a review from a team as a code owner July 11, 2024 11:43
@flomonster flomonster force-pushed the cni-fix-scenario-height branch from c80c0d6 to ea89983 Compare July 11, 2024 11:45
Copy link
Contributor

@SharglutDev SharglutDev left a comment

Choose a reason for hiding this comment

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

Lgtm and tested

@flomonster
Copy link
Contributor

This is a revert of: #7993

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 104 lines in your changes missing coverage. Please review.

Project coverage is 28.07%. Comparing base (5a3df3c) to head (ea89983).

Files Patch % Lines
...cations/operationalStudies/views/v2/ScenarioV2.tsx 0.00% 104 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #8015      +/-   ##
============================================
- Coverage     28.07%   28.07%   -0.01%     
  Complexity     2075     2075              
============================================
  Files          1288     1288              
  Lines        157708   157712       +4     
  Branches       3121     3121              
============================================
- Hits          44280    44276       -4     
- Misses       111551   111559       +8     
  Partials       1877     1877              
Flag Coverage Δ
core 75.03% <ø> (ø)
editoast 70.88% <ø> (-0.02%) ⬇️
front 9.94% <0.00%> (-0.01%) ⬇️
gateway 2.34% <ø> (ø)
railjson_generator 87.49% <ø> (ø)
tests 72.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emersion
Copy link
Member

Ah, RIP. Sorry 'bout that.

@flomonster flomonster merged commit de8ada8 into dev Jul 11, 2024
17 checks passed
@flomonster flomonster deleted the cni-fix-scenario-height branch July 11, 2024 11:58
emersion added a commit that referenced this pull request Jul 11, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.
emersion added a commit that referenced this pull request Aug 20, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.
emersion added a commit that referenced this pull request Aug 21, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.
emersion added a commit that referenced this pull request Aug 21, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.

In a flex context, the implicit default value for min-height is
auto, and that prevents elements from overflowing with a scrollbar
(because min-height wins against height and max-height). Override
the default with "min-height: 0".
emersion added a commit that referenced this pull request Aug 29, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.

In a flex context, the implicit default value for min-height is
auto, and that prevents elements from overflowing with a scrollbar
(because min-height wins against height and max-height). Override
the default with "min-height: 0".
github-merge-queue bot pushed a commit that referenced this pull request Aug 29, 2024
This is a re-do of #7993, which got reverted in #8015 because of a
bug when the timetable contains lots of trains.

In a flex context, the implicit default value for min-height is
auto, and that prevents elements from overflowing with a scrollbar
(because min-height wins against height and max-height). Override
the default with "min-height: 0".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflicts are no longer displayed at the bottom of the timetable
5 participants