Commit Graph

  • 575bddf05c
    web/Omnibox: prevent paste button spamming wukko 2024-07-16 22:17:51 +0600
  • df357bcb23
    web/Omnibox: ignore keyboard shortcuts when processing wukko 2024-07-16 22:11:57 +0600
  • 2836b8e594
    web/Omnibox: ignore keyboard shortcuts when dialog is visible wukko 2024-07-16 22:03:16 +0600
  • 413c11c918
    web/dialog: css for small dialog wukko 2024-07-16 14:00:56 +0600
  • 49e670bba9
    web/Omnibox: disable focus ring on inner input element wukko 2024-07-15 14:29:02 +0600
  • dbeaefc991
    web/Omnibox: add extraction of links from page hash and query wukko 2024-07-15 14:21:51 +0600
  • 91f24559af
    web: always show focus ring wukko 2024-07-14 23:21:04 +0600
  • c8fabd6c22
    web/i18n/settings: fix a typo in analytics description wukko 2024-07-14 23:05:31 +0600
  • 73fcd5716f
    web: add env variable & plausible functionality wukko 2024-07-14 22:50:18 +0600
  • e9e9f1a8bb
    web/settings: try to migrate settings if new format is not used yet dumbmoron 2024-07-13 20:39:40 +0000
  • 9693560bc7
    web/migrate: set up migration from old settings format dumbmoron 2024-07-13 20:37:38 +0000
  • 8862abb88e
    web/settings: update analytics text & add a link to more info wukko 2024-07-14 21:51:56 +0600
  • 8867db12eb
    web/i18n/save: remove "the" from terms note wukko 2024-07-14 21:27:34 +0600
  • 6ac3c13055
    web/settings: add "privacy" page with analytics toggle dumbmoron 2024-07-14 15:26:55 +0000
  • 436efeb6d8
    web/state/settings: add "disable analytics" option dumbmoron 2024-07-14 15:22:42 +0000
  • 2c7a123281
    web: add dynamic lang html tag wukko 2024-07-14 21:10:41 +0600
  • a2cf52d974
    web/settings: fix header on mobile at certain scales wukko 2024-07-14 20:52:22 +0600
  • c5a6e62e04
    web: switch main body color depending on theme wukko 2024-07-14 20:42:32 +0600
  • 674cf85483
    web/i18n/save: fix grammar in terms note wukko 2024-07-14 20:33:49 +0600
  • 66f94b5c9b
    web/settings: move to state folder dumbmoron 2024-07-13 13:17:03 +0000
  • 00ae3e1dbb
    web: dialog system & basic small dialog wukko 2024-07-13 19:15:43 +0600
  • a802d1530b
    web/debug: show all data as json wukko 2024-07-13 19:07:35 +0600
  • ef339f432e
    web: adjust gray color to pass WCAG AA guideline dumbmoron 2024-07-13 12:51:31 +0000
  • 55fc5e252e
    settings: move schemaVersion definition to updateSetting dumbmoron 2024-07-13 12:32:08 +0000
  • 7dadb0e54b
    debug: include settings json on page dumbmoron 2024-07-13 12:25:50 +0000
  • 9916ea61a9
    settings: expose settings that have only been modified dumbmoron 2024-07-13 12:25:27 +0000
  • bb335793e6
    settings: add migrations, include schemaVersion in storage dumbmoron 2024-07-13 12:05:52 +0000
  • f38a58490f
    web: update save page i18n & add link to terms and ethics of use wukko 2024-07-13 13:45:53 +0600
  • 32396e498c
    web/Sidebar: make bottom padding match the corner radius of the page wukko 2024-07-12 20:49:44 +0600
  • f6d2ec02f9
    web/Sidebar: remove duplicate padding in css wukko 2024-07-12 20:46:46 +0600
  • 13e9072039
    web/sidebar: redo padding on mobile & desktop wukko 2024-07-12 20:22:12 +0600
  • 7ed81f5553
    web/settings: make navigation scrollable on overflow wukko 2024-07-12 19:18:47 +0600
  • 061d199f29
    web: convert global state classes to data attributes wukko 2024-07-12 19:15:55 +0600
  • 3af7853903
    web/LanguageAutoToggle: update preferred language variable name wukko 2024-07-12 19:02:23 +0600
  • 2dbaf079c1
    web: respect reduced motion & transparency preferences wukko 2024-07-12 18:49:29 +0600
  • c2d4c1b7b7
    web/SidebarTab: apply will-change only on iphone wukko 2024-07-12 17:16:26 +0600
  • 0959e16569
    web/SidebarTab: yet another attempt to fix blurriness on small res screens wukko 2024-07-12 17:06:05 +0600
  • 9474d0ce9e
    web/SidebarTab: go back to neutral transform state at end of animation wukko 2024-07-11 12:26:39 +0600
  • 153c4f7f3e
    LanguageAutoToggle: change language even if it does not exist dumbmoron 2024-07-10 18:46:43 +0000
  • 1393124f98
    web/device: add user agent wukko 2024-07-11 00:27:46 +0600
  • fbf68144e8
    web/i18n/settings: update language description wukko 2024-07-11 00:21:49 +0600
  • 842f91ec54
    web/vite: change build target to esnext wukko 2024-07-11 00:05:29 +0600
  • acd485d402
    web/debug: show page content only when debug mode is enabled wukko 2024-07-10 23:52:44 +0600
  • 42debb1207
    web/error: redirect home on 404 wukko 2024-07-10 23:50:50 +0600
  • f94ab5e332
    settings: only store settings if changed by user dumbmoron 2024-07-10 17:47:46 +0000
  • a3852ceb64
    web/settings: add advanced & debug pages wukko 2024-07-10 23:35:53 +0600
  • ffaead1f4c
    web/SettingsNavSection: make section title optional wukko 2024-07-10 23:35:40 +0600
  • 404d031117
    web/lib/settings: use default settings as base when loading from storage wukko 2024-07-10 23:29:47 +0600
  • c7ff62c7eb
    web/lib/device: fix ipad recognition wukko 2024-07-10 23:28:23 +0600
  • 4165af2366
    version.json: refactor, don't use error(), use cf pages env if available dumbmoron 2024-07-10 16:23:35 +0000
  • cc852ec416
    version.json: correct parsing for https clones dumbmoron 2024-07-10 16:14:54 +0000
  • 26f265f4d5
    web: add prerendered version.json endpoint for frontend metadata dumbmoron 2024-07-10 16:04:00 +0000
  • 968add2b0c
    web/LanguageDropdown: yet another fix for chrome on windows wukko 2024-07-10 21:54:04 +0600
  • 583b9480e8
    web/SidebarTab: make the button squishy wukko 2024-07-10 21:46:14 +0600
  • 7db01d4820
    web/i18n/settings: improve reduce motion description wukko 2024-07-10 20:21:41 +0600
  • 235abcbdc5
    web/settings: clean up the mobile header wukko 2024-07-10 20:19:46 +0600
  • 8f4da35b45
    web/settings: improve subtext visibility wukko 2024-07-10 20:19:05 +0600
  • 4546ed484d
    web/i18n/settings: remove "preferred" from titles wukko 2024-07-10 19:37:49 +0600
  • 26d2565ca6
    web/settings: move switcher description to correct component wukko 2024-07-10 19:35:23 +0600
  • ffdcee1852
    web/LanguageDropdown: fix option style in chrome on windows wukko 2024-07-10 18:42:00 +0600
  • 8ab85dc442
    web/settings: refresh the locale state when auto mode is toggled wukko 2024-07-09 21:41:53 +0600
  • 29fa2ba4d0
    web: use credentials for manifest.json wukko 2024-07-09 21:16:40 +0600
  • 4e5073f087
    web/i18n: add fallback locale wukko 2024-07-09 17:40:45 +0600
  • 137d22c707
    web/settings/appearance: rearrange sections wukko 2024-07-08 19:47:59 +0600
  • 3340989749
    web/settings: disable the language dropdown when auto wukko 2024-07-08 19:46:20 +0600
  • 35a82fb917
    web/Omnibox: handle enter key press wukko 2024-07-08 19:29:30 +0600
  • e1bf0fb6fa
    web/LanguageDropdown: fix current selection string wukko 2024-07-08 19:24:40 +0600
  • 4f2bf18d85
    web/SidebarTab: indicate that tab is selected in aria wukko 2024-07-08 12:58:21 +0600
  • 8e47983fb0
    web/LanguageDropdown: fix missing text in firefox & small font size in safari wukko 2024-07-08 12:49:27 +0600
  • c3348ef71c
    web/LanguageDropdown: proper component style wukko 2024-07-08 00:18:25 +0600
  • 7e99b4bff9
    web/SettingsToggle: change aria role to switch wukko 2024-07-07 22:45:35 +0600
  • 651a3add48
    svelte: don't use relative paths for bundle lilnks in html dumbmoron 2024-07-07 16:10:12 +0000
  • db8d57fea0
    web/settings: highlight the setting when linked to wukko 2024-07-07 21:51:46 +0600
  • 550ce86690
    web/settings: add section ids wukko 2024-07-07 19:14:49 +0600
  • a07e25500a
    web/lib/api: don't follow redirects away from api wukko 2024-07-07 18:52:06 +0600
  • e224cf1f33
    web/chore: tabs to spaces dumbmoron 2024-07-04 22:27:38 +0000
  • a04f7a9eee
    web/sidebar: simplify settings link logic dumbmoron 2024-07-04 22:25:47 +0000
  • cdc5294799
    web/settings: redirect to full page if base page is opened on desktop dumbmoron 2024-07-04 22:25:22 +0000
  • 6651082d58
    web/settings: redirect invalid settings paths to default settings page dumbmoron 2024-07-04 22:18:02 +0000
  • 1b39545007
    web/build: merge i18n chunks for each language into one file dumbmoron 2024-07-04 22:15:15 +0000
  • 44065454a0
    web/i18n/settings: update saving.ask.description wukko 2024-07-04 19:09:02 +0600
  • 69eaea560e
    web/i18n: dynamically determine languages from i18n folder contents dumbmoron 2024-07-03 19:28:44 +0000
  • d6384177fa
    web: remove legacy global navigation shortcuts wukko 2024-07-04 00:12:30 +0600
  • 1e3e2bb365
    web/save: keyboard shortcut for muted mode wukko 2024-07-04 00:03:46 +0600
  • 1371615b96
    web: move all strings to i18n & improve a11y wukko 2024-07-03 23:54:44 +0600
  • 19ad343c3e
    web: handle global keyboard shortcuts dumbmoron 2024-07-03 17:51:01 +0000
  • 3198ea2341
    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 dumbmoron 2024-07-03 17:42:34 +0000
  • 9a89bca762
    web: fix sveltekit warning about body directly in <body> dumbmoron 2024-07-03 17:06:27 +0000
  • b377f9c462
    manifest: fix chrome warnings dumbmoron 2024-07-03 17:05:42 +0000
  • d24224dade
    web: add notch easter egg & optimize for landscape wukko 2024-07-03 19:05:14 +0600
  • bc795a75ad
    web/settings: more accessibility improvements wukko 2024-07-03 17:10:53 +0600
  • 5291edcacc
    web: improve screen reader usability wukko 2024-07-03 14:09:09 +0600
  • 26b1b7add5
    web/save: move strings to i18n & translate to ru wukko 2024-07-03 13:52:27 +0600
  • 70c6f15a61
    web: i18n system & navbar translations wukko 2024-07-03 00:16:03 +0600
  • 3cfe0febe1
    web/layout: update input border color for light theme wukko 2024-07-02 19:25:37 +0600
  • 5a2c1bb829
    web/settings: unfuck tab padding on mobile wukko 2024-06-30 15:58:40 +0600
  • 4f9e1551f5
    web/layout: move main bg coloring to #cobalt wukko 2024-06-29 23:46:28 +0600
  • 9939c024b2
    web/settings: calculate item padding properly wukko 2024-06-29 23:31:40 +0600
  • 3195153cf5
    web/settings: adjust padding for switcher & toggle wukko 2024-06-29 23:02:10 +0600
  • 5075250abd
    web/SettingsToggle: clean up wukko 2024-06-29 22:53:09 +0600