-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(renterd): split out uploads manager context #882
refactor(renterd): split out uploads manager context #882
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
5ec9f3b
to
dff1051
Compare
309c0d2
to
3ae8d4d
Compare
dff1051
to
ed8c4d3
Compare
3ae8d4d
to
ee32ed0
Compare
ed8c4d3
to
35b074f
Compare
ee32ed0
to
71c9279
Compare
35b074f
to
5bb5595
Compare
71c9279
to
25ac4e6
Compare
5bb5595
to
9c4d57b
Compare
25ac4e6
to
87002b8
Compare
9c4d57b
to
713e839
Compare
87002b8
to
fbf04c5
Compare
713e839
to
a786cbe
Compare
fbf04c5
to
04b0343
Compare
a786cbe
to
9bf941e
Compare
04b0343
to
2f70447
Compare
9bf941e
to
155eee5
Compare
155eee5
to
e7b9586
Compare
e5a0d07
to
b4c9a84
Compare
b4c9a84
to
110e062
Compare
e7b9586
to
121de5e
Compare
110e062
to
4f89344
Compare
121de5e
to
c21e840
Compare
4f89344
to
8d0d7f8
Compare
c21e840
to
5843a16
Compare
8d0d7f8
to
ed248a7
Compare
5843a16
to
ecbd835
Compare
ed248a7
to
aed922c
Compare
ecbd835
to
954724a
Compare
aed922c
to
a854027
Compare
a854027
to
fff4002
Compare
uploadManager
as a distinct context, it was previously part of thefiles
context. Originally this made sense but as the features have evolved it became convoluted. With all the other changes we now have four clear contexts related to files and uploads:filesManager
,files
,uploadsManager
, anduploads
.