Commit Graph

2463 Commits

Author SHA1 Message Date
b97fd24bba web: improve button text legibility 2024-06-17 18:46:52 +06:00
eaf63fdd45 web: reduced omnibox & button sizes 2024-06-17 18:46:21 +06:00
f2bacc703a web/omnibox: import only one tabler icon 2024-06-17 01:18:39 +06:00
5390415aa7 web: use hover effects only when supported 2024-06-17 01:12:59 +06:00
95aeec3380 web: tab bar pagination effect & smooth scroll 2024-06-17 01:00:18 +06:00
2ea3ca1a07 web/sidebar: automatically scroll to active tab 2024-06-17 00:31:07 +06:00
65c14d41fa web: make tab focus blue for better visibility 2024-06-16 23:30:10 +06:00
ea830974b6 web: fix DownloadButton tab focus glow 2024-06-16 23:06:30 +06:00
5ba3231a1e web: consistent tab bar style with rounded corners 2024-06-16 22:59:16 +06:00
7679b84b2e web/sidebar: optimize tab bar for mobile 2024-06-16 22:26:06 +06:00
3fc7b99d05 web: add manifest, more icons, and some metadata 2024-06-16 22:00:26 +06:00
66a1e9e953 web/omnibox: prevent password manager autofill 2024-06-16 21:54:02 +06:00
f8f248f399 web: dark theme & coloring, border, focus fixes 2024-06-16 21:45:24 +06:00
2080a3e1ae web/sidebar: fix grid on mobile 2024-06-16 20:39:23 +06:00
72ac4c8f5a web/placeholder: more padding 2024-06-16 20:34:24 +06:00
382c6e1cd8 web: reusable meowbalt component & page placeholders 2024-06-16 20:32:09 +06:00
597320cb17 web: fix content padding 2024-06-16 20:15:17 +06:00
598ffc52b6 web/sidebar: fix scrolling one more time 2024-06-16 20:15:09 +06:00
1325c3516c web: move border radius into a variable 2024-06-16 19:51:02 +06:00
3a57c7165f web/sidebar: scroll only in one direction on overflow 2024-06-16 19:50:42 +06:00
f4485e2af0 web/html: update viewport rules 2024-06-16 19:46:15 +06:00
2549699a88 web/layout: hide all scrollbars 2024-06-16 19:25:30 +06:00
1fad4816b2 web: use static svelte adapter instead of auto 2024-06-16 19:21:26 +06:00
3c1a69063d web/sidebar: disable scrollbars 2024-06-16 19:11:44 +06:00
1c9d604326 web/sidebar: import individual files for icons 2024-06-16 19:10:58 +06:00
3554222f42 web: add api response types & clean up DownloadButton 2024-06-16 18:53:45 +06:00
1f2c28bd02 web: basic api interaction & downloading
download button now acts the way it should with various states
2024-06-16 18:22:44 +06:00
21d5b4b8d4 instagram: use correct id when requesting from mobile API 2024-06-16 10:53:03 +00:00
324729eb21 web: basic switcher component & mute mode button 2024-06-16 15:30:14 +06:00
jj
d2e5b6542f api: randomize cipherlist for making requests to services (#574)
this makes cobalt less prone to TLS client fingerprinting, as it
avoids having the default node.js TLS fingerprint that is shared by
all node.js applications.
2024-06-15 18:20:33 +02:00
bf26988cde web/save: add paste button & dummy mode buttons
tuned default button look, moved custom icons to lib for easy access
2024-06-15 20:39:34 +06:00
e6ffa4864c web: omnibox base with meowbalt 2024-06-14 21:48:57 +06:00
7cab37fc30 web: disable tap highlighting & user selection 2024-06-14 17:34:14 +06:00
92cccd720d web: mobile navigation 2024-06-14 17:33:33 +06:00
5399ee9a4c web: make sidebar scrollable on vertical overflow 2024-06-14 16:47:13 +06:00
b831dc8236 web: space out css 2024-06-14 16:38:10 +06:00
38d7add0a9 web: navigation & sidebar 2024-06-14 16:33:01 +06:00
fa85a4c75c readme: update license info 2024-07-29 15:29:13 +06:00
c5c0d44a2e web: add license 2024-07-29 15:26:04 +06:00
8cc11367ef web: project skeleton 2024-06-13 15:32:17 +06:00
1d5fa62271 youtube: add ratelimit error, update sign in error 2024-06-08 22:59:30 +06:00
jj
04d66946fc internal-hls: correctly handle URL concatenation of all types (#560) 2024-06-08 22:34:18 +06:00
f3056c6dc3 servicesConfig: enable reddit back 2024-06-08 18:31:00 +06:00
77d167ce1e package-lock: update version 2024-06-08 18:15:31 +06:00
90e066ac22 package: bump version to 7.14.4 2024-06-08 18:14:10 +06:00
a434de0809 youtube: add support for OAuth2 tokens (#558) 2024-06-08 18:12:27 +06:00
a84d0ddc77 package.json: remove testFilenames script, add youtube token generation 2024-06-08 12:05:18 +00:00
6c1d8ef6c7 generate-youtube-tokens: add more explanatory text and clean up logging 2024-06-08 11:58:38 +00:00
ebe6668bc0 refactor: move generate-youtube-tokens to util 2024-06-08 11:52:53 +00:00
9e09bcab6e refactor: create util directory, move tests to it 2024-06-08 11:52:36 +00:00