This repository has been archived by the owner on Dec 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Merged
V0.1.1 #77
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3af38a2
wip: save button for images
MicrowaveDev 8500f7f
fix name
MicrowaveDev d8338c5
styling save buttons and modal in page
MicrowaveDev bf7b9e0
previewHash -> iconHash, save iconHash for images too #39
MicrowaveDev 155fae9
fix notify and image modal checkbox
MicrowaveDev a3727ff
save modal styling
MicrowaveDev 6be56f4
fix link keywords from modal
MicrowaveDev 10b7e8a
fix words in save modal
MicrowaveDev f5a0bc0
handle base64 image source #42
MicrowaveDev 2dee129
subscribe to mouseover of images that apears after page render #41
MicrowaveDev c0be383
prepare to youtube downloader
MicrowaveDev 6fc1242
fix content linking #49 and prepare contents data base for fulltext s…
MicrowaveDev 10fb583
wip: check ipfs content exists
MicrowaveDev 0757f93
checking for existing content on save #53
MicrowaveDev efe6061
display content hash in norification #54
MicrowaveDev 37a7234
fix settings fetching
MicrowaveDev 693fdf9
add todo
MicrowaveDev cb64d68
fix settings fetching
MicrowaveDev f188dc1
hide singlefile menu #43
MicrowaveDev 6f6f30e
fix backup displaying #45
MicrowaveDev a86696d
merge fixes
MicrowaveDev 46a6b7b
fix background to tab events
MicrowaveDev d541bec
fix fonts
MicrowaveDev db4e3cd
Merge pull request #59 from cybercongress/fixes
MicrowaveDev 9170962
cyb transfer page and errors handling
MicrowaveDev 212f9ef
wip: internal ipfs node
MicrowaveDev 9a50370
display saved content new tab
MicrowaveDev 13c6158
remove ipfsResource serviceWorker
MicrowaveDev f19e01a
Merge branch 'internal-ipfs-node' of https://github.com/cybercongress…
cyborgshead d8ae9b4
Merged save-images
cyborgshead 0022f22
Fixed packages paths in package.json
cyborgshead ff2b9c8
Updated .gitignore
cyborgshead 20c099d
Upgraded cyberd node path
cyborgshead e9de499
Fixed send and denom for Euler chain
cyborgshead 3b30816
options for cyberd node in settings
cyborgshead 8aaf8a7
Added configuration for cyberd endpoint
cyborgshead 25aa667
Added mnemonic import
cyborgshead 44dce6c
Fixed ipfs data opening
cyborgshead f685964
Removed outdated galt's copyright
cyborgshead aa9999c
Updated README
cyborgshead 93dda9b
Added license
cyborgshead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
/dist | ||
/dist-zip | ||
.idea | ||
.DS_Store | ||
dist.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Cyber License | ||
|
||
Don’t believe, don’t fear, don’t ask. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,35 @@ | ||
# Install | ||
1. Execute commands | ||
# cyb-virus | ||
|
||
## Mission | ||
Help you fuckgoogle rigth from Chrome! | ||
|
||
## Features | ||
1. Create Account, Import Account (mnemonic) | ||
2. Import Account with private key or mnemonic | ||
3. Get cyber balance and bandwdith | ||
4. Create cyberlinks between CIDs (with keywords also) | ||
5. Transfer Cyber network tokens | ||
6. Search in Cyber | ||
7. Download web2 page and save in IPFS, get CID | ||
8. Bookmarks of saved to IPFS and linked in Cyber content | ||
9. Backups | ||
|
||
## Node configurations | ||
1. IPFS endpoint | ||
2. Cyber endpoint | ||
|
||
|
||
## Dev environment | ||
``` | ||
yarn | ||
npm run watch:dev | ||
yarn install | ||
yarn run watch:dev | ||
``` | ||
2. Go to `chrome://extensions/` and install extension by folder ./dist | ||
|
||
## Build | ||
``` | ||
yarn run build:dev | ||
``` | ||
|
||
## Add to Chrome from build | ||
Go to `chrome://extensions/` and install extension by folder ./dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this also be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xhipster yes, but not now