feat(core.components, gallery, website):Add scrollbar component.#256
Merged
TeseySTD merged 27 commits intoRazorConsole:mainfrom Dec 23, 2025
Merged
feat(core.components, gallery, website):Add scrollbar component.#256TeseySTD merged 27 commits intoRazorConsole:mainfrom
TeseySTD merged 27 commits intoRazorConsole:mainfrom
Conversation
🚀 Preview DeploymentA preview build has been generated for this PR from CI run #20468295445! Download the artifact: To view the preview locally:
🌐 Live Preview URL: https://aec0a1a1.razorconsole.pages.dev The live preview will be automatically updated when you push new |
src/RazorConsole.Core/Rendering/Translation/Translators/ScrollableTranslator.cs
Outdated
Show resolved
Hide resolved
src/RazorConsole.Core/Rendering/Translation/Translators/ScrollableTranslator.cs
Show resolved
Hide resolved
ParadiseFallen
requested changes
Dec 15, 2025
src/RazorConsole.Tests/Rendering/Translation/ScrollableTranslatorTests.cs
Show resolved
Hide resolved
Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
LittleLittleCloud
approved these changes
Dec 20, 2025
ParadiseFallen
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #255.
Changes
KeyEventHandlerfrom scrollable, also acceptsOnFocusInandOnFocusOutcallbacks - that adds ability to make some UI changes when element is focused.Scrollbarcomponent as children, and using that style info render it in its content. Also nowScrollbaraccepts focus, so there is no need to set focusable on other elements.TableandPanel/Borderelements enabled embedded rendering, that means that scrollbar can be rendered inside one panel/border, or one table so it looks much better.