[go: up one dir, main page]

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: parca-dev/parca
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: parca-dev/parca
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-percentage-columns
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 7, 2023

  1. ui/profile/Table: Add dropdown to change column visibility

    Also, some additional performance improvements by moving getting the column references before the hot paths.
    metalmatze committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    50c6c8a View commit details
    Browse the repository at this point in the history
  2. ui/component/Table: Make table header sticky

    This should be better with long tables and sorting. Users don't have to scroll back to the top to sort.
    metalmatze committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7c1b0b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    aec970f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eab4bd View commit details
    Browse the repository at this point in the history
  3. custom ColumnDef type

    monicawoj committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fc81af7 View commit details
    Browse the repository at this point in the history
  4. remove unneeded variables

    monicawoj committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a3c3c6c View commit details
    Browse the repository at this point in the history
  5. remove unneeded variable

    monicawoj committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    10e5d25 View commit details
    Browse the repository at this point in the history
  6. add type to input

    monicawoj committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    af90774 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    173f028 View commit details
    Browse the repository at this point in the history
  2. add percentage columns

    monicawoj committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6dc058e View commit details
    Browse the repository at this point in the history
Loading