wukko
7e9b7542ac
web/Omnibox: workarounds for border rendering bugs in browsers
...
- fixes wonky input border in webkit
- fix bleeding rounded edges when focused in blink (caused by imperfect stacking of inset box-shadow and outset outline)
WOC (wukko-only-change) but it makes a huge difference imo
2025-05-22 18:16:32 +06:00
wukko
841d602f3b
web/Omnibox: use search params only in a browser
...
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
forever cursed by prerender
2025-05-07 19:56:39 +06:00
wukko
393d60ef7a
web/Omnibox: fix prefilled link parsing & refactor to svelte 5 style
2025-05-07 19:45:32 +06:00
wukko
04d1a2f96f
web/Omnibox: don't bind the download button to a variable
2025-04-28 22:02:52 +06:00
wukko
9657db3515
web: remove focus ring css workarounds
2025-04-27 20:38:01 +06:00
wukko
b56c6b70a2
web/Omnibox: show community label if default url isn't official
2025-04-20 16:18:45 +06:00
wukko
07d4393d27
web/Omnibox: don't rerender omnibox buttons
...
this prevents unnecessary listener creation on valid/invalid link spam
2025-04-02 21:22:01 +06:00
wukko
fc42fd7a86
web/Omnibox: make the entire input bar focusable
...
now it's possible to click through the omnibox icon
2025-04-02 21:14:24 +06:00
wukko
4b0d44912b
web/Omnibox: reduce the gap
2025-03-29 14:32:57 +06:00
wukko
158ba6f28f
web/saving-handler: destructure params, reuse request if passed
2025-03-06 17:02:06 +06:00
wukko
bf0b9f55e5
web/Omnibox: add haptic feedback to the paste button
2025-03-05 22:04:50 +06:00
wukko
0f21c9b236
web/layout: reduce button border by .5px
...
yes it matters a lot to me
2025-02-25 13:34:51 +06:00
wukko
91f5d63b93
web/DownloadButton: extract api interaction logic into a lib
...
download button state is now stored, well, in a state
2025-01-29 16:35:43 +06:00
jj
c4c47bdc27
merge: 10.6 updates
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
2025-01-21 13:36:37 +00:00
wukko
39752b2c5f
web/Omnibox: improve pasting links from clipboard
...
- `text/uri-list` type is now accepted (such as clipboard data from bluesky)
- http links are now allowed (such as those from rednote)
- rednote share link is properly extracted
2025-01-20 21:26:55 +06:00
wukko
f0e67fb69f
web/Omnibox: reduce omnibox gap
2025-01-12 22:37:06 +06:00
wukko
601597eb15
web: add support for custom api keys & improve turnstile states
2024-11-23 19:13:23 +06:00
wukko
88ed5876ae
web/Omnibox: adapt for RTL layout
2024-11-20 15:34:10 +06:00
wukko
c67132d2cc
web/Omnibox: add a cool animation to input icons
2024-11-18 21:06:19 +06:00
wukko
b38cb77952
web/turnstile: refresh turnstile if it expires in background
...
also renamed `turnstileLoaded` to `turnstileSolved` for more clarity
2024-11-18 21:05:47 +06:00
wukko
778ee76d59
web/Omnibox: fix main instance domain check
...
oops
2024-11-18 16:42:59 +06:00
wukko
4a70f09017
web/Omnibox: add community instance label
...
now it's easier for the end user to differentiate if an instance is official or not
2024-11-18 16:27:39 +06:00
jj
be7c09bd07
web/lib: move dialogs
to state
folder
2024-10-20 12:51:59 +00:00
wukko
d5ea154ed8
web/Omnibox: reduce gap by 2px
2024-10-12 19:08:01 +06:00
wukko
490bdb729e
web/Omnibox: add aria label for loading captcha state
2024-09-22 16:22:18 +06:00
wukko
92008d3012
web/Omnibox: hide the clear button if request is processing
2024-09-20 15:22:29 +06:00
wukko
c99240339d
web/Omnibox: allow input while antibot check is ongoing & fix spinner
2024-09-20 15:20:25 +06:00
wukko
fdd5feac92
web: use turnstile & session only when the processing instance has them
...
now also always fetching server info in the save tab
2024-09-18 00:24:54 +06:00
wukko
4da1defcf8
web/Omnibox: add missing clipboard input type
2024-09-05 09:06:03 +06:00
dumbmoron
51c140fbfa
web: make everything ssr-compatible
2024-08-31 17:46:10 +00:00
wukko
f7da62e817
web/Omnibox: increase max length to 512 characters
2024-08-29 13:22:52 +06:00
wukko
265ab77948
web/i18n: update string name formatting
2024-08-20 21:17:33 +06:00
wukko
b9fabdc327
web/Omnibox: clean up input link icon code
2024-08-16 01:44:13 +06:00
wukko
478dd6e515
web/Omnibox: show a spinner when loading
...
replaces the link icon with a spinner when loading the turnstile checks or processing the link
2024-08-16 01:37:05 +06:00
wukko
b71d51de21
web: move svg icons from lib to components
2024-08-09 16:35:00 +06:00
dumbmoron
5948cab4fb
web: move iPadOS workaround to global level
2024-08-06 14:19:01 +00:00
dumbmoron
3b90f5ee17
web/Omnibox: workaround for link area being unusable on iPadOS 15
2024-08-06 14:02:21 +00:00
wukko
a4e0e21a97
web/Omnibox: accept keyboard shortcuts only when focused
2024-07-28 23:36:38 +06:00
wukko
32743360be
web/Omnibox: fix dimmed input placeholder in firefox
2024-07-27 19:27:58 +06:00
wukko
1ded7698ff
web/Omnibox: fix input area dimming in safari when processing
2024-07-27 19:26:39 +06:00
wukko
49973eceb1
web/omnibox: disable input area when processing & reduce timeout
...
also fixed a typo that broke key spamming protection
2024-07-26 14:07:23 +06:00
wukko
bc8e3d4a7c
web/Omnibox: simplify link state storage
2024-07-22 16:34:19 +06:00
wukko
24b783e5fb
web/Omnibox: remember the link input when switching between tabs
2024-07-22 09:55:04 +06:00
dumbmoron
bb446ecf3e
web: add Optional type and use it
2024-07-21 17:26:21 +00:00
wukko
8ebde39197
web/Omnibox: prevent paste button spamming
2024-07-16 22:17:51 +06:00
wukko
504dfdb995
web/Omnibox: ignore keyboard shortcuts when processing
2024-07-16 22:11:57 +06:00
wukko
d31090c3d5
web/Omnibox: ignore keyboard shortcuts when dialog is visible
2024-07-16 22:03:16 +06:00
wukko
03bd995839
web/Omnibox: disable focus ring on inner input element
2024-07-15 14:29:02 +06:00
wukko
25cfa3e443
web/Omnibox: add extraction of links from page hash and query
2024-07-15 14:21:51 +06:00
dumbmoron
1f0958a0d1
web/settings: move to state folder
2024-07-13 13:17:03 +00:00