Commit graph

18 commits

Author SHA1 Message Date
Prakash
5519b84409
@uppy: upgrade biome and more improvements (#6244)
- This PR upgrades `biome` from `2.0.5` -> `2.1.2` and adds two new
rules
-
[noUnusedImports](https://biomejs.dev/linter/rules/no-unused-private-class-members)
( we already had suppressions for this rule in code, but the rule itself
was never enabled in the config )
-
[noUnusedPrivateClassMembers](https://biomejs.dev/linter/rules/no-unused-private-class-members/)
- remove stale suppressions. 
- remove stale code.

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-21 12:28:03 +08:00
Merlijn Vos
9eb857e68c
docs: rename Edgly to Smart CDN (#5449)
* docs: rename Edgly to Smart CDN

* Apply suggestions from code review

* Apply suggestions from code review
2024-09-19 10:42:57 +02:00
Antoine du Hamel
34c78e9093
meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
Antoine du Hamel
2f691acd3f
meta: add Prettier (#4707)
JS files are ignored for now because we want to migrate them to TS
anyway.
MD files are also ignored to minimize the diff.

ESLint is run twice twice on TS files in case it conflicts with Prettier.
2023-09-28 16:47:52 +02:00
Antoine du Hamel
183187d7a1
example: replace Robodog example with Transloadit + RemoteSources + Form (#4027)
* example: remove Robodog example

Co-authored-by: Artur Paikin <artur@arturpaikin.com>

* Update examples/transloadit/index.html

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 16:13:24 +01:00
Mikael Finstad
4e4eddf4a5
finish master->main job (#3315)
closes #3286
2021-11-15 23:45:45 +07:00
Renée Kooi
0c7ad1ab29
robodog: Add dashboard() to example. 2019-04-15 10:49:15 +02:00
Renée Kooi
0fa68aab9d
wip 2019-04-15 10:34:58 +02:00
Renée Kooi
b5f0102b98
Output stuff in upload() example 2019-01-31 16:01:49 +01:00
Renée Kooi
d7de4dc2fa
Inline dashboard example 2019-01-17 16:40:39 +01:00
Renée Kooi
2e51841ebd
Modal dashboard fix :face_palm: 2018-12-20 16:58:53 +01:00
Renée Kooi
8c51a8340a
tl-wrapper: Embeddable dashboard part 1 2018-12-20 14:50:31 +01:00
Renée Kooi
34ed3061b0
Move target parameter to option in transloadit.pick. 2018-12-06 13:15:03 +01:00
Renée Kooi
b24395f088
transloadit-preset: Document progressBar 2018-12-03 15:31:50 +01:00
Renée Kooi
fdaf9ea4c4
Error reporting in Form example 2018-11-15 13:19:17 +01:00
Renée Kooi
3d4fac8e41
Refactor example 2018-11-15 13:19:16 +01:00
Renée Kooi
bffe13d0c4
Nicen demo page 2018-11-15 13:19:16 +01:00
Renée Kooi
538f538be1
Add transloadit kitchen sink demo page 2018-11-15 13:19:15 +01:00