Commit graph

25981 commits

Author SHA1 Message Date
Manav Rathi 7f3d9690c0
exactType => extension 2024-04-24 22:02:46 +05:30
Manav Rathi e03a0a09d4
lowercase extension 2024-04-24 21:28:30 +05:30
Manav Rathi 34d44f599d
Cleanup 2024-04-24 21:12:56 +05:30
Manav Rathi 852fc7830f
Document 2024-04-24 21:05:09 +05:30
Manav Rathi 5c07751c8c
Rename 2024-04-24 20:59:30 +05:30
Manav Rathi 1106393045
Inline 2024-04-24 20:54:56 +05:30
Manav Rathi d05ca58f57
Move to correct package 2024-04-24 20:46:36 +05:30
Manav Rathi c684b5fd69
[web] Upload refactoring - Part x/x (#1531) 2024-04-24 18:51:43 +05:30
Manav Rathi 1447d4976f
lint-fix and beautifuller 2024-04-24 18:48:44 +05:30
Manav Rathi af79db90d0
Doesn't work for us yet
Current version throws
    Module build failed: UnhandledSchemeError: Reading from "node:buffer" is not handled by plugins (Unhandled scheme).
    Webpack supports "data:" and "file:" URIs by default.
    You may need an additional plugin to handle "node:" URIs.

See: https://github.com/sindresorhus/file-type/issues/502

There are ways around by using polyfills, e.g.
- https://stackoverflow.com/questions/76500464/issues-while-using-gradio-client-in-next-js/76522223#76522223
- https://github.com/vercel/next.js/discussions/33982

but since no functional changes in the detection that impact us have been made,
stay back at the old version for now.
2024-04-24 18:44:09 +05:30
Manav Rathi 38e18f29bd
Update file-type dependency and move it to its correct package.json
Refs:
- https://github.com/sindresorhus/file-type/releases/tag/v17.0.0

Went through the release notes since v16 to check that none of the MIME types we
care about have changed.
2024-04-24 18:27:30 +05:30
Manav Rathi f3c798148c
type-detect 2024-04-24 18:06:52 +05:30
Manav Rathi 319fe0fb71
Rename 2024-04-24 16:21:58 +05:30
Manav Rathi 2a8417af1c
Rename 2024-04-24 16:18:36 +05:30
Manav Rathi 81c729a405
Inline 2024-04-24 16:18:01 +05:30
Manav Rathi 6f6ade1901
Inline 2024-04-24 16:14:10 +05:30
Manav Rathi 2b82c61853
Inline 2024-04-24 16:08:57 +05:30
Manav Rathi e217635a1b
Remove linkage 2024-04-24 16:07:28 +05:30
Manav Rathi 105157c164
Shout less 2024-04-24 15:55:55 +05:30
Neeraj Gupta a935f2e2cf
[web][cast] Disable cast stop (#1529)
## Description

## Tests
2024-04-24 15:46:19 +05:30
Neeraj Gupta a5dfc97035 [web][cast] disable cast stop 2024-04-24 15:41:18 +05:30
Manav Rathi c8fc007898
[web] Fix build (#1528) 2024-04-24 15:19:43 +05:30
Manav Rathi e5545e9c80
Make tsc happy to allow builds to complete 2024-04-24 15:16:46 +05:30
Manav Rathi e0975130b6
More context from Discord 2024-04-24 15:10:15 +05:30
Manav Rathi cf576c07f7
[desktop] [web] Upload refactoring (#1527) 2024-04-24 14:59:20 +05:30
Manav Rathi 80802d44e3
Better log 2024-04-24 14:55:41 +05:30
Manav Rathi f32a396b36
Fix video thumbnailing (the .jpeg extension is required) 2024-04-24 14:37:14 +05:30
Manav Rathi 5f146aa597
Fix 2024-04-24 13:45:56 +05:30
Manav Rathi 7dba4c0af4
Fix 2024-04-24 13:41:35 +05:30
Manav Rathi a08df9a839
Clarification after asking in Discord 2024-04-24 13:36:10 +05:30
Manav Rathi 9de8a3d40a
Fixes 2024-04-24 13:19:37 +05:30
Manav Rathi e919dfd09d
Scope 2024-04-24 13:08:54 +05:30
Manav Rathi c486919547
Reuse 2024-04-24 13:06:11 +05:30
Manav Rathi 0566d2ee93
Spruce 2024-04-24 13:01:53 +05:30
Manav Rathi 51a1c77720
Get to a mergeable state 2024-04-24 12:50:55 +05:30
Manav Rathi d96f710d6d
Prune 2024-04-24 12:35:27 +05:30
Manav Rathi 239688b7d8
Remove potentially dangerous wip forks 2024-04-24 12:27:33 +05:30
Manav Rathi 06dbf5fb06
Phasal types 2024-04-24 12:21:52 +05:30
Manav Rathi 58b1c4b489
Doodle 2024-04-24 11:49:58 +05:30
Manav Rathi cb0b549027
Rename 2024-04-24 11:42:35 +05:30
Manav Rathi 00c0780de1
Reorder 2024-04-24 11:40:35 +05:30
Manav Rathi feb59b00d2
Move 2024-04-24 11:36:34 +05:30
Manav Rathi e490f194e7
Line 2024-04-24 11:31:16 +05:30
Manav Rathi 58d2670171
Prune 2024-04-24 11:29:54 +05:30
Manav Rathi 3b0433c4ab
Reorder 2024-04-24 11:17:41 +05:30
Manav Rathi bded3c6706
Prune 2024-04-24 11:14:34 +05:30
Vishnu Mohandas 0e8166eadd
Favorite button (#1526)
## Description
Wanted to increase the tap area for the favorite button. Ended up fixing
some other iOS specific issues that were getting silently ignored
(related to home widget and update service).

## Tests
- [x] Tested in Simulator
2024-04-24 11:09:49 +05:30
Manav Rathi 5b928883a6
Tinker 2024-04-24 11:03:49 +05:30
vishnukvmd b5cf67ca98 Update like button widget 2024-04-24 11:00:23 +05:30
vishnukvmd 0b212bf7a6 Move padding within to increase tap-able area 2024-04-24 11:00:18 +05:30