Skip to content

feat: add floating quick-scroll terminal boundary navigation targets #116#155

Open
prakshithamalla-art wants to merge 2 commits into
siddu-k:mainfrom
prakshithamalla-art:feature-quick-scroll
Open

feat: add floating quick-scroll terminal boundary navigation targets #116#155
prakshithamalla-art wants to merge 2 commits into
siddu-k:mainfrom
prakshithamalla-art:feature-quick-scroll

Conversation

@prakshithamalla-art
Copy link
Copy Markdown
Contributor

Feature Implemented

Introduces a sleek, floating boundary navigation controller grouping anchored directly over the terminal console logger frame. This allows developers to toggle instantaneous smooth scrolling transitions between initial setups at the top and real-time active output fields at the base with one-click actions.

Technical Details

  • Injected absolute-positioned floating control button layout (#scroll-to-top, #scroll-to-bottom) directly into the #terminal-body grid frame wrapper within ui/index.html.
  • Integrated mathematical scroll dimension modifiers (.scrollTo) manipulating targeted element bounds inside ui/app.js.
  • Integrated conditional display logic triggers to transition layout container visibility styles (input-focused opacity reduction) when user typing focus parameters are active on the terminal CLI input wrapper.
  • Extended standard hover style treatments and theme-compliant color configurations inside ui/style.css.

Closes #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Floating Quick-Scroll Terminal Boundary Navigation Targets

2 participants