Commit Graph

1374 Commits

Author SHA1 Message Date
tarafanlin
847275c64c new logo 2021-07-08 19:32:08 -07:00
tarafanlin
fa16b44209 change border color and tweak border radius 2021-07-07 15:57:51 -07:00
Martina
7843ca6723 missing color conversion added 2021-07-07 15:19:10 -07:00
Martina
02e72aa680 missing border 2021-07-07 15:15:18 -07:00
Martina
ad174810d4 tweaked colors 2021-07-07 15:12:33 -07:00
Martina
eaca8addf3 converted colors to new scheme 2021-07-07 14:44:13 -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
4b9c6864c2 bgcolors 2021-07-07 12:16:14 -07:00
tarafanlin
bba0c55e09 colors 2021-07-07 12:14:51 -07:00
tarafanlin
d00c9101c7 grayscale 2021-07-07 11:56:04 -07:00
Martina
44cbddf550 added missing destructuring 2021-07-02 12:59:46 -07:00
jasonleyser
b07bfd0f35 Passing custom attributes
Passing the slate user id and username as a custom Intercom attribute.

Also added the popup toggle in the ApplicationUserControls, so the popup closes when the user opens intercom
2021-07-02 12:59:39 -07:00
jasonleyser
b935e1855b Intercom data pass
Fixed bug where the user data wouldn't pass to the Intercom popup.

Now the intercom is updated first and then opened.
2021-07-02 12:59:08 -07:00
Martina
6104267e20 Revert "removign intercom which is causing issues"
This reverts commit 01da99ac43.
2021-07-02 12:41:51 -07:00
Martina
01da99ac43 removign intercom which is causing issues 2021-07-02 12:02:27 -07:00
Martina
9e54019eef fixed hit box for popover navigation 2021-06-25 15:21:43 -07:00
Aminejv
3d23353800 fix(auth): adjust height on resize and update bg blur opacity 2021-06-24 18:00:11 +01:00
martinalong
d609b99cf0
Merge pull request #798 from filecoin-project/@aminejv/auth
Auth: link existing accounts with twitter
2021-06-23 15:24:09 -07:00
Martina
a98645c221 edits to working and word breaks in confirmation modal 2021-06-23 15:23:54 -07:00
martinalong
8002e16337
Merge pull request #794 from filecoin-project/@jasonleyser/intercom
Intercom integration
2021-06-23 13:11:55 -07:00
Aminejv
f40a4fab68 fix(auth): username bugs 2021-06-23 19:39:31 +01:00
Aminejv
2aae15c101 feat(auth): use Strings.createUsername in TwitterSignup component and endpoints 2021-06-23 19:00:56 +01:00
Aminejv
bd7605079f feat(auth): use Strings.createUsername in Signup component and endpoint 2021-06-23 18:59:55 +01:00
Aminejv
b0b1ca14d0 fix(authCheckbox): backgroundColor 2021-06-23 18:45:08 +01:00
Aminejv
7d45f048a3 fix(field): add white border 2021-06-23 11:03:52 +01:00
Aminejv
b8c227f715 feat(field): color variant 2021-06-23 10:19:41 +01:00
Aminejv
9738bd6dfa fix(field): increase opacity to 0.7 2021-06-22 21:56:15 +01:00
Aminejv
745468a286 fix(auth): removed button from initial signup screen 2021-06-22 20:48:20 +01:00
Aminejv
6cd82c41f3 fix(auth): use box-shadow as border 2021-06-22 20:47:25 +01:00
Aminejv
8420bfc544 fix(ApplicationLayout): add withPaddings prop to disable paddings 2021-06-22 20:46:30 +01:00
Aminejv
21e9a2ad63 feat(account-linking): add TwitterLinking to sceneAuth/index 2021-06-22 19:32:30 +01:00
Aminejv
ed2623249e feat(account-linking): add TwitterLinking component 2021-06-22 19:31:59 +01:00
martinalong
b53133d4de
Merge pull request #785 from filecoin-project/@aminejv/email-fixes
Fix: Update password-reset template
2021-06-20 15:47:14 -07:00
jasonleyser
9ad37a345f Intercom integration
Integrated the Intercom package at the main app level to make it accessible everywhere. I also changed the help buttons in the menu and search bar to open the Intercom popup
2021-06-16 12:09:19 -06:00
Martina
4f343e5e02 removed 50gb language 2021-06-15 13:29:58 -07:00
Aminejvm
b8356f5dc4 feat(auth): add ArrowButton 2021-06-15 21:01:01 +01:00
Aminejvm
7053083ef8 fix(Field): adjust fill opacity 2021-06-14 19:34:50 +01:00
Aminejvm
295683bd08 feat(input): add extendEmotionCss utility 2021-06-14 19:34:16 +01:00
Martina
387045082c adding Logging function and converting console.log to Logging.log 2021-06-11 12:25:58 -07:00
Martina
18ccfeb61c testing monitor functions and changing brand colors 2021-06-10 22:12:39 -07:00
Martina
83dda2655c hotfixes for carousel sidebar bugs 2021-06-10 22:12:39 -07:00
Aminejvm
a9d65b189f feat(components): update buttons and input border-radius to 8px 2021-06-10 20:41:37 +01:00
Aminejvm
77f2ad45f9 feat(Twitter-signup): check if username is taken 2021-06-10 08:19:31 +01:00
Aminejvm
266aadc164 feat(signup): check if username is taken 2021-06-10 08:18:58 +01:00
Aminejvm
1a8aba4596 refactor(field): Field component supports success message 2021-06-10 08:17:14 +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
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
c9c148adc9 fixed showing zero counts for slate preview blocks 2021-05-31 22:14:22 -07:00
Martina
25ee79dd0c added modification to save copy 2021-05-31 20:38:38 -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
7ae2151fcd fixed login errors not showing properly and alerts in wrong place 2021-05-27 11:59:57 -07:00
Martina
0bc77d6419 edits to documentation for api 2021-05-26 19:33:19 -07:00
Martina
81b08a85a8 fixing api docs issues 2021-05-26 13:05:13 -07:00
Martina
dcaa8f0cc3 anonymous function issue fixed 2021-05-25 16:33:11 -07:00
Martina
c686488721 adding likes and counts 2021-05-24 15:19:48 -07:00
Martina
a26100b75e tracking actions for activity and usage for analytics 2021-05-18 19:58:14 -07:00
Martina
014ae4f724 removed preview repeat 2021-05-17 15:14:52 -07:00
Martina
2c05b259dc improved slate block image choice 2021-05-17 15:11:13 -07:00
Martina
22197bdf5a edits to nav and links 2021-05-17 13:20:55 -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
martinalong
e2bef7e46a
Merge branch 'main' into @jason-leyser/confirmation-modals 2021-05-13 14:48:35 -07:00
Martina
dbc7a31b60 removed outline on button warning 2021-05-13 14:47:19 -07:00
jasonleyser
2e0395f722 Carousel and slate layout
Changing carousel and slate layout window confirmations to new modals
2021-05-12 08:17:24 -06: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
Martina
7f317251b8 copyable private link added 2021-05-11 11:41:09 -07:00
jasonleyser
2050f10f52 Replacing window.confirm
Replacing all window.confirm instances with the updated confirmation modals
2021-05-11 10:42:33 -06:00
jasonleyser
9c7d0bfa26 Confirmation modal updates
Converted warning and secondary buttons, added Boundary, prop updates and other fixes
2021-05-09 19:38:01 -06:00
jasonleyser
3c9e9cf047 Modal code cleanup
Fixed string templates, constants and general code cleanup
2021-05-06 08:51:09 -06:00
jasonleyser
136c32c5cf Confirmation popup components
Created two new button styles:
- delete
- cancel

Created 3 popup modal styles:
- single file, multi file and collection delete
- delete with input
- confirmation

Added a new validation rule for the input value to equal a string. Used to disabled and enable the delete button.
2021-05-05 10:51:19 -06:00
Aminejvm
aa2595e764 fix: font and markdown validations 2021-05-04 12:32:14 +00:00
Martina
4656540a60 fixing broken date on markdown files and api key generation and monitor subscribe undefined 2021-04-30 12:14:14 -07:00
martinalong
24375143d5
Merge pull request #728 from filecoin-project/@akuokojnr/pwa
feat: add to homescreen
2021-04-23 20:27:07 -07:00
Martina
5cf59c3c41 fixed error when edit slate name, new tags not removeable 2021-04-23 19:24:03 -07:00
Martina
7516175d15 renamed slates to collections on front end 2021-04-22 22:18:46 -07:00
Martina
7900ec9fc8 saving work 2021-04-22 21:18:02 -07:00
Martina
280746bec3 misc small improvements 2021-04-22 20:55:26 -07:00
Akuoko Daniel Jnr
194ed28075
fix: pwa issues 2021-04-22 15:00:25 +00:00
Martina
c9ee940a94 fixed undefined bug with ends with any 2021-04-20 19:11:38 -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
df310f8f87 missing data view table components restored 2021-04-19 15:44:48 -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
1aaefd2540 minor adjustments to tags 2021-04-15 13:26:24 -07:00
Aminejvm
6b9d178374 fix: adjusted loading state 2021-04-14 19:38:39 +00:00
Akuoko Daniel Jnr
5f35dc1c17
feat: add user bucket cid to api page 2021-04-08 20:41:10 +00:00
Akuoko Daniel Jnr
dfd7ef65c4
feat: show user bucket cid 2021-04-08 19:44:03 +00:00
Aminejvm
b3917d4696 added font objrect preview 2021-04-08 20:00:09 +01:00
martinalong
46fa52d361
Merge pull request #699 from filecoin-project/@akuokojnr/kick-by-id
feat: automatically sign out of other tabs when user signs out in one
2021-04-06 17:47:31 -07:00
martinalong
d24fd9ae96
Merge pull request #694 from filecoin-project/@aminejv/glyphs-update
update: font preview glyphs
2021-04-06 17:36:39 -07: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
martinalong
f4d1315876
Merge pull request #692 from filecoin-project/@akuokojnr/game-sidebar
fix: carousel sidebar cover image
2021-04-06 17:30:54 -07:00
Akuoko Daniel Jnr
9fca2d5ee0
feat: kick by id 2021-04-06 22:08:42 +00:00
toast
88e9d467ae small codestyle fix 2021-04-05 13:21:23 -07:00
Aminejvm
7282a0d8c3 updated glyph view 2021-04-02 18:32:52 +01:00
Akuoko Daniel Jnr
247723f41a
fix: carousel sidebar section text 2021-04-02 15:29:29 +00:00
Akuoko Daniel Jnr
597bd2e603
fix: carousel sidebar 2021-04-02 15:17:51 +00:00
Akuoko Daniel Jnr
55113bc308
feat: add tag component to create slate sidebar 2021-04-02 13:59:20 +00:00
Akuoko Daniel Jnr
75f77e962f
fix: handle input paste event 2021-04-02 13:18:55 +00:00
Akuoko Daniel Jnr
7898275c2d
fix: allowed characters for tags 2021-04-02 12:53:53 +00:00
Martina
6d49bc7818 removed hyphens from tags 2021-04-01 13:43:18 -07:00
martinalong
b860987762
Merge pull request #626 from filecoin-project/@aminejv/files-preview
improvement: previewing for more types of files
2021-04-01 12:53:59 -07:00
Martina
d2e9f85f94 fixed small missing this. bug 2021-04-01 12:52:03 -07:00
Aminejvm
c395354ea4 updated slider 2021-04-01 16:38:25 +01:00
Aminejvm
be6bc0db2f fixed cursor jumping on contenteditable component 2021-04-01 15:05:51 +01:00
Akuoko Daniel Jnr
0af771dd58
fix: suggestions update 2021-04-01 10:12:48 +00:00
Akuoko Daniel Jnr
865d10c79c
fix: bulk editing 2021-04-01 04:08:56 +00:00
Akuoko Daniel Jnr
f0725d369a
fix: allow only specified characters in input 2021-04-01 03:30:27 +00:00
Akuoko Daniel Jnr
bee2ff4b13
clean-up: tags and suggestions states 2021-03-31 21:05:09 +00:00
Akuoko Daniel Jnr
ed0ed33b63
refactor: update suggestions function 2021-03-31 21:00:58 +00:00
Akuoko Daniel Jnr
6696744a89
feat: add tag to sds 2021-03-31 20:44:41 +00:00
Akuoko Daniel Jnr
38fb6a8b0b
fix: remove global tag delete 2021-03-31 20:08:58 +00:00
Aminejvm
1df2ce7450 initial state for custom view 2021-03-31 20:57:27 +01:00
martinalong
2e759983c0
Merge branch 'main' into @toastts/api-docs-redesign 2021-03-31 12:39:07 -07:00
Aminejvm
f9be292a87 adjustements 2021-03-31 20:30:46 +01:00
tarafanlin
e1f3c0f200 code clean up 2021-03-31 12:21:02 -07:00
Aminejvm
bd17b1cb80 updated content 2021-03-31 20:00:12 +01:00
tarafanlin
aa45067c69 code clean up 2021-03-30 14:31:29 -07:00
tarafanlin
4c6e663a86 disallow action bar when viewing other's profile 2021-03-30 14:22:12 -07:00
Aminejvm
1507320db3 bug fixes 2021-03-30 19:52:43 +01:00
Akuoko Daniel Jnr
dab8685e9d
fix: fetch suggestions 2021-03-30 18:08:21 +00:00
Akuoko Daniel Jnr
1adad7d273
feat: handle tag overflow 2021-03-30 17:36:26 +00:00
Aminejvm
34e8ce9827 refactored 2021-03-30 15:21:54 +01:00
toast
c1805ad116 fixed copy code on multilang blocks 2021-03-29 19:19:47 -07:00
Akuoko Daniel Jnr
7d769f6e41
feat: bulk editing 2021-03-30 02:06:42 +00:00
toast
d0106e1db4 final redesign of API docs? 2021-03-29 18:35:06 -07:00
toast
56283c052b much better looking api docs 2021-03-29 18:19:36 -07:00
toast
35462bf3e7 small changes to style 2021-03-26 15:06:52 -07:00
Aminejvm
5bfeb8888f added reset and feeling lucky buttons + mobile version 2021-03-26 19:30:02 +01:00
tarafanlin
7a2633a1db patch language switcher bug 2021-03-25 18:58:43 -07:00
toast
9c04d44159 changed prop structure for codeblocks 2021-03-25 12:05:09 -07:00
Aminejvm
19bc24db93 fixes 2021-03-25 18:34:55 +01:00
Aminejvm
94e9d6a3b8 added disabled prop to the controls 2021-03-25 16:29:31 +01:00
Aminejvm
3258eb0223 added more slider style props 2021-03-25 11:47:15 +01:00
Aminejvm
bf35fe4e4b Glyphs 2021-03-25 11:27:22 +01:00
toast
ef7c2a9791 small changes for neatness and button functionality 2021-03-25 02:25:01 -07:00
tarafanlin
74667537f0 code toggle 2021-03-24 23:38:02 -07:00
tarafanlin
cceb3e3ed5 copy code 2021-03-24 22:37:41 -07:00
tarafanlin
81d2ef8c0f codeblock & description group 2021-03-24 21:28:14 -07:00
Aminejvm
1141d1f991 multi-columns 2021-03-24 20:04:51 +01:00
Aminejvm
c2f92ffd8a added controls 2021-03-24 18:55:12 +01:00
Aminejvm
fc685affdd added dark mode to FontPreview 2021-03-24 18:24:24 +01:00
Akuoko Daniel Jnr
c7597abedb
fix: jumping icons 2021-03-24 16:51:53 +00:00
toast
26ef78d690 basic redesign of API docs page 2021-03-23 21:10:26 -07:00
Aminejvm
320b66bbd2 initial draft for new font preview 2021-03-23 15:54:30 +01:00
toast
bb9e75c1fe update prism code theme 2021-03-22 11:19:34 -07:00
toast
71d541c4b3 prism react, basic SPA docs page 2021-03-22 11:17:42 -07:00
Akuoko Daniel Jnr
7e95d6363f
fix: remove unused import 2021-03-21 20:15:30 +00:00
Akuoko Daniel Jnr
db879ec62c
fix: add missing import 2021-03-21 20:12:14 +00:00
Akuoko Daniel Jnr
089d271e02
fix: suggestions update 2021-03-21 20:09:11 +00:00
Akuoko Daniel Jnr
ce5b5b4c98
fix: tag deletion 2021-03-21 19:37:44 +00:00
Akuoko Daniel Jnr
d11c082f4e
fix: tag addition 2021-03-20 20:35:49 +00:00
Akuoko Daniel Jnr
2eb128b942
fix: update tag suggestions on tag state update 2021-03-19 17:52:24 +00:00
Akuoko Daniel Jnr
1945354f36
fix: add press enter to add tag 2021-03-19 17:05:35 +00:00
Akuoko Daniel Jnr
3230a70f79
fix: get all tags on user login 2021-03-19 16:37:09 +00:00
Aminejvm
00d37868e9 support for multipe font extensions 2021-03-19 17:10:34 +01:00
Aminejvm
d8375db3e9 html viewer 2021-03-18 16:14:39 +01:00
Aminejvm
d659efe760 font file preview 2021-03-18 16:01:52 +01:00
Aminejvm
b5557606d5 text file support 2021-03-18 15:39:02 +01:00
Akuoko Daniel Jnr
d692974fd7
feat: add input tag to data object 2021-03-18 13:16:37 +00:00
Akuoko Daniel Jnr
743fa736e9
feat: add show more/less 2021-03-15 16:41:51 +00:00
Akuoko Daniel Jnr
a392ad9707
feat: add tag dropdown utilities 2021-03-15 16:01:55 +00:00
Akuoko Daniel Jnr
48052647a5
fix: active state 2021-03-12 13:33:16 +00:00
Akuoko Daniel Jnr
7c3888a735
fix: imports 2021-03-12 13:00:10 +00:00
Akuoko Daniel Jnr
55b808ca1a
feat: add filter 2021-03-12 12:52:55 +00:00
Akuoko Daniel Jnr
e372d03714
fix: remove unused ref 2021-03-12 12:31:24 +00:00
Akuoko Daniel Jnr
97bf545acd
fix: remove log to console 2021-03-12 12:26:53 +00:00
Akuoko Daniel Jnr
13f43f05d1
fix: dedupe tags 2021-03-12 12:26:08 +00:00
Akuoko Daniel Jnr
fc243fdd60
feat: add dropdown utils 2021-03-12 12:17:10 +00:00
Akuoko Daniel Jnr
5f01f99284
fix: dropdown styling 2021-03-12 10:11:39 +00:00
Akuoko Daniel Jnr
02fc1fea71
fix: dropdown states 2021-03-12 02:16:20 +00:00
Akuoko Daniel Jnr
62e8888b12
feat: add dropdown 2021-03-12 01:59:40 +00:00
Akuoko Daniel Jnr
88bd0cc356
feat: add dropdown 2021-03-12 01:02:17 +00:00
Akuoko Daniel Jnr
ed914bd247
fix: tag style 2021-03-12 00:24:17 +00:00
Akuoko Daniel Jnr
1c418f632b
fix: tag style 2021-03-12 00:23:43 +00:00
Akuoko Daniel Jnr
3ed71f4b6f
fix: tag input style 2021-03-12 00:04:41 +00:00
Akuoko Daniel Jnr
8e790c5623
fix: add placeholder 2021-03-12 00:02:08 +00:00
Martina
e39b6238e7 fixed cover image button 2021-03-11 15:44:46 -08:00
Martina
26afdfb1de misc bug fixes 2021-03-11 15:33:44 -08:00
Akuoko Daniel Jnr
89c6144a03
fix: tag input 2021-03-11 21:34:30 +00: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
Akuoko Daniel Jnr
d407530a1d
fix: tag input functionailty 2021-03-11 21:34:27 +00:00
Akuoko Daniel Jnr
6235849780
fix: add style fixes 2021-03-11 21:34:26 +00:00
Akuoko Daniel Jnr
87864a4982
feat: add input tag 2021-03-11 21:34:25 +00:00
Akuoko Daniel Jnr
129b77939c
feat: add tag field in slate settings sidebar 2021-03-11 21:34:25 +00:00
Akuoko Daniel Jnr
0134b9845d
fix: component imports 2021-03-08 10:13:56 +00:00
CAKE
08206d823d
Merge pull request #612 from filecoin-project/@toastts/mac-icon-changes
os detection for search key modifier, cmd icon to information icon
2021-03-07 20:59:30 -08:00
jimmylee
7682266781 fixes vulunerability with three126 update but also disables globe because of geometry implementation changes 2021-03-07 20:57:26 -08:00