Skip to content

feat(form): add Paste & Go button for mobile users#135

Open
aayushprsingh wants to merge 4 commits into
everywall:release/v0.0.24from
aayushprsingh:fix/mobile-paste-button
Open

feat(form): add Paste & Go button for mobile users#135
aayushprsingh wants to merge 4 commits into
everywall:release/v0.0.24from
aayushprsingh:fix/mobile-paste-button

Conversation

@aayushprsingh
Copy link
Copy Markdown

Summary

Add a Paste & Go button that appears on mobile screens (< sm breakpoint), addressing issue #71 where pasting and submitting a URL on mobile is fiddly.

Changes to handlers/form.html:

  1. Added a <button type="button" id="pasteButton"> after the input div, hidden on sm: and up
  2. Added click handler that:
    • Reads text from clipboard via navigator.clipboard.readText()
    • Fills the input field with it
    • Navigates directly to the proxied URL (same logic as the form submit handler)

The button uses the same blue palette (bg-blue-600) as the input focus ring, and the sm:hidden Tailwind class ensures it only appears on small viewports.

Fixes #71

dependabot Bot and others added 4 commits April 24, 2026 22:16
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v4...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ions/dot-github/workflows/docker/metadata-action-6

Bump docker/metadata-action from 4 to 6 in /.github/workflows
When LOG_URLS=false is set, request URL paths (e.g. GET /https://...)
are no longer logged. Previously only NOLOGS=true was checked,
making LOG_URLS ineffective for suppressing request logs.

Fixes everywall#78
On mobile (screen < sm), show a 'Paste & Go' button that reads
the clipboard and navigates directly to the proxied URL.

On larger screens the button is hidden (sm:hidden) and users can
paste directly into the input field.

Fixes everywall#71
@mms-gianni mms-gianni added this to the v0.0.24 milestone May 9, 2026
@mms-gianni mms-gianni changed the base branch from main to release/v0.0.24 May 9, 2026 22:23
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.

Should Ladder's UI behave differently for mobile?

2 participants