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: SchweizerischeBundesbahnen/netzgrafik-editor-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: netzgrafik-frontend-v2.7.5
Choose a base ref
...
head repository: SchweizerischeBundesbahnen/netzgrafik-editor-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: netzgrafik-frontend-v2.7.6
Choose a head ref
  • 11 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 13, 2024

  1. 236 feature request security updates (#238)

    * removed unrequired packages
    
    * All patches updates (npx npm-check-updates -u -t patch)
    aiAdrian authored Aug 13, 2024
    Copy the full SHA
    5760de2 View commit details
  2. Update AdvancedEditingShortcuts.md (#240)

    Keyboard elements (buttons) will visually highlight.
    aiAdrian authored Aug 13, 2024
    Copy the full SHA
    4ab87c8 View commit details

Commits on Aug 14, 2024

  1. Update CREATE_PROJECT.md

    aiAdrian authored Aug 14, 2024
    Copy the full SHA
    95ccc56 View commit details
  2. Copy the full SHA
    0d1239a View commit details
  3. Update CREATE_TRAINRUN.md

    aiAdrian authored Aug 14, 2024
    Copy the full SHA
    d5d5669 View commit details
  4. Update Merge_Netzgrafik.md

    aiAdrian authored Aug 14, 2024
    Copy the full SHA
    3259213 View commit details

Commits on Aug 19, 2024

  1. Update CREATE_PROJECT.md, punctuation, spelling (#247)

    - if so, press ...
    - for more details ...
    - Visibility
    SergeCroise authored Aug 19, 2024
    Copy the full SHA
    07cf5d3 View commit details
  2. Update CREATE_CONNECTIONS.md, spelling (#246)

    - connections
    SergeCroise authored Aug 19, 2024
    Copy the full SHA
    87ba5b7 View commit details
  3. Update AdvancedEditingShortcuts.md, grammar, spelling (#245)

    - ... system saves it ...
    - ... Use the copy-paste idea: Select the train and press ...
    SergeCroise authored Aug 19, 2024
    Copy the full SHA
    e839ec2 View commit details
  4. fix: use change event instead of keyup for node name change (#248)

    Fixes a few issues:
    
    - "keyup" is not triggered when copy-pasting. So if the user right
      clicks and pastes a new value, the name would not get updated.
    - "keyup" triggers each time a character is typed in the input
      field. This results in a lot of operations on each keypress.
    - No need to set this.nodeProperties.nodeBetriebspunktName nor
      this.nodeProperties.nodeBetriebspunktFullName on keyup: this is
      already done automatically by [ngModel].
    
    Note that we do loose a bit of functionality with this patch: the
    diagrams and sidebar headings aren't updated in real-time as the
    user types anymore.
    emersion authored Aug 19, 2024
    Copy the full SHA
    1e1177b View commit details
  5. chore(main): release netzgrafik-frontend 2.7.6 (#255)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 19, 2024
    Copy the full SHA
    e499e9e View commit details
Loading