Commit Graph

3079 Commits

Author SHA1 Message Date
Aminejv
de90ddee0f feat(upload-utilities): add queue based upload factory function 2021-09-17 14:44:29 -07:00
Aminejv
d62f4fdb11 feat(System): update button borders radius to 12px and exported H5 from system 2021-09-17 14:44:29 -07:00
Aminejv
624783eca3 feat(upload): added initial state for fileLoading 2021-09-17 14:44:29 -07:00
Aminejv
ecede8d196 feat(Table): use contentstyle prop to adjust topRows style 2021-09-17 14:44:29 -07:00
Aminejv
26adac01c3 feat(ApplicationHeader): add upload meter 2021-09-17 14:44:29 -07:00
Aminejv
25d5bf9349 feat(DataMeter): use translate instead of width to show progress 2021-09-17 14:44:29 -07:00
Aminejv
de0006802c feat(svg): add List icon 2021-09-17 14:44:29 -07:00
Aminejv
9c8ea2cea8 feat(theme): add bgWhite color 2021-09-17 14:44:29 -07:00
Aminejv
856d5cb69c feat(UploadSummary): update to new styles 2021-09-17 14:44:29 -07:00
Martina
a26630edb5 updated v2 upload docs to use v2 endpoint instead of v1 2021-09-15 15:21:29 -07:00
Martina
d0341d2486 added shovel decorators to messages 2021-09-15 15:20:37 -07:00
Martina
9a836d3bdf hot fix for undefined id and unused file stuff in sceneprofile 2021-09-15 11:20:17 -07:00
martinalong
c7a06dd70d
Merge pull request #941 from filecoin-project/@martinalong/extension-endpoints
@martinalong/extension endpoints
2021-09-14 16:02:28 -07:00
Martina
fe8b2ce013 edited to remove serializers sanitize 2021-09-14 16:01:49 -07:00
Martina
8be6c257b4 add get api key and check link extension endpoints 2021-09-14 16:00:55 -07:00
martinalong
d29d770cd7
Merge pull request #938 from filecoin-project/@martinalong/flattening-migration
@martinalong/flattening migration
2021-09-13 13:09:06 -07:00
Martina
d99e5d7d28 stylistic changes and fixes, as well as resolving bugs 2021-09-13 12:47:24 -07:00
Martina
ef725d8040 added max length for body and extended database length for body & edited migration script 2021-09-13 12:47:23 -07:00
Martina
d0d0d356c9 added error messaging & extra privacy recalc when add to slate & conversions between version structures 2021-09-13 12:47:23 -07:00
Martina
18396439ef converted user.hidePrivacyAlert -> user.onboarding.hidePrivacyAlert 2021-09-13 12:47:23 -07:00
Martina
05b12828ef converted api endpoints to new data structure 2021-09-13 12:47:23 -07:00
Martina
3b7a0b89f5 edits to cover image flattening script 2021-09-13 12:47:23 -07:00
Martina
3e025c679d added cover image flattening 2021-09-13 12:47:23 -07:00
Martina
ee28db9142 removed serializers except sanitizeUser and updated properties lists in serializer 2021-09-13 12:47:23 -07:00
Martina
ec03aa5c3d simplified database methods 2021-09-13 12:47:23 -07:00
Martina
cee2af3c75 edited data methods to fit new data structure 2021-09-13 12:47:23 -07:00
Martina
c8b867bfa7 converted user.data.photo to user.photo 2021-09-13 12:47:23 -07:00
Martina
e4e4f67293 removed remaining mentions of user.data, slate.data, file.data 2021-09-13 12:47:23 -07:00
Martina
c53f7a42af comment out tagging 2021-09-13 12:47:23 -07:00
Martina
c1d4aec9cb converted file.link. to top level fields 2021-09-13 12:47:23 -07:00
Martina
7081b19f7f converted slate.data.preview -> slate.preview 2021-09-13 12:44:49 -07:00
Martina
4cbd6cab6f converted file.data.coverImage -> file.coverImage 2021-09-13 12:44:49 -07:00
Martina
181ea4fa21 converted file.data.author -> file.author 2021-09-13 12:43:26 -07:00
Martina
8fd80c89ae converted file.data.source -> file.source 2021-09-13 12:43:26 -07:00
Martina
a75ef7129b converted file.data.blurhash -> file.blurhash 2021-09-13 12:43:26 -07:00
Martina
44820c388a converted file.data.type -> file.type 2021-09-13 12:40:51 -07:00
Martina
e0a044fcac converted file.data.size to file.size 2021-09-13 12:40:51 -07:00
Martina
3b19a78d58 ocnverted data.twitter to twitterVerified and twitterUsername 2021-09-13 12:40:51 -07:00
Martina
33cca1c1a3 convert user.data.onboarding -> user.onboarding 2021-09-13 12:40:51 -07:00
Martina
27f32cbcd9 converted data.settings to just the individual settings 2021-09-13 12:40:51 -07:00
Martina
59ab96dc6f converted data.tokens.api -> textileToken 2021-09-13 12:40:51 -07:00
Martina
df2a24eb7c converted data.status.hidePrivacyAlert to hidePrivacyAlert 2021-09-13 12:40:51 -07:00
Martina
6c1c66b09e converted user.data.photo -> user.photo 2021-09-13 12:40:51 -07:00
Martina
cabcdc31ec converting data.body to body 2021-09-13 12:40:51 -07:00
Martina
b45be08ffb modified data.name to just name 2021-09-13 12:40:51 -07:00
Martina
ea71647352 created migration script 2021-09-13 12:40:13 -07:00
Martina
8056862898 fixed blurhash checking 2021-09-03 13:02:00 -07:00
Martina
35e0f0481b fixed null viewer call causing 500 error 2021-09-03 12:11:08 -07:00
martinalong
fae9a136ff
Merge pull request #915 from filecoin-project/@martinalong/edits-to-nft-links
@martinalong/edits to nft links
2021-08-31 14:17:17 -07:00
Martina
9adcaf53da removed title and description from nft objects 2021-08-31 14:15:30 -07:00