Skip to content

v1.2.0#259

Merged
akshaydeo merged 2 commits intomainfrom
08-11-minor_ui_uplift
Aug 19, 2025
Merged

v1.2.0#259
akshaydeo merged 2 commits intomainfrom
08-11-minor_ui_uplift

Conversation

@akshaydeo
Copy link
Copy Markdown
Contributor

@akshaydeo akshaydeo commented Aug 11, 2025

Summary

This PR updates the UI design with a more refined aesthetic, including rounded corners, background colors, and layout adjustments. It also fixes author attribution in GitHub workflows and simplifies the transports release workflow.

Changes

  • Updated UI design with more consistent rounded corners (from rounded-md to rounded-sm)
  • Changed background colors for better contrast and visual hierarchy
  • Improved layout with a contained main content area
  • Fixed author attribution in GitHub workflows to use github.event.pull_request.user.login instead of github.actor
  • Simplified the transports release workflow by removing unnecessary jobs
  • Added explicit host parameter (localhost) to the development environment in Makefile
  • Improved logs table column layout and typography for better readability
  • Added overscroll behavior control to prevent unwanted scrolling effects

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (Next.js)
  • Docs

How to test

Verify the UI changes by running the development environment:

# UI
cd ui
pnpm i || npm i
pnpm dev || npm run dev

# Full stack with updated Makefile
make dev

Check that the UI has consistent rounded corners, proper background colors, and improved layout.

Screenshots/Recordings

N/A

Breaking changes

  • Yes
  • No

Related issues

N/A

Security considerations

No security implications.

Checklist

  • I read docs/contributing/README.mdand followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant