Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/web-profiler-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.0
Choose a base ref
...
head repository: symfony/web-profiler-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.1
Choose a head ref
  • 4 commits
  • 1 file changed
  • 4 contributors

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    f38df7f View commit details
    Browse the repository at this point in the history
  2. bug #48961 [WebProfilerBundle] right blocks: fix display (jmsche)

    This PR was squashed before being merged into the 6.2 branch.
    
    Discussion
    ----------
    
    [WebProfilerBundle] right blocks: fix display
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.2
    | Bug fix?      | yes?
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | N/A
    | License       | MIT
    | Doc PR        | N/A
    
    Hi, since Symfony 6.2 there's a design issue that bothers me with the toolbar: the hover effect seems "wrong" when hovering one of the right blocks.
    
    This PR fixes the following issues on hover:
    
    * removes green background color
    * removes the extra box shadow
    * moves the remaining box shadow to the left
    * moves the non-radius border from left to right
    * uses CSS variables for -green color
    * fixes non visible Symfony CLI icon on small screen
    * uses same style for green status (bottom colored line instead of full background)
    
    | Before | After |
    | --- | --- |
    | ![cli-before](https://user-images.githubusercontent.com/3929498/212657956-7ec827b6-e4cc-4d86-8128-3b8ca31fd0c0.png) | ![cli-after](https://user-images.githubusercontent.com/3929498/212658006-a5fc12dd-2c93-474c-a6bb-342abe4b048d.png) |
    | ![cli-hover-before](https://user-images.githubusercontent.com/3929498/212658093-7d0bf364-3831-431d-92ec-a7f9d9e76d17.png) | ![cli-hover-after](https://user-images.githubusercontent.com/3929498/212658116-bb38cdc6-af55-449c-acde-23d1846199b8.png) |
    | ![toolbar-before](https://user-images.githubusercontent.com/3929498/212658148-ec863d1c-1de7-4306-b74a-9dd4120c660b.png) | ![toolbar-after](https://user-images.githubusercontent.com/3929498/212658177-c20eff49-33ce-4ff9-8c51-0f66f509d4ac.png) |
    
    Commits
    -------
    
    a03692e903 [WebProfilerBundle] right blocks: fix display
    fabpot committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f3c6adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e78f7fd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Merge branch '6.2' into 6.3

    * 6.2:
      [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions
      [WebProfilerBundle] Fix the accessibility of some background color
      [WebProfilerBundle] right blocks: fix display
      [Messenger] Preserve existing Doctrine schema
      [HttpClient] Explicitly exclude CURLOPT_POSTREDIR
    nicolas-grekas committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4a6cf8c View commit details
    Browse the repository at this point in the history
Loading