Commit Graph

449 Commits

Author SHA1 Message Date
Martina
f9d1092c76 before refactoring add-url and file-utilities 2020-09-21 15:21:50 -07:00
Martina
da5ccb8abc implementing api for multiple delete 2020-09-19 12:37:09 -07:00
Martina
a0d10e0960 toggle redesign 2020-09-17 11:08:08 -07:00
Martina
d489c95c0b added amount stored to support message 2020-09-16 16:26:15 -07:00
charlesvinette
4cb9f1b575 Modified box-shadow properties order to work with auto-prefixing 2020-09-16 15:54:53 -04:00
charlesvinette
78ac670088 Account settings Bio border fix for Safari 2020-09-16 14:15:38 -04:00
Martina
3b05fdc566 fix for table top row 2020-09-13 22:24:49 -07:00
Martina
6fd9da0eaa onboarding modal and empty states and misc polish 2020-09-13 22:22:34 -07:00
@wwwjim
6bb673d03f slates: you can link to slate objects directly now and copy and paste the URL bar to share with others 2020-09-13 19:58:33 -07:00
@wwwjim
c887596ed8 separates design for data preview from slate item preview 2020-09-12 17:53:41 -07:00
Martina
3ca48e3b22 added alerts to external pages and changed capitalizations 2020-09-12 17:00:58 -07:00
Martina
aac943503f fixed navigation tooltip bug and various style improvements 2020-09-12 15:47:38 -07:00
@wwwjim
7f6fef1c72 fixes more edge cases 2020-09-12 00:46:27 -07:00
@wwwjim
059a16845c fixes hashtag regex and username regex, and fixes public profile id cases 2020-09-12 00:36:32 -07:00
@wwwjim
bf4084e1c5 fixes signin fields to allow for autofocus and mouse less setup 2020-09-11 23:13:10 -07:00
CAKE
815c7b3123
Merge pull request #260 from filecoin-project/andrew/path-based-gateway
Andrew/path based gateway
2020-09-11 21:55:43 -07:00
Andrew Hill
0a4ce7cca9
chore(api): use path based ipfs gateway not subdomain
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-09-11 20:43:28 -07:00
Martina
b05f42fcbb switched alerts to Alert component 2020-09-11 16:19:48 -07:00
William Felker
354aa027c3 fixed view source url path 2020-09-10 19:03:03 +08:00
Martina
63234352c4 sidebar redeisgn 2020-09-09 20:29:08 -07:00
Martina
76739b7422 slate settings sidebar 2020-09-09 20:29:08 -07:00
Martina
b85a3afd32 sidebar blur style 2020-09-09 20:29:08 -07:00
@wwwjim
af9d11f3f6 system: design system tweaks 2020-09-09 02:40:23 -07:00
William Felker
c128ef5b2d Rebased and ready for PR 2020-09-08 21:47:01 +08:00
@wwwjim
7d5fa55c69 some missed assets 2020-09-08 00:08:57 -07:00
Martina
a27ef78ead updated data page 2020-09-07 14:49:10 -07:00
jimmylee
f512647dfa adjustments: moving away from the blue briefly 2020-09-05 20:59:45 -07:00
jimmylee
90cd816c9a color: darkens profile nav 2020-09-05 19:52:15 -07:00
jimmylee
3513a8f74c slatename: max length validation 2020-09-05 19:42:39 -07:00
Martina
b43fbb3126 fixed username display cutoff bug 2020-09-05 19:27:30 -07:00
Martina
30788b8aae copy URL except for slate subscriptions 2020-09-04 21:20:49 -07:00
Martina
16f8000375 finished changing all to squares 2020-09-04 21:20:48 -07:00
Martina
3a8d497112 tooltip in body bug 2020-09-04 21:20:09 -07:00
jimmylee
46f509a5cb slate-profiles: catches the mention bug that will has in his bio 2020-09-04 17:08:46 -07:00
Martina
7241995bd1 combined svgs and updated to new svg icons 2020-09-04 16:15:29 -07:00
@wwwjim
a4704c7d0b signin: new sign in flow, improvements to button handlers 2020-09-02 01:33:39 -07:00
martinalong
37f17fa51b
Revert "Revert "In-client profiles / slates + directory tab"" 2020-08-31 11:19:46 -07:00
martinalong
6cbb8b65cb
Revert "In-client profiles / slates + directory tab" 2020-08-30 22:08:40 -07:00
Martina
492600f9f9 search reformatting 2020-08-30 19:34:28 -07:00
jimmylee
c5aba0524b nextjs: catches all warnings with export default 2020-08-30 13:31:09 -07:00
jimmylee
004dc0a715 versions: nextjs 9.5.2, react 16.13.1, textilehub 0.6.2 2020-08-30 13:14:56 -07:00
jimmylee
d387be15b0 teaser: pre-launch teaser 2020-08-29 19:33:34 -07:00
@wwwjim
b031a08c49 artwork: updates artwork for Slate with contributions from Jason Yuan, credits Ryan Prudhomme 2020-08-28 01:50:45 -07:00
@wwwjim
f49a43a8c2 spotlight: hides searchbar in spotlight search 2020-08-27 21:37:52 -07:00
Martina
832e00282a requested changes applied 2020-08-27 19:18:34 -07:00
Martina
b890339d9a finished integrating endpoint 2020-08-27 18:02:37 -07:00
Martina
33a3d4bbeb spotlight search plugs into endpoint 2020-08-27 16:52:49 -07:00
Martina
10de585947 spotlight-search 2020-08-27 16:52:49 -07:00
@wwwjim
44d5458d3f strings: supports username mentions and slate mentions and links in text 2020-08-26 23:03:30 -07:00
@wwwjim
77660cbb04 carousel: when an input is focused, don't trigger global keydown event callback 2020-08-26 21:41:30 -07:00
Andrew Hill
d5a3447dad
feat(api): skip ipfs subdomain redirect
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:46:41 -07:00
Martina
3959b996a3 minor fixes 2020-08-24 16:29:40 -07:00
jimmylee
e370f73995 slate-preview: make it full screen 2020-08-23 16:53:16 -07:00
@wwwjim
f605d364a2 grid: proof of concept 2020-08-22 18:23:25 -07:00
@wwwjim
60530f512c slate: default data, default states 2020-08-21 22:19:11 -07:00
@wwwjim
8e0041f929 housekeeping: removes unused dependencies 2020-08-21 19:40:04 -07:00
jimmylee
8cfa9bd874 slate: adds the capability to add metadata to slate objects 2020-08-21 00:07:39 -07:00
@wwwjim
cb4f881898 navigation: removes integer based navigation and replaces with unique string name, useful for feature flags and alternate scene versions 2020-08-18 12:28:33 -07:00
uonai
3c33913e1a Code cleanup + refactor, add to design system 2020-08-16 22:23:13 -05:00
jimmylee
d10181ce92 tooltips: removes tooltips for now 2020-08-15 18:43:42 -07:00
jimmylee
153079a393 react-tippy: removed from the codebase 2020-08-15 18:39:00 -07:00
jimmylee
8465d8a481 mobile menu: uses new tooltip wrapper 2020-08-14 01:29:29 -07:00
@wwwjim
607c4b91ea system: fixes missing dependency after merge 2020-08-12 14:28:29 -07:00
Martina
4976b52b62 styling detail 2020-08-12 12:46:23 -07:00
Martina
b78e728823 global tooltip component 2020-08-12 12:41:56 -07:00
@wwwjim
5e954e32bf cleanup: prettier through some new files 2020-08-12 11:53:30 -07:00
Anish Agnihotri
090b6511dd
Adding Hover Tile system component 2020-08-12 12:57:48 -04:00
jimmylee
658dacfcac data: removes data from your bucket, library, and slates when you remove data 2020-08-12 01:22:28 -07:00
@wwwjim
1e4f488fbe icons: adds back search to navigation in preparation for spotlight search 2020-08-10 21:20:14 -07:00
@wwwjim
a9380e03ba design system: please remember to alphabetize these sidebar links in the design system navigation 2020-08-10 18:40:17 -07:00
jimmylee
ee45da8588 carousel: puts it top level to prevent nesting issues 2020-08-09 01:38:16 -07:00
jimmylee
8240f73c18 slates: prepares for new design, updates global carousel to take id values 2020-08-09 01:08:46 -07:00
jimmylee
1bcc40d26b mobile: prevent table distortions on mobile and smaller viewports 2020-08-08 15:38:09 -07:00
@wwwjim
36ea419016 relayout: reorients the layout to fit future wireframes 2020-08-07 17:10:28 -07:00
@wwwjim
aec29d66d1 slates: removing objects from slates 2020-08-06 23:33:44 -07:00
@wwwjim
b23608da18 routes: renaming to remove @ from user routes 2020-08-06 16:06:54 -07:00
CAKE
6e0f82d99b
Merge pull request #146 from filecoin-project/@jasonleyser/animation-cleanup
Updated CSS Animation names
2020-08-05 14:23:52 -07:00
jasonleyser
5b4ce67b8b Updated CSS Animation names
https://github.com/filecoin-project/slate/issues/134
2020-08-05 15:21:23 -06:00
CAKE
61d579a76f
Merge pull request #144 from filecoin-project/@jasonleyser/avatar-group
AvatarGroup Component
2020-08-05 14:00:55 -07:00
jasonleyser
1cb8407ba3 AvatarGroup Component
Created an AvatarGroup component
2020-08-05 10:59:13 -06:00
@wwwjim
c1996c4cc1 slate: supports audio files, copy adjustments 2020-08-03 20:15:24 -07:00
@wwwjim
d4e69655ac slate: fixes ID issue 2020-08-03 18:57:57 -07:00
@wwwjim
d293e479aa cleanup: small touchups, updates readme for electron 2020-08-03 01:10:58 -07:00
martinalong
8636bf1ad0
Merge branch 'main' into @martinalong/button-full 2020-08-02 14:38:43 -07:00
Martina
3d5b591e0f suggested edits 2020-08-02 14:37:04 -07:00
Martina
b14e25ddbc spelling error 2020-08-02 13:21:51 -07:00
Martina
7c356ebe04 forgotten file commit 2020-08-02 13:15:40 -07:00
Martina
134b5209b2 Merge branch '@martinalong/friends-list' of github.com:filecoin-project/slate into @martinalong/friends-list 2020-08-02 12:56:00 -07:00
Martina
b8d6680554 deals list repetition bug fix 2020-08-02 12:55:45 -07:00
martinalong
a8c68e6676
Merge branch 'main' into @martinalong/friends-list 2020-08-02 12:19:01 -07:00
Martina
2d7b0c99e8 button full syntax standardization 2020-08-02 12:17:13 -07:00
Martina
e87f9efb77 revert button full changes 2020-08-02 12:05:57 -07:00
Martina
1ae78fcdc6 suggested changes 2020-08-02 11:53:26 -07:00
jimmylee
e586c0bc7a video: videos can be added to slates now 2020-08-02 00:29:24 -07:00
jimmylee
8cb690c451 slates: PDF support enabled 2020-08-01 23:41:18 -07:00
jimmylee
e85bd9b16a tables: more clear labeling of failed deals 2020-08-01 21:58:58 -07:00
jimmylee
aafefd98d3 system: attempt to fix css without global reset 2020-08-01 16:43:38 -07:00
Martina
8f28c937ed settings and storage deals issue correction 2020-08-01 14:08:32 -07:00
Martina
ef99d4207d friends list 2020-07-31 20:54:41 -07:00
@wwwjim
60feda9fbb experience pages: updates carousel page 2020-07-31 03:03:04 -07:00
@wwwjim
bdaaf57bc5 carousel: rewrite of global carousel 2020-07-31 02:47:37 -07:00
@wwwjim
a17e50957c 0.0.7 2020-07-28 16:43:00 -07:00
@wwwjim
d12815c2f4 cleanup: small adjustments 2020-07-28 16:40:16 -07:00
CAKE
47a0e5dc8c
Merge pull request #124 from filecoin-project/@martinalong/code-block-cleanup-2
Code block cleanup
2020-07-28 16:10:39 -07:00
@wwwjim
d1048382d7 api: lands get slate and add data to slate by id 2020-07-28 16:08:44 -07:00
Martina
31814343f5 using color from constants 2020-07-28 13:32:59 -07:00
Martina
906d28bf14 code block cleanup 2020-07-28 13:27:53 -07:00
@wwwjim
da5e35a897 buttons: prevent text selection on click 2020-07-27 23:55:38 -07:00
CAKE
f24c345d11
Merge pull request #118 from akuokojnr/@akuokojnr/modal-accessibility
feat: make modal accessible
2020-07-27 18:13:05 -07:00
CAKE
146cc855ed
Merge pull request #120 from filecoin-project/@martinalong/slider-component
Slider component
2020-07-27 17:52:37 -07:00
Martina
778ab50fd4 slider component 2020-07-27 17:19:46 -07:00
Martina
c763a0eb4c adding units option to inputs + settings polish 2020-07-27 17:19:46 -07:00
Martina
b989684395 settings component finished 2020-07-27 17:19:40 -07:00
Martina
b73256c35b settings component and experience minus some polish 2020-07-27 17:19:40 -07:00
Akuoko Daniel Jnr
6dc572377d
chore: re-order imports 2020-07-27 22:03:32 +00:00
@wwwjim
4fbd32a815 logs: cleanup 2020-07-27 02:54:11 -07:00
@wwwjim
73c246781f slate: profile and URL 2020-07-27 02:50:25 -07:00
@wwwjim
f858697b13 slate: fixes for collections 2020-07-27 02:10:12 -07:00
@wwwjim
8315df0c04 slates: add image to slate 2020-07-27 01:33:39 -07:00
@wwwjim
4d5228043e cleanup: remove unused imports, better prop names, unused props 2020-07-26 20:20:34 -07:00
@wwwjim
fcb17e47c2 header: measurement adjustment 2020-07-26 18:53:50 -07:00
@wwwjim
e70c55f4e7 slates: creating slates 2020-07-26 18:51:51 -07:00
@wwwjim
e24ecb70cc sign in: removes console log, adds onSubmit 2020-07-26 15:04:00 -07:00
Akuoko Daniel Jnr
0aad81eb9f
feat: make modal accessible 2020-07-25 20:49:05 +00:00
Martina
efb62720ee adding units option to inputs + settings polish 2020-07-25 12:39:51 -07:00
Martina
eca83eff55 settings component finished 2020-07-24 21:07:45 -07:00
Martina
9a589ec43f settings component and experience minus some polish 2020-07-24 21:07:45 -07:00
@wwwjim
f60b836b53 design system: playing around with values 2020-07-24 02:54:39 -07:00
@wwwjim
54b9a02699 design system: fixes scrollbar issues on safari 2020-07-24 01:48:27 -07:00
@wwwjim
dc25c0365a filecoin: cold storage supported, and many small bugfixes 2020-07-24 00:45:21 -07:00
@wwwjim
72a4e93ac9 cleanup: misc nits 2020-07-23 15:11:09 -07:00
Aminejvm
5854409e86 carousel initial draft 2020-07-23 16:08:48 +00:00
@wwwjim
8b5ec5c5df storage-deals: adds back placeholder component 2020-07-23 03:39:03 -07:00
@wwwjim
9d5de9acbe deals: adds back storage deal page, simplifies file upload sidebar, adds loading state 2020-07-23 03:05:13 -07:00
@wwwjim
d11fe19bab reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
CAKE
02ef7d71a6
Merge pull request #110 from filecoin-project/@tmytrn/link-styles
added consistency and a new color to link styles
2020-07-22 23:39:33 -07:00
Tommy Tran
f3a4edd523 fixing requested changes to link styles 2020-07-22 23:04:46 -07:00
@wwwjim
06dca2f5b4 analytics: adds google analytics 2020-07-22 22:19:14 -07:00
Tommy Tran
bff9dd9738 added consistency and new color to link styles 2020-07-22 20:37:54 -07:00
CAKE
607e963427
Merge pull request #92 from filecoin-project/@martinalong/boundary-component
Boundary component
2020-07-22 04:06:35 -07:00
@wwwjim
3325f836f8 ipfs: fixes edge cases with IPFS image upload 2020-07-22 03:20:11 -07:00
@wwwjim
2340c2e4a4 ipfs: image upload to buckets restored and working 2020-07-22 02:58:25 -07:00
@wwwjim
7b7245a74f uploads: supports IPFS bucket uploads 2020-07-22 02:37:40 -07:00
@wwwjim
dc5f3313ec user profiels: lands user profile function and fixes settings, user modeling 2020-07-22 00:41:29 -07:00
@wwwjim
140aa2017c sign-in: end to end allowing creation of any account 2020-07-21 22:53:29 -07:00
Martina
1c62572b60 boundary component 2020-07-21 16:51:32 -07:00
CAKE
09c0ecdc1e
Merge pull request #88 from akuokojnr/@akuokojnr/token-odometer-effect
feat: add odometer effect to create token component
2020-07-21 12:35:31 -07:00
Akuoko Daniel Jnr
f81a91ee88
feat: add copy functionality 2020-07-21 18:31:50 +00:00
Akuoko Daniel Jnr
89933f03de
feat: add odometer effect to create-token component 2020-07-21 14:58:04 +00:00
@wwwjim
f66129f16d authentication: adds user auth concept, sign out, and adds 3 images to a bucket upon user creation 2020-07-21 04:36:50 -07:00
@wwwjim
f40479628b buttons: children as a prop for ButtonPrimaryFull 2020-07-20 23:00:51 -07:00
@wwwjim
2be000986a button: fixes warning 2020-07-20 23:00:04 -07:00
@wwwjim
88b6613ca1 sign in: adds new sign in place holder, adds harddrive svg 2020-07-20 22:45:15 -07:00
@wwwjim
4458e50679 social: experimenting with new art 2020-07-20 18:45:21 -07:00
CAKE
d16c53b2fc
Merge pull request #85 from filecoin-project/@gndclouds/typography
@gndclouds/typography
2020-07-20 18:28:09 -07:00
jasonleyser
b081a34671
Merge branch 'main' into @jasonleyser/codeblock-update 2020-07-20 19:26:18 -06:00
William Felker
1031266021 fixed rebase errors
Some did not save the first time around.
2020-07-21 09:06:40 +08:00
jasonleyser
c8cc831665 Updated CodeBlock component
https://github.com/filecoin-project/slate/issues/80
2020-07-20 18:56:14 -06:00
William Felker
a21cd333ac rebased 2020-07-21 08:44:59 +08:00
tarafanlin
760e08a7c0 creating new text styles and display css value. 2020-07-21 08:35:48 +08:00
William Felker
550bd1cdd2 Basic Typelayout added 2020-07-21 08:33:40 +08:00
tarafanlin
ee0f241ce2 design system: new text styles and display css values 2020-07-21 08:29:50 +08:00
tarafanlin
a4bfc405c9 creating new text styles and display css value. 2020-07-21 08:29:50 +08:00
William Felker
4bf470a7bc Basic Typelayout added 2020-07-21 08:29:50 +08:00
tarafanlin
644a00f0cc design system: new text styles and display css values 2020-07-21 08:15:15 +08:00
tarafanlin
fc2faee8dc creating new text styles and display css value. 2020-07-21 08:15:15 +08:00
William Felker
bdec71f181 Basic Typelayout added 2020-07-21 08:15:15 +08:00
@wwwjim
08026db7af 0.0.6 - loaders, no circular dependencies, preview 2020-07-20 17:05:45 -07:00
@wwwjim
464db9f424 system page: adjusts sidebar size 2020-07-20 16:51:16 -07:00
CAKE
d0b31bb57c
Merge pull request #82 from filecoin-project/@martinalong/storage-deal-component
Fixed table formatting bug
2020-07-20 16:42:17 -07:00
Martina
5a48fa4e48 fixed table formatting bug 2020-07-20 16:38:19 -07:00
CAKE
df56033ea0
Merge pull request #81 from filecoin-project/@jasonleyser/loaders
Added animated page loaders
2020-07-20 16:20:49 -07:00
jasonleyser
1efa773be9 Added animated page loaders
Added six page loader components
2020-07-20 17:01:28 -06:00
@wwwjim
15fb9f833a 0.0.5 sds update, fixes circular references, adds comments 2020-07-20 00:07:21 -07:00
@wwwjim
c999e64cf4 cleanup: fixes scroll bars in code blocks 2020-07-19 23:36:32 -07:00
@wwwjim
979bf164e8 fixes: some bugs and system page breaking 2020-07-19 23:33:31 -07:00
martinalong
bda469a3d5
Merge branch 'main' into @martinalong/storage-deal-component 2020-07-19 21:26:08 -07:00
Martina
997cf70dda suggested edits to table expansion and other formatting 2020-07-19 21:22:05 -07:00
Martina
a5a4ef4265 storage and retrieval deal component 2020-07-19 13:34:07 -07:00
CAKE
cdb518bb91
Merge pull request #72 from motdde/motdde/feature-#52
Feature: Solves issue #52
2020-07-19 10:47:48 -07:00
William Felker
518c73b5be fixed margins of table and drag icon 2020-07-19 17:09:07 +08:00
Martina
3478637ccb storage deals and edit to table component 2020-07-18 21:47:19 -07:00
Oluwaseun Oyebade
f0ada6713f Feature: Solve issues 52 2020-07-18 18:27:54 +01:00
@wwwjim
afcf54c651 code-blocks: fixes key warning and some minor cleanup 2020-07-16 11:03:52 -07:00
@wwwjim
f0dcd556ad design system: cleanup, adds license 2020-07-16 10:41:49 -07:00
Jim
3a0cc561e3
Merge pull request #69 from filecoin-project/@tarafanlin/makerainbow
design system: update code block with jet brains mono and rainbowy code
2020-07-15 21:05:23 -07:00
tarafanlin
a2c1f7b175 design system: update code block with jet brains mono and rainbowy code 2020-07-15 20:44:58 -07:00
@wwwjim
e86d6ef52f dropdowns: fixes broken select menus and updates them across the client 2020-07-15 19:45:23 -07:00
Martina
123602d85a simplified css 2020-07-14 21:03:46 -07:00
tarafanlin
b4c11525b8 design system: update code block with jet brains mono and rainbowy code 2020-07-14 20:54:46 -07:00
Martina
c00a8a10c5 additional style edits 2020-07-14 16:14:32 -07:00
Martina
631ac64a77 suggested edits to modal styling 2020-07-14 16:12:22 -07:00
Martina
86c8b4739a made custom event dispatcher a utility method 2020-07-14 15:26:08 -07:00
Martina
e0ff55b768 global modals and documentation 2020-07-14 14:55:52 -07:00
Martina
3d1cd89a13 added suggested edits 2020-07-13 23:23:20 -07:00
Martina
7dd416e38c removed unused import 2020-07-13 21:39:59 -07:00
Martina
a8033e120e global notifications refactor and code text refactor 2020-07-13 21:28:18 -07:00
@wwwjim
2c057bc508 removes filecoin brand 2020-07-10 14:02:10 -07:00
@wwwjim
cb2f967940 design system: adds filecoin balances list component for 0.0.4 2020-07-09 23:12:54 -07:00
@wwwjim
bad8b6ab45 design system: adds SendAddressFilecoin to experiences 2020-07-09 22:30:52 -07:00
@wwwjim
b8779a2541 design system: make sure that box-sizing: border-box; is applied manually to each component because some codebases wont have resets 2020-07-09 22:03:37 -07:00
@wwwjim
6cf20f0fdf slate: list editor adjustments and semantics 2020-07-09 00:10:06 -07:00
@wwwjim
fa94d2cdca design system: makes code blocks numbers not selectable, adjusts measurements to match system elsewhere 2020-07-09 00:05:51 -07:00
William Felker
0d71a5f4d2 PR 58: Spacing issues 2020-07-09 14:05:42 +08:00
William Felker
7d5b144869 PR 58: Edit mostly css syntax 2020-07-09 13:30:38 +08:00
William Felker
1911811d72 style: padding reducdency and typos 2020-07-09 11:17:25 +08:00
William Felker
51659c9578 PR 58: CSS Syntax updates 2020-07-09 10:57:21 +08:00
William Felker
b5cffca7dd PR 58: Reviewed comments, changes made 2020-07-09 07:55:46 +08:00
William Felker
7f48889751 updated syntax error 2020-07-08 22:57:37 +08:00
William Felker
3ac1bace69 Style: Updated codeblock with inline numbers and FireCode 2020-07-08 16:43:37 +08:00
Jim
6f4f05d9ca
Merge branch 'main' into @martinalong/new-documentation-pages 2020-07-07 23:49:51 -07:00
Martina
e0357f093f refactor list editor and notifications and more documentation 2020-07-07 21:04:54 -07:00
@wwwjim
eb1b23473e GLRenderer: temporarily disables it from slate-react-system, cuts a new release 0.0.3 2020-07-07 01:35:08 -07:00
@wwwjim
ed0fde04c5 system: adds GLRenderer to the exports 2020-07-07 01:11:36 -07:00
@wwwjim
fe6f66a0fc experiences: adds make storage component, and peers list 2020-07-07 01:03:45 -07:00
@wwwjim
2b7eb40d70 navigation: removes links from client experience, fixes link on design system 2020-07-06 23:22:06 -07:00
@wwwjim
507663843a settings: adjustments to fluid containers 2020-07-06 23:12:56 -07:00
@wwwjim
89e03a902b experiences: create address 2020-07-06 22:35:57 -07:00
@wwwjim
c135305e6a modules: first module, generate powergate token 2020-07-06 20:22:22 -07:00
Martina
ef48aeb0c3 documentation standardization and new pages 2020-07-06 18:14:30 -07:00
@wwwjim
3dc620f8f2 experiences: adds powergate token generation page 2020-07-06 13:29:17 -07:00
Martina
acbf963c9e additional rebase files 2020-07-04 22:20:57 -07:00
Martina
b8a9b09428 added datepicker 2020-07-04 21:51:23 -07:00
Martina
700fa8f4f6 added list editor dropdown with reordering 2020-07-04 21:43:43 -07:00
Martina
6d592d1945 added country dropdown and refactored dropdown options 2020-07-04 21:42:48 -07:00
@wwwjim
69db66094d icons: updates example to use slate-react-system 2020-07-04 08:45:31 -07:00
@wwwjim
1523444538 line-charts: removes demo page to fix the build 2020-07-02 02:49:20 -07:00
@wwwjim
31b1c974b5 design system: removes mobile restriction 2020-07-02 02:39:57 -07:00
@wwwjim
ff5846bd4b design system: front page update 2020-07-02 02:35:58 -07:00
@wwwjim
28085ba82b tables: fixes keying warning 2020-07-02 01:40:08 -07:00
@wwwjim
e98d8b2ac4 design system: adds default font for each component 2020-07-02 01:37:20 -07:00
@wwwjim
9db2b4c084 fonts: adds sans-serif fall backs in case component library is used elsewhere 2020-07-02 01:24:14 -07:00
@wwwjim
32ead0c390 rollup: adds rollup config to build component library 2020-07-01 23:38:39 -07:00
jimmylee
f9619bd979 sds: copy 2020-07-01 00:33:44 -07:00
jimmylee
41fdfde976 sds: renaming things, removing tutorials, adds new pages for HackFS hackathon 2020-07-01 00:31:55 -07:00
Martina
709d2db625 added notification component 2020-06-30 16:35:17 -07:00
Martina
8f4e44a930 spelling edits and active navlink highlighting 2020-06-30 11:44:12 -07:00
tarafanlin
aefc737fd2 design system: update code block component 2020-06-28 18:46:34 -07:00
jimmylee
8a681009e2 design system: adds jim picks library on the external links list 2020-06-24 02:45:44 -07:00
jimmylee
3c0015042a design system: updates links 2020-06-24 02:41:36 -07:00
jimmylee
e1eac0fac4 design system: large refactor of all components 2020-06-24 02:35:22 -07:00
jasonleyser
2f700b98ff Issue #8 2020-06-23 19:02:55 -07:00
jimmylee
ba544cfbf7 copy: adjusts copy and removes lorem ipsum, adds a few links 2020-06-22 04:28:14 -07:00
jimmylee
e9adc9c051 components: adds view source option to each systems page 2020-06-22 04:15:04 -07:00
jimmylee
439fb8cfde design system & tutorials: moves each component to its own page, adds tutorial pages 2020-06-22 04:00:51 -07:00
@wwwjim
68de6a402f cleanup: formatting pass 2020-06-18 20:57:57 -07:00
jimmylee
3736ed162c prototype: local file storage and local preview 2020-06-17 00:13:13 -07:00
jimmylee
bf4761eb37 integration: reduced client to essential functions 2020-06-08 19:05:22 -07:00
@wwwjim
57876efbef initial commit for the application prototype 2020-06-03 09:20:54 -07:00