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: MaibornWolff/codecharta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MaibornWolff/codecharta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tech/remove-angular-material
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 58 files changed
  • 2 contributors

Commits on Jun 17, 2026

  1. refactor(visualization): remove Angular Material entirely

    Consolidate the edge and logo colour pickers onto the existing DaisyUI inline color picker and delete the old colorPicker/labelledColorPicker/colorPickerForMapColor family. Rewrite the loading spinner as a transform-based DaisyUI/Tailwind spinner so it keeps spinning smoothly while the codemap re-renders. Tear down the app/material/ theme layer, drop the @angular/material and @angular/cdk dependencies and their build wiring, and broaden the dependency-cruiser no-material rule to the whole app.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    christian-huehn-mw and claude committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    473d92b View commit details
    Browse the repository at this point in the history
  2. fix(visualization): show building edges on hover when height metric i…

    …s zero
    
    addArrow gated edge creation on a truthy height-metric value on both endpoints, so a file whose height-metric value is 0 (or missing) drew no edges when hovered or selected — even though they appeared in the edge preview. The edge and height metrics are independent and createCurve uses the clamped building height, so the guard is removed; edges now draw regardless of the height-metric value. Adds a regression test.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    christian-huehn-mw and claude committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    0950a62 View commit details
    Browse the repository at this point in the history
  3. fix(visualization): restore markingColors array when rehydrated as ob…

    …ject
    
    Some browsers restore the IndexedDB-persisted markingColors as an object
    instead of a string array, causing "markingColors.filter is not a function"
    when pinning a folder in the color settings popover. Normalize it once at
    the central mapColorsSelector so every consumer gets a proper array, and
    drop the now-redundant workaround in markFolderItems.selector.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    christian-huehn-mw and claude committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    4ba6054 View commit details
    Browse the repository at this point in the history
Loading