Last 12 weeks · 0 commits
4 of 6 standards met
Please be aware that vibe-coding contributions are 🚫 STRICTLY PROHIBITED. We are humans behind these open source projects, trying hard to maintain good quality and a healthy community. Not only do vibe-coding contributions pollute the code, but they also drain A LOT of unnecessary energy and time from maintainers and toxify the community and collaboration. All vibe-coded, AI-generated PRs will be rejected and closed without further notice. In severe cases, your account might be banned organization-wide and reported to GitHub. PLEASE SHOW SOME RESPECT and do not do so. Before submitting the PR, please make sure you do the following: Read the Contributing Guide. Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate. Provide a description in this PR that addresses what the PR is solving and WHY**, or reference the issue that it solves (e.g. ). Ideally, include relevant tests that fail without this PR but pass with it. Description As title. Linked Issues N/A. Additional context N/A.
Repository: antfu/broz. Description: A simple, frameless browser for screenshots Stars: 1108, Forks: 36. Primary language: TypeScript. Languages: TypeScript (94.6%), JavaScript (5.4%). Topics: browser, electron, minimalistic, screenshot. Latest release: v1.0.1 (2mo ago). Open PRs: 0, open issues: 7. Last activity: 2mo ago. Community health: 71%. Top contributors: antfu, alexanderniebuhr, jinghaihan, elliot-zzh, lydell, azaleta, iskrisis.
TypeScript
Describe the bug When I try , the Electron runtime throw an error: Reproduction N/A. I just run the command in the terminal so I dont really know how to provide a minimal repoduction. System Info Used Package Manager yarn Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug The position of the hidden drag bar is entirely overlapped by YouTube's menu. I suggest allowing right-click to drag the window, adjusting the drag bar position, or providing developer tools so I can delete webpage elements myself. Reproduction just open youtube:https://www.youtube.com/watch?v=HpWgsc_A9mg System Info Used Package Manager npm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [x] I am willing to submit a PR to fix this issue [x] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Description Multiple Positioning Methods Free Dragging: Drag the bar with the left mouse button to any position within the viewport. Keyboard Shortcuts: Use Ctrl+Arrow Keys (or Cmd on Mac) to instantly snap the drag bar to any of the four screen corners: ← Move to left corners (preserves vertical position) → Move to right corners (preserves vertical position) ↑ Move to top corners (preserves horizontal position) ↓ Move to bottom corners (preserves horizontal position) Double-Click Cycling: Double-click the drag bar to cycle through all four corners in order. Context Menu: Right-click the drag bar to open a menu for quick corner selection or to hide the bar. Smart Corner Navigation The drag bar always snaps to one of the four corners. Arrow key navigation is context-aware: For example, pressing → from the top-left moves to top-right; pressing ↓ from top-left moves to bottom-left, etc. You can freely move between all corners using only the arrow keys. Linked Issues #19 issues Additional context These features are designed to ensure the drag bar never blocks important webpage content and can always be repositioned, even if covered by site elements. The keyboard and context menu controls provide accessibility and convenience for power users and those working with complex layouts or screenshots.