[PR #450] [MERGED] fix: align HTTP method tags to the left #1627

Closed
opened 2026-05-06 19:39:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/450
Author: @pandeb
Created: 5/3/2026
Status: Merged
Merged: 5/6/2026
Merged by: @gschier

Base: mainHead: bugfix-http-tags-alignment


📝 Commits (1)

  • 6ed012d align HTTP method tags to the left

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src-web/components/core/HttpMethodTag.tsx (+1 -1)

📄 Description

Summary

HTTP method tags in the left sidebar are left-aligned on the webpage screenshot but right-aligned in the app. This PR fixes the alignment by replacing padStart with padEnd in HttpMethodTag.tsx file.

Submission

  • This PR is a bug fix or small-scope improvement.
  • If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below.
  • I have read and followed CONTRIBUTING.md.
  • I tested this change locally.
  • I added or updated tests when reasonable.

Screenshots

Before:

Before

After fix:

Fix

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/450 **Author:** [@pandeb](https://github.com/pandeb) **Created:** 5/3/2026 **Status:** ✅ Merged **Merged:** 5/6/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `bugfix-http-tags-alignment` --- ### 📝 Commits (1) - [`6ed012d`](https://github.com/mountain-loop/yaak/commit/6ed012d6698cd73a9c8177415c87d58e2560b587) align HTTP method tags to the left ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/core/HttpMethodTag.tsx` (+1 -1) </details> ### 📄 Description ## Summary HTTP method tags in the left sidebar are `left-aligned` on the webpage screenshot but `right-aligned` in the app. This PR fixes the alignment by replacing `padStart` with `padEnd` in `HttpMethodTag.tsx` file. ## Submission - [x] This PR is a bug fix or small-scope improvement. - [ ] If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below. - [x] I have read and followed [`CONTRIBUTING.md`](CONTRIBUTING.md). - [x] I tested this change locally. - [ ] I added or updated tests when reasonable. ## Screenshots ### Before: <img width="1100" height="397" alt="Before" src="https://github.com/user-attachments/assets/dd24fb0b-a648-46ec-b899-c3176896e8a7" /> ### After fix: <img width="1098" height="389" alt="Fix" src="https://github.com/user-attachments/assets/b0bd5e94-67bd-4b18-8969-10ace63b86ee" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 19:39:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1627