Commit Graph

586 Commits

Author SHA1 Message Date
Martina
9a836d3bdf hot fix for undefined id and unused file stuff in sceneprofile 2021-09-15 11:20:17 -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
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
8fd80c89ae converted file.data.source -> file.source 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
27f32cbcd9 converted data.settings to just the individual settings 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
martinalong
5563574dc3
Merge pull request #895 from filecoin-project/@aminejv/new-top-nav
Update: new top navigation
2021-08-27 13:21:57 -07:00
Aminejv
9e67862478 feat(utilities): remove getPublicAndPrivateFiles 2021-08-25 14:50:02 +01:00
Aminejv
2f71cbdfde feat(SceneFilesFolder): remove filtering and DataMeter 2021-08-25 14:50:02 +01:00
Martina
9110cdc313 removed collection level tags 2021-08-24 14:04:10 -07:00
Martina
ab80643e4b updated user count calculation functions 2021-08-23 16:43:19 -07:00
Martina
e739e63bf7 api docs for upload by cid and url 2021-08-18 13:35:38 -07:00
Aminejv
7a23becdec feat(SceneSlate): use new private indicator 2021-08-18 08:27:53 +01:00
Aminejv
8e0838b3c3 chore(SlateLayout): replace SlateLayout with DataView 2021-08-12 18:12:11 +01:00
Aminejv
edbd3b5e5a chore(env): remove EXTERNAL_RESOURCES and use new envs 2021-08-09 14:51:51 +01:00
Martina
13d4b03309 more wrong color fixes 2021-08-04 15:56:58 -07:00
Martina
d28d2bd19a added missing border colors 2021-08-03 16:02:42 -07:00
Martina
efd0025114 stylistic edits and color edits 2021-08-03 15:31:49 -07:00
Aminejv
dfa07242f3 feat(Activity): delete old scene 2021-07-28 14:56:34 +01:00
Aminejv
8258c189d5 feat(Activity): add GlobalCarousel 2021-07-28 14:56:05 +01:00
Aminejv
6c9a67e05a feat(activity): disable my network feed 2021-07-27 13:16:58 +01:00
Aminejv
5eac0f1a9f feat(activity): show owner info in CollectionPreviewBlock 2021-07-27 13:16:58 +01:00
Aminejv
cf16d774f1 feat(Activity): order groups by date 2021-07-27 13:16:58 +01:00
Aminejv
2570a2b126 feat(Activity): show the correct number of cards per row 2021-07-27 13:16:58 +01:00
Aminejvm
7fb84a2655 added: new colors tokens 2021-07-27 13:16:52 +01:00
martinalong
7ef3f7a41d
Merge pull request #836 from filecoin-project/@jasonleyser/boringavatars
added new profile avatars
2021-07-19 13:00:57 -07:00
Martina
99c71d763c updated global carousel routing style 2021-07-16 15:51:01 -07:00
jasonleyser
e2521d92c2 Avatar updates
- fixed bug in profile and directory
- changed the ProfilePicture component to pass all of the user data
- when a user signs up, photo isnt added to the jsonb data
2021-07-15 15:49:55 -06:00
jasonleyser
d73be6a91d added new profile avatars
Replaced the old avatar component with a new ProfilePhoto component. The component has logic to use a BoringAvatar if the user hasn't uploaded a photo yet.
2021-07-13 17:39:11 -06:00
Martina
4ca134e744 added create collection external endpoint and updated docs styles 2021-07-13 12:08:56 -07:00
Martina
ff62ebcb5a added documentation for external create link endpoint 2021-07-12 22:02:53 -07:00
Martina
69aa6c9ab7 fixed incorrect import 2021-07-12 19:55:44 -07:00
Martina
77036c8740 removed remaining sentinel page and fixed tag input color 2021-07-12 19:27:31 -07:00
Martina
0eaa6167b9 cover images square fixed for cases where cover image exists at start. and meta image added if cover image 2021-07-12 17:06:45 -07:00
Martina
fc04ff3206 added image previews if image has cover image only 2021-07-12 16:33:25 -07:00
Martina
e0c6fbd5d3 removing sentinel from slate 2021-07-12 15:37:42 -07:00
tarafanlin
fa16b44209 change border color and tweak border radius 2021-07-07 15:57:51 -07:00
Martina
6cb68d14a3 links 2021-07-07 14:10:31 -07:00
tarafanlin
2ad3c0aa1d drop shadows 2021-07-07 13:26:04 -07:00
tarafanlin
765a7beeda swap out color vars 2021-07-07 12:58:14 -07:00
tarafanlin
c94e384af6 text grayscale 2021-07-07 12:24:01 -07:00
tarafanlin
ea69374560 bggrayscale 2021-07-07 12:18:11 -07:00
tarafanlin
bba0c55e09 colors 2021-07-07 12:14:51 -07:00
Aminejv
3d23353800 fix(auth): adjust height on resize and update bg blur opacity 2021-06-24 18:00:11 +01:00
Aminejv
f40a4fab68 fix(auth): username bugs 2021-06-23 19:39:31 +01:00
Aminejv
a62d0dd8b9 feat(auth): use Strings.createUsername in app settings 2021-06-23 19:01:07 +01:00
Aminejv
c707eed5ab feat(field): update change password in settings to use new behavior 2021-06-23 10:20:10 +01:00
Aminejv
9f57a1cab9 fix(auth): 100vh on mobile overflowing 2021-06-22 20:48:00 +01:00
Aminejv
21e9a2ad63 feat(account-linking): add TwitterLinking to sceneAuth/index 2021-06-22 19:32:30 +01:00
Aminejvm
a45e3a2d9c fix(auth): static background img 2021-06-17 20:46:56 +01:00
Aminejvm
2420410a83 feat(auth): add background rotation 2021-06-17 16:44:30 +01:00
Aminejvm
9ea45c70f0 fix(auth-hooks): replace console.log with logging function 2021-06-11 19:39:18 +01:00
Aminejvm
31c2a62bf5 Merge branch 'main' of github.com:filecoin-project/slate into @aminejv/email-fixes 2021-06-11 19:35:32 +01:00
Martina
387045082c adding Logging function and converting console.log to Logging.log 2021-06-11 12:25:58 -07:00
Aminejvm
0bb7a9472f fix(password-reset): update email template for password-reset 2021-06-11 19:03:17 +01:00
Martina
88e7b4a199 fixed rerouting to blank explore page 2021-06-10 22:33:46 -07:00
Aminejvm
5b1380884f fix(auth): legacy signin password bug 2021-06-09 19:04:01 +01:00
Martina
7ec07655dc adding names to input fields 2021-06-08 18:01:16 -07:00
Martina
69b4ba5cf7 misc style fixes 2021-06-08 17:41:40 -07:00
Martina
e8e1e1f26e squashing commits 2021-06-08 15:53:30 -07:00
Martina
91ea4d9d9c fixed 500 error for logged out going to activity page 2021-06-08 13:15:58 -07:00
Martina
6a4ff37059 edited default routing page for activity and headers 2021-06-08 12:42:29 -07:00
Martina
e9db8cdb2f removed unused files 2021-06-07 16:55:56 -07:00
Martina
5230d891c7 converting reposts to save copy 2021-05-31 16:41:00 -07:00
Martina
088b9bf2b1 removing design system 2021-05-27 12:11:40 -07:00
Martina
c686488721 adding likes and counts 2021-05-24 15:19:48 -07:00
Martina
2388141129 edited meta tags to display images as well 2021-05-16 21:12:58 -07:00
Martina
81d676a968 added better meta tags for SEO which include file info 2021-05-16 20:23:46 -07:00
Martina
17f1ca18cf added standard typography styles 2021-05-16 17:44:02 -07:00
jasonleyser
494511b9ef Sidebar css updates and added modals
Fixed css bug with the modal and sidebar, and replaced more window confirms
2021-05-11 23:48:35 -06:00
jasonleyser
2050f10f52 Replacing window.confirm
Replacing all window.confirm instances with the updated confirmation modals
2021-05-11 10:42:33 -06:00
Martina
7516175d15 renamed slates to collections on front end 2021-04-22 22:18:46 -07:00
Martina
0c05c9ac75 api documentation added 2021-04-20 17:14:43 -07:00
Martina
f684e2086f tested external api endpoints 2021-04-20 13:35:30 -07:00
Martina
c2628fc497 fixed data table view and privacy toggling issues 2021-04-19 18:07:19 -07:00
Martina
843c5d097f fixed deletion infinite issue 2021-04-19 15:28:57 -07:00
Martina
5989b452d8 API page keys visual edits 2021-04-19 12:30:11 -07:00
Martina
55d724771a fixed filtering bug and cleaned up code 2021-04-17 17:36:28 -07:00
martinalong
f2543c6a1a
Merge pull request #704 from filecoin-project/@aminejv/font-object-preview
improvement: font object preview
2021-04-17 14:40:15 -07:00
Martina
cbc5696d18 added label to section 2021-04-12 13:21:46 -07:00
Akuoko Daniel Jnr
03d12d7677
fix: nit 2021-04-09 07:28:03 +00:00
Akuoko Daniel Jnr
022105d2fb
fix: remove ipfs prefix 2021-04-09 07:21:24 +00:00
Akuoko Daniel Jnr
5f35dc1c17
feat: add user bucket cid to api page 2021-04-08 20:41:10 +00:00
Aminejvm
b3917d4696 added font objrect preview 2021-04-08 20:00:09 +01:00
Aminejvm
443005e17f fixed hover bug 2021-04-07 19:12:13 +01:00
martinalong
d0d40b280c
Merge pull request #615 from filecoin-project/@akuokojnr/tags
feat: add tags to slates
2021-04-06 17:34:50 -07:00
toast
56283c052b much better looking api docs 2021-03-29 18:19:36 -07:00
toast
9c04d44159 changed prop structure for codeblocks 2021-03-25 12:05:09 -07:00
toast
c370971af3 going to move most functionality to codeblocks, remove sidebar 2021-03-24 16:30:41 -07:00
toast
26ef78d690 basic redesign of API docs page 2021-03-23 21:10:26 -07:00
toast
71d541c4b3 prism react, basic SPA docs page 2021-03-22 11:17:42 -07:00
Martina
26afdfb1de misc bug fixes 2021-03-11 15:33:44 -08:00
Akuoko Daniel Jnr
89472aad9f
fix: input tag 2021-03-11 21:34:29 +00:00
Akuoko Daniel Jnr
0484994aff
feat: display tags on slate scene page 2021-03-11 21:34:28 +00:00