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: RazorConsole/RazorConsole
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2fed02
Choose a base ref
...
head repository: RazorConsole/RazorConsole
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7bb436e
Choose a head ref
  • 17 commits
  • 88 files changed
  • 6 contributors

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    17fde83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80d413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc0d09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    711dcad View commit details
    Browse the repository at this point in the history
  5. chore(nuget):Extend nuget icon. (#213)

    Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    TeseySTD authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    4cd1fb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. feat(core.components, gallery):Add step chart component. (#219)

    * feat(core.components, gallery):Add prototype of step chart component.
    
    * fix(step-chart):Add new formating and fix axes.
    
    * fix(step-chart):Fix axes labeling and corners.
    
    * feat(gallery):Add step chart gallery example and rename charts gallery to small charts.
    
    * refactor(step-chart):Make color in chart series a Color type.
    
    * fix(step-chart):Fix hex color bug.
    
    * feat(step-chart):Add title color attribute.
    
    * docs(core.components, design-docs):Add docs for step chart.
    
    * docs(website):Add step-chart preview.
    
    * fix(format):Reorder imports in translator and remove bom.
    
    * fix(format):Reorder imports. Again.
    
    * fix(format):Run dotnet format.
    
    * docs(website):Removed default param in series.
    
    * feat(website):Make preview smaller in width. Also add default green color in first chart.
    TeseySTD authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    a981b67 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. Refactor (#221)

    * Refactored ConsoleRenderer
    
    * Added usage of new dotnet features
    
    * Added proper logging
    
    * Fixed: Thread safety, System.Threading.Lock, code duplication
    
    * Migrated assertions to Shouldly
    
    * Removed unused code
    
    * Added codecov reporting
    
    * Migrated to mirror test structure for easier navigation
    
    * Fix failed tests
    
    * Addressing PR comments
    
    * Addressing PR comments
    
    * Addressing PR comments
    
    * Addressing PR comments
    
    * Normalize file structure
    
    * fix file location
    
    * Addressing PR comments
    
    * Revert "fix file location"
    
    This reverts commit 03700f6.
    
    * Revert "Normalize file structure"
    
    This reverts commit ac3571c.
    ParadiseFallen authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    9bef8c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Replace LittleLittleCloud with RazorConsole org references (#229)

    * Initial plan
    
    * Replace LittleLittleCloud with RazorConsole org references
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    * Update documentation website URL in release notes
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    Copilot and LittleLittleCloud authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    0ed2924 View commit details
    Browse the repository at this point in the history
  2. Website - Add collaborators bio page (#231)

    * Initial plan
    
    * Add collaborators page to website
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    * Update GitHub URLs from LittleLittleCloud to RazorConsole org
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    * Add optional social media and website fields to collaborator profiles
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    * Add accessibility labels and URL validation for social media buttons
    
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    
    * Add myself to collaborators list
    
    Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    
    * Added FallenParadise to bio page
    
    ---------
    
    Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
    Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    Co-authored-by: FallenParadise <yjokerch@gmail.com>
    4 people authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    e6530f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. feat(website): Add docs hash routing, optimize markdown component. (#233

    )
    
    * feat(website):Add scrolling to top while route changing.
    
    * feat(docs):Add hash routing. Make nav sticky. Fix re-render of markdown.
    
    * fix:Try to fix package-lock.json.
    
    * to prev commit
    TeseySTD authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    a99ff55 View commit details
    Browse the repository at this point in the history
  2. docs(website, design-docs, readme):Make some adjustments and style fi…

    …xes. (#236)
    
    * docs(website):built-in-components.
    
    * docs(website, design-docs):custom-translators fix.
    
    * docs(website):Fix main headers in focus-management and routing.
    
    * docs:Fix readme.
    TeseySTD authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    3ef8015 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. fix(website):Update docs links in footer. (#237)

    Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    TeseySTD authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    6721048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f86280 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    b59b3d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b388fd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Configuration menu
    Copy the full SHA
    143ae7a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Configuration menu
    Copy the full SHA
    7bb436e View commit details
    Browse the repository at this point in the history
Loading