added missing circle files and bulmaswatch
This commit is contained in:
parent
f4d7a2acb9
commit
578a238f2e
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,6 +24,8 @@ testdata/*
|
|||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
dist/*
|
||||||
|
|
||||||
# log files
|
# log files
|
||||||
output.log
|
output.log
|
||||||
*.log
|
*.log
|
||||||
|
7
docs/usage/deterministic.md
Normal file
7
docs/usage/deterministic.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Deterministic address
|
||||||
|
|
||||||
|
Deterministic addresses are simply Onionr user IDs that are generated from a passphrase rather than general entropy.
|
||||||
|
|
||||||
|
To generate an Onionr deterministic, create a random passphrase of at least 25 characters of length. **It is very important that your passphrase is highly random. 9+ words is recommended for your passphrase**
|
||||||
|
|
||||||
|
`$ onionr add-id true`
|
0
docs/usage/mail.md
Normal file
0
docs/usage/mail.md
Normal file
6
static-data/www/board/default-circle-picker.js
Normal file
6
static-data/www/board/default-circle-picker.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
recommendedIDs = document.getElementById('recommendedBoards')
|
||||||
|
|
||||||
|
recommendedIDs.onchange = function(){
|
||||||
|
document.getElementById('feedIDInput').value = recommendedIDs.value
|
||||||
|
getBlocks()
|
||||||
|
}
|
0
static-data/www/shared/darktheme.js
Normal file
0
static-data/www/shared/darktheme.js
Normal file
6
static-data/www/shared/main/bulmaswatch.min.css
vendored
Normal file
6
static-data/www/shared/main/bulmaswatch.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user