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
dumbmoron
61e47b38d1
web/DownloadButton: slight refactor
2024-07-23 10:09:42 +00:00
wukko
ee162aa236
web/ClearButton: fix rendering bug in safari & clean up
2024-07-23 12:13:40 +06:00
wukko
718dc4cf0a
web/DownloadButton: darken when disabled
2024-07-22 16:42:37 +06:00
wukko
2fb05d018c
web/DownloadButton: show done button state for picker
2024-07-22 16:35:36 +06:00
wukko
bc8e3d4a7c
web/Omnibox: simplify link state storage
2024-07-22 16:34:19 +06:00
dumbmoron
7c5b703e37
web/dialog: refactor types and logic
2024-07-22 09:06:11 +00:00
wukko
66bac03e30
web/dialogs: add picker dialog & clean up small dialog
2024-07-22 14:33:43 +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
f93f3cd558
web/DownloadButton: fallback if status isn't supported
2024-07-21 22:49:26 +06:00
wukko
d7bf98a80b
web: settings reset confirmation, icons for small dialog
...
- cleaned up dialog i18n
- better red color
- made :active state visible for dialog buttons on mobile
- better body padding in small dialog
- better small dialog typing with optional values
2024-07-20 21:48:17 +06:00
wukko
720b3c5f68
web: full SmallDialog component, one flexible meowbalt component
...
- fully stylized small dialog: header, title, subtext, state without meowbalt
- moved meowbalt into his own adaptive component, no need to import/create new ones for each emotion
- better types for dialog related stuff
- type for meowbalt's emotions
- better padding in small dialog
2024-07-20 20:34:19 +06: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
fa835d0010
web/dialog: css for small dialog
...
- moved backdrop to each dialog
- dialog is now closable by clicking the backdrop
- added meowbalt to dialogs
- added more meowbalt assets & components
- added "main" boolean to indicate the main action button in a list of buttons
2024-07-16 14:00:56 +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
wukko
4232c3437b
web: dialog system & basic small dialog
2024-07-13 19:15:43 +06:00
wukko
6c9d759a3a
web: update save page i18n & add link to terms and ethics of use
...
now also styling <a> properly, with exceptions only when needed
2024-07-13 13:45:53 +06:00
wukko
bd2bdf326f
web/Omnibox: handle enter key press
2024-07-08 19:29:30 +06:00
wukko
8b801bad50
web/save: keyboard shortcut for muted mode
2024-07-04 00:03:46 +06:00
wukko
97d381e993
web: move all strings to i18n & improve a11y
...
- omnibox is now fully usable with a screen reader
- back button is now interpreted as such
- subtext now accepts line breaks
2024-07-03 23:54:44 +06:00
dumbmoron
743338ea4c
web/omnibox: add keyboard shortcuts support
...
- shift+d to paste
- ⌘/ctrl+v to paste
- shift+k for auto mode
- shift+l for audio mode
- esc to clear input
todo:
- shortcut for "muted" mode
2024-07-03 17:42:34 +00:00
wukko
374611553b
web: add notch easter egg & optimize for landscape
...
it took way too much time to optimize the damn logo sticker under notch for all devices & zoom states
also improved device lib api
2024-07-03 19:05:14 +06:00
wukko
5ced7b5388
web/save: move strings to i18n & translate to ru
...
also fixed line break in switcher for future lengthier translations (german, for example)
2024-07-03 13:52:27 +06:00
wukko
d817888838
web/device: add global constant for device info
2024-06-29 20:24:14 +06:00
wukko
b2652f29ac
web/Omnibox: download right after pasting
2024-06-25 22:52:17 +06:00
wukko
d008bffc08
web/DownloadButton: open share sheet on ios
2024-06-25 22:25:29 +06:00
wukko
f8ade2bf08
web/Omnibox: don't show focus stroke in link bar
2024-06-24 23:48:37 +06:00
wukko
56081db857
web: move svg icon params to css & clean up
2024-06-24 23:46:37 +06:00
wukko
a226f0635f
web: use an alias for components folder
2024-06-24 20:23:55 +06:00
wukko
7e39bd78d7
web/settings: fix setting value name
2024-06-20 19:19:57 +06:00
wukko
b9e7661b6d
web: basic settings page needed for testing
...
typescript cries about types but i don't care at this point
2024-06-20 18:05:17 +06:00
wukko
00cdb2121d
web: data-driven switcher & save mode switcher
...
also:
- disabled ssr to enable localstorage
- removed the workaround for hover, as it looks bad
2024-06-19 23:04:09 +06:00
wukko
ddb52cfef7
web/save: dynamic paste text & component clean up
2024-06-17 19:03:26 +06:00
wukko
eaf63fdd45
web: reduced omnibox & button sizes
2024-06-17 18:46:21 +06:00
wukko
f2bacc703a
web/omnibox: import only one tabler icon
2024-06-17 01:18:39 +06:00
wukko
5390415aa7
web: use hover effects only when supported
2024-06-17 01:12:59 +06:00
wukko
65c14d41fa
web: make tab focus blue for better visibility
2024-06-16 23:30:10 +06:00
wukko
ea830974b6
web: fix DownloadButton tab focus glow
2024-06-16 23:06:30 +06:00
wukko
66a1e9e953
web/omnibox: prevent password manager autofill
2024-06-16 21:54:02 +06:00
wukko
f8f248f399
web: dark theme & coloring, border, focus fixes
2024-06-16 21:45:24 +06:00
wukko
1325c3516c
web: move border radius into a variable
2024-06-16 19:51:02 +06:00
wukko
3554222f42
web: add api response types & clean up DownloadButton
2024-06-16 18:53:45 +06:00