Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Beaker 1.0 Beta #1435

Closed
wants to merge 1,228 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1228 commits
Select commit Hold shift + click to select a range
bb72d56
Change sync message to async
pfrazee Mar 30, 2020
637022e
Resize thumbnail on profile setup
pfrazee Mar 30, 2020
801d00f
Add beaker.contacts.list() web api
pfrazee Mar 31, 2020
b3befe4
Add opts param to mkdir to add ensureParent opt
pfrazee Mar 31, 2020
dbe7b2c
Use cached data to avoid loading hyperdrives excessively
pfrazee Mar 31, 2020
9332bc9
Add the ability to make detached forks
pfrazee Mar 31, 2020
3df414c
Add 'detach fork' tool to site-info sidebar
pfrazee Mar 31, 2020
aa3bd12
Enable CODE_OF_CONDUCT.md
pfrazee Mar 31, 2020
60588b8
Tweak log
pfrazee Apr 1, 2020
2c42382
Tweak log output
pfrazee Apr 1, 2020
60d51ae
Disable domain codepaths
pfrazee Apr 1, 2020
c057301
Add hyper:// scheme registration
pfrazee Apr 1, 2020
d544151
No errors on empty .js/.css files
pfrazee Apr 1, 2020
efb22df
Improve 'is bookmarked' detection
pfrazee Apr 1, 2020
2beb763
Stop logging sidebar messages to stdout
pfrazee Apr 1, 2020
d13d822
Fix reference error with sidebar panel resizing
pfrazee Apr 1, 2020
76c9cb9
Add 'loading bar' animaation to the shell
pfrazee Apr 1, 2020
4b75c14
Darken the bottom border of the browser shell
pfrazee Apr 1, 2020
8bf7947
Detect daemon crashes more effectively
pfrazee Apr 1, 2020
4da1e6a
(Re-)Add live peer count to location bar
pfrazee Apr 1, 2020
af970b5
Desktop: move top controls to reduce visual clutter
pfrazee Apr 6, 2020
e12ec05
Add help link to desktop
pfrazee Apr 6, 2020
7cd2a8e
Sidebar: always detach to new window
pfrazee Apr 6, 2020
70226d5
Update fork-drive to distinguish between forking and cloning
pfrazee Apr 6, 2020
2a3d7e9
Add 'copy url', 'clone drive', and 'fork drive' buttons to site-info
pfrazee Apr 6, 2020
6b9a2a3
Increase contrast of shell-window colors
pfrazee Apr 6, 2020
e04a7bf
Add placeholder 'sync devices' settings page
pfrazee Apr 6, 2020
4921d03
Hide scrollbars in sidebar
pfrazee Apr 6, 2020
6b000a0
Dont migrate bookmark pinned state from 0.8
pfrazee Apr 6, 2020
ba08dac
Fix reference error when contacts are not set in address-book
pfrazee Apr 7, 2020
e2cdf4c
Sidebar editor: disable metadata button on folders
pfrazee Apr 7, 2020
c0ff148
Fallback to text/plain on unknown types in hyper://
pfrazee Apr 7, 2020
4b25e92
Creaate 'adjacentActive' outside of pinned tabs
pfrazee Apr 7, 2020
4ca1ab6
Split library drives listing into 'my drives' and 'seeding'
pfrazee Apr 7, 2020
016be65
Add / update controls for saving/seeding in siteinfo dropdown and sid…
pfrazee Apr 7, 2020
7301275
Remove 'seeding' config from drives.json
pfrazee Apr 7, 2020
a06084b
Fix new-tab positioning
pfrazee Apr 7, 2020
9e8838e
Update copy in the context and site menus
pfrazee Apr 7, 2020
a7e1506
Remove old 'loadSavedDrives' call
pfrazee Apr 7, 2020
19c8e4c
Add daemon drive-session garbage collection
pfrazee Apr 7, 2020
10f2c3c
Update hyperdrive-daemon network config calls
pfrazee Apr 8, 2020
7c892e6
Rework address book to only store key and fetch info from local cache
pfrazee Apr 8, 2020
ce5c134
Make sure .drive output of query() has a trailing slash
pfrazee Apr 8, 2020
a2bdc08
Add a feed view to the desktop (felt cute, might delete later)
pfrazee Apr 8, 2020
01f5840
Avoid re-render flicker on start page feed
pfrazee Apr 8, 2020
3ff754f
Readd peers menu
pfrazee Apr 8, 2020
e458c79
Move bookmarks into their own shell menu
pfrazee Apr 8, 2020
598690d
Update the empty 'seeding' view
pfrazee Apr 8, 2020
02eaffb
Standardize drive-urls to always include trailing slash
pfrazee Apr 8, 2020
d436bde
Remove library-management controls for system and profile drives
pfrazee Apr 8, 2020
4c70c82
Add local hyper domains and map hyper://system
pfrazee Apr 9, 2020
93b47fd
Darn you, GoT
pfrazee Apr 9, 2020
ebe0979
Replace old system-drive url lookup with hyper://system
pfrazee Apr 9, 2020
9d85fd7
Cache the start page feed
pfrazee Apr 9, 2020
53dec6e
Add 'new post' and 'sync feed' controls to desktop
pfrazee Apr 9, 2020
290f408
Return {version: undefined} when getInfo() reads from cache to distin…
pfrazee Apr 9, 2020
8aa3567
Tweak feed css
pfrazee Apr 9, 2020
06eae2a
Add checkbox to seed a drive when adding to contacts (desktop)
pfrazee Apr 9, 2020
b1d28b3
Add 'seed this drive' prompt to add contact modal
pfrazee Apr 9, 2020
996ef88
Add beaker.peersockets API (WIP)
pfrazee Apr 9, 2020
db04ee3
PeerSocket API fixes
pfrazee Apr 10, 2020
4c37157
More PeerSocket API fixes
pfrazee Apr 10, 2020
a816a5b
Remove debugging
pfrazee Apr 10, 2020
cd8573a
Solve reference error caused by race condition
pfrazee Apr 10, 2020
99d1d55
Normalize a few more origin usages
pfrazee Apr 10, 2020
258b2f0
Fix shell-menu positioning
pfrazee Apr 10, 2020
7ac202c
Fix tab title fallback handling
pfrazee Apr 10, 2020
2004da7
Remove contacts query from cached-feed load flow
pfrazee Apr 10, 2020
bca272b
Tweak feed spacing
pfrazee Apr 10, 2020
22e8de0
Shrink the select-contact modal a little
pfrazee Apr 11, 2020
f464cdd
Fix a few catch-fallbacks
pfrazee Apr 11, 2020
43f0eb3
Use new peerCounts API to support fetching peers without loading drives
pfrazee Apr 11, 2020
66d06fc
Add beaker.capabilities Web API and add capability-URL support to hyp…
pfrazee Apr 13, 2020
7f24b05
Use a smaller list on profile select
pfrazee Apr 13, 2020
aa906f8
Add 'drive properties' button to siteinfo dropdown
pfrazee Apr 13, 2020
94b7d26
Add code to ensure drive network config is correct for seeded drives
pfrazee Apr 14, 2020
e307a47
Merge pull request #1537 from beakerbrowser/blue-hyperdrive10-capabil…
pfrazee Apr 14, 2020
2e95397
Add ln to std-cmds
pfrazee Apr 14, 2020
d558d29
Fix bad reference
pfrazee Apr 14, 2020
564e375
Add unmount to std-cmds
pfrazee Apr 14, 2020
b29b4d2
Add {lstat} opt to hyperdrive.stat()
pfrazee Apr 15, 2020
934bb26
Add symlink information to std-cmds ls
pfrazee Apr 15, 2020
b430f3c
Add readlink to std-cmds
pfrazee Apr 15, 2020
d4f174a
Add dev portal link to start page
pfrazee Apr 15, 2020
4baed10
Bump [email protected]
pfrazee Apr 16, 2020
941031d
Do full refresh on 'sync feed'
pfrazee Apr 16, 2020
2ccb2d8
Fix bad reference that occurs when profile is not setup yet
pfrazee Apr 16, 2020
07d89d7
Disable version slider for now
pfrazee Apr 16, 2020
1ddae36
Disable text-selection in library entries
pfrazee Apr 16, 2020
b42f3c4
Change pinned-bookmark delete to unpin
pfrazee Apr 16, 2020
fa2ea72
Fix bookmark ctrls width
pfrazee Apr 16, 2020
6422acf
Show readonly drives in 'My Drives' when there's a writable fork
pfrazee Apr 16, 2020
958c5dd
Improve video/audio permissions (dont persist and tell specifically w…
pfrazee Apr 16, 2020
c0428b2
Protect the system drive from userland access
pfrazee Apr 16, 2020
293b1a3
Fix rebuild task x-platform
pfrazee Apr 17, 2020
bde2226
Tweak setup form to say Display Name and Bio / Description
pfrazee Apr 17, 2020
db7d0b5
Dont log not found error for drives.json
pfrazee Apr 17, 2020
3ad8448
Improve reliability of profile setup
pfrazee Apr 17, 2020
a61607e
Improve feed empty state
pfrazee Apr 17, 2020
e238d17
Add beaker.dev to default bookmarks
pfrazee Apr 17, 2020
762bdd3
Fix windows shell traffic lights
pfrazee Apr 17, 2020
900a23a
Remove logging
pfrazee Apr 17, 2020
7fb5222
Improve beaker.contacts.list() performance
pfrazee Apr 17, 2020
1543c55
Improve site trust signals to use address book and display title when…
pfrazee Apr 17, 2020
6fa5b17
Improve site-info dropdown css
pfrazee Apr 17, 2020
3f129ba
Replicate the window-menu in the toolbar and centralize multiple shel…
pfrazee Apr 18, 2020
93f20d2
Reduce shadow on shell-menus
pfrazee Apr 19, 2020
02f7310
Tweak toolbar-menu edit button positioning
pfrazee Apr 19, 2020
162a6a6
Fix home-dir in rebuild task
pfrazee Apr 19, 2020
0324cbf
Use the thumb as the favicon in the user profile
pfrazee Apr 19, 2020
2008832
Fixes to live reloading
pfrazee Apr 19, 2020
cdd552e
Reload the page when the user presses enter in the focused url bar
pfrazee Apr 19, 2020
05868ae
Focus the toolbar menu
pfrazee Apr 20, 2020
abe8b69
Tighten up the start page topright links
pfrazee Apr 20, 2020
5bd6ef7
Remove site-info panel from sidebar
pfrazee Apr 20, 2020
dcbfafc
Update editor toolbar icons and font sizes
pfrazee Apr 20, 2020
295538f
Improve the select-file modal to provide virtual categories of drives
pfrazee Apr 20, 2020
ff7aad7
Improve viz of notrust and untrusted sites in site-info
pfrazee Apr 20, 2020
dcc6bf3
Use user-circle for site-info of contacts
pfrazee Apr 20, 2020
ba6dbe5
Re-work site-info dropdown: identity, forks, fewer buttons
pfrazee Apr 20, 2020
1c396af
Add ownership info to site-info identity
pfrazee Apr 20, 2020
c48975d
Re-arrange toolbar menu so sidebar-buttons are on right and have labels
pfrazee Apr 20, 2020
79c9edf
Fix hover states in toolbar-menu items
pfrazee Apr 20, 2020
7f3f205
Adjust toolbar-menu spacing
pfrazee Apr 20, 2020
d4dade9
Add a few more file operations to window-menu
pfrazee Apr 20, 2020
0d2b613
Disable the toolbar window-menu for now, move it to the browser menu
pfrazee Apr 21, 2020
5161d4c
Site-info dropdown: Move add/remove address-book button to identity s…
pfrazee Apr 21, 2020
e32f4db
Tweak 'this drive is in your address book' icon
pfrazee Apr 21, 2020
5bf0429
Add empty state to site-info dropdown's permissions tab
pfrazee Apr 21, 2020
3585eed
Add 'Tools' dropdown for drives in siteinfo dropdown
pfrazee Apr 21, 2020
bfac6f5
Rework context-menu to have fewer options
pfrazee Apr 21, 2020
9f4844f
Close dropdown element on open
pfrazee Apr 21, 2020
730e596
Desktop feed: Use borders on posts instead of darkened padding
pfrazee Apr 21, 2020
0936c17
Add network status dropdown
pfrazee Apr 21, 2020
778ad68
Add hyperdrive-daemon version info to settings
pfrazee Apr 21, 2020
7a4fccf
Styling/ui tweaks to settings page
pfrazee Apr 21, 2020
1b9013e
Indicate hole-punchability in the shell UI
pfrazee Apr 21, 2020
8ea90b3
Rename 'clone drive' to reduce confusion
pfrazee Apr 21, 2020
54b3b52
Rename 'seeding' to 'hosting'
pfrazee Apr 21, 2020
ea68511
Fix: update is-bookmarked state on inpage navigation
pfrazee Apr 22, 2020
838258c
Fix potential destructuring error
pfrazee Apr 22, 2020
69691d1
Improve correctness of window-menu construction and handling
pfrazee Apr 22, 2020
972b187
Change network-menu icon to wifi symbol
pfrazee Apr 22, 2020
029b09b
Add user directory link to start page
pfrazee Apr 22, 2020
864612b
Widen the search bar a little
pfrazee Apr 23, 2020
9030e0f
Wait a little longer to grab a screenshot to avoid capturing an unloa…
pfrazee Apr 23, 2020
426cf1f
Editor: Replace in-app context menu with native
pfrazee Apr 23, 2020
7b684e2
Split import file & import folder into two flows
pfrazee Apr 23, 2020
86dad69
Enable iframe csp directives to work on hyper content
pfrazee Apr 23, 2020
a22d72e
Expermental feature: enable html in the feed via iframes
pfrazee Apr 23, 2020
1bbe21b
Move the 'add pin' button on the desktop
pfrazee Apr 24, 2020
bc5e0aa
Tweak 'add pin' button positioning
pfrazee Apr 24, 2020
7825890
Only show identity information in the identity tab and when its confi…
pfrazee Apr 24, 2020
fd958b1
Remove 'my hyperdrive' badge in location bar
pfrazee Apr 24, 2020
744137a
Increase spacing between top right links
pfrazee Apr 24, 2020
2194005
Move start page top right icons into the toolbar
pfrazee Apr 25, 2020
fb3d7d6
Remove feed from the start page (just not quite fitting)
pfrazee Apr 25, 2020
b12b549
Add beaker.markdown web api
pfrazee Apr 27, 2020
9576d8e
Bump [email protected]
pfrazee Apr 27, 2020
cc0fee3
Handle failed readdir in query()
pfrazee Apr 27, 2020
e874d2a
Make network shell-menu text selectable
pfrazee Apr 27, 2020
3ca6ffc
Give fallback value to remote address
pfrazee Apr 27, 2020
ca2776c
Give help link for lack of hole-punchability
pfrazee Apr 27, 2020
377b658
Use 'csp' in index.json instead of 'content_security_policy'
pfrazee Apr 28, 2020
612f5fc
Fix: show drive tools on internal drives
pfrazee Apr 28, 2020
3403e95
Add 'find templates' tip to create-drive modal
pfrazee Apr 28, 2020
e170e50
Open the intro docs on first load
pfrazee Apr 28, 2020
664cdb2
Add network status page to settings
pfrazee Apr 29, 2020
2379de6
Tweak styles
pfrazee Apr 29, 2020
8c07b96
Turn network status into a table
pfrazee Apr 29, 2020
1b07db4
Avoid returning non-strings in contacts api
pfrazee Apr 29, 2020
7fbd202
Remove old timeout logic in hyper:// handler
pfrazee Apr 29, 2020
d077ef1
Improve daemon logging
pfrazee Apr 29, 2020
46ac77b
Persist drive sessions if a peersocket topic is active
pfrazee Apr 29, 2020
d416ce5
Improve peer-count correctness
pfrazee Apr 29, 2020
f1cffae
Do not allow browser windows to be created at untrusted locations
pfrazee Apr 29, 2020
3fb4cb8
Fix link handling in shell ui
pfrazee Apr 29, 2020
9a559e5
Remove '% sync' from settings
pfrazee Apr 30, 2020
b14a6b9
Avoid showing 'not holepunchable' during setup
pfrazee Apr 30, 2020
63907e9
Update macos build settings
pfrazee Apr 30, 2020
3320f36
Tweak settings network view
pfrazee Apr 30, 2020
7c6dfe2
Add tray icon and 'run background' behaviors
pfrazee May 1, 2020
8d9434b
Remove travis (we stopped using it)
pfrazee May 1, 2020
ad1e834
Improve logging
pfrazee May 1, 2020
ed48e8d
Disable garbage collector for now
pfrazee May 1, 2020
8fbdbfe
Remove tests until they can be replaced with new tests
pfrazee May 1, 2020
a7e4dc6
Minor change
frabrunelle May 1, 2020
6d6ab33
Don't wait for ensureHosting() to finish
pfrazee May 1, 2020
91dedc1
Add logging to ensureHosting
pfrazee May 1, 2020
044a7e3
Merge pull request #1541 from frabrunelle/minor-changes
pfrazee May 1, 2020
8bca5c2
Improve performance audit logging
pfrazee May 1, 2020
19f6490
Merge branch 'blue-hyperdrive10' of github.com:beakerbrowser/beaker i…
pfrazee May 1, 2020
df1bda8
Add some visual cues to the audit log
pfrazee May 1, 2020
5f8ecbc
List peer IPs in various interfaces
pfrazee May 1, 2020
7879aab
Fix bad reference in files export
pfrazee May 3, 2020
ab9b1b1
Add 'edit source' to context menu
pfrazee May 3, 2020
bf221b9
Add hotkey for editor sidebar
pfrazee May 3, 2020
9f293eb
Fix: sidebar panels now toggle by hotkey/menu
pfrazee May 3, 2020
c4273bb
Fix default assets used for thumbs
pfrazee May 5, 2020
1e2d451
Change templates link
pfrazee May 5, 2020
3c040da
Open intro docs immediately, dont wait for focus
pfrazee May 5, 2020
c7da5fa
Fix: select-contact modal disable button if no selection
pfrazee May 6, 2020
65c1c9e
Fix checkbox alignment
pfrazee May 6, 2020
fdf7c7f
Improve add-contact loading behaviorss
pfrazee May 6, 2020
ae3efa6
Maintain consistent window positioning when creating new windows
pfrazee May 6, 2020
1e88ee9
Remove dead code
pfrazee May 6, 2020
74a4dd9
Tighten up the start page a little
pfrazee May 6, 2020
f11f871
Add peer counts to address book
pfrazee May 6, 2020
39c28c4
Add intro box to start page
pfrazee May 7, 2020
2b7f25d
Fix the 404 create-page prompt
pfrazee May 7, 2020
e53ff35
Add a little more to the default profile index.html
pfrazee May 7, 2020
49016fb
Add a 'edit profile' prompt for first visit to the profile
pfrazee May 7, 2020
6510343
Switch the dat converter to use @beaker/dat-legacy-tools
pfrazee May 7, 2020
ea8878d
Add tool to convert old dat archives in user library
pfrazee May 7, 2020
0dd5fef
Keep dat-legacy-tools unpacked so that its executable
pfrazee May 7, 2020
e07a751
Mask the system drive key in network stats
pfrazee May 8, 2020
044f230
Improve shell rendering when window is thin
pfrazee May 8, 2020
1929361
Use white tray icon in linux/windows
pfrazee May 10, 2020
2bddda8
Add links to intro modal
pfrazee May 10, 2020
d63f81b
Disable asar unpacking until we can selectively unpack the specifical…
pfrazee May 10, 2020
6d342ee
Reorg the repo so that electron-builder doesnt pull deps from the bui…
pfrazee May 10, 2020
7e39362
Merge branch 'blue-hyperdrive10' of https://github.com/beakerbrowser/…
pfrazee May 10, 2020
c404275
Use a higher res taskbar icon on windows/linux
pfrazee May 10, 2020
603929d
Add 'run in background' stage in setup
pfrazee May 10, 2020
6359a0b
Fix setup flow closing
pfrazee May 10, 2020
458af20
Fix entitlements path
pfrazee May 11, 2020
2ee27b7
Merge branch 'blue-hyperdrive10' of https://github.com/beakerbrowser/…
pfrazee May 11, 2020
4bd3585
Improve drive 404 page
pfrazee May 11, 2020
9250b48
Fixes to the macos build
pfrazee May 11, 2020
255e329
Replace the subreddit with gh discussions as default bookmark and add…
pfrazee May 11, 2020
4988892
Remove old issue templates
pfrazee May 11, 2020
5748653
Bump [email protected]
pfrazee May 11, 2020
71e7dc0
Always construct profilesdb from migrations to avoid potential errors
pfrazee May 12, 2020
5b18e6e
Modify schema migrations to be safer and handle downgrades to 0.8 if …
pfrazee May 12, 2020
35e0f23
Remove old 'new-window' event hack
pfrazee May 12, 2020
2884d36
Open the tray context menu on click (windows)
pfrazee May 12, 2020
cb8e9ce
Revert to [email protected] until code signature issue is resolv…
pfrazee May 12, 2020
f1749be
Keep a few more tables to enable downgrading
pfrazee May 12, 2020
cc46d47
Add 'initializing' window
pfrazee May 12, 2020
5e807e4
Merge branch 'blue-hyperdrive10' of github.com:beakerbrowser/beaker i…
pfrazee May 12, 2020
ae8b9a7
Switch to using blahbity-blog in onboarding (and add it as default bo…
pfrazee May 13, 2020
2e9ae38
Fixes to autoupdater
pfrazee May 13, 2020
3a7b962
Tweaks to init screen
pfrazee May 13, 2020
2165660
Move docs to docs.beakerbrowser.com
pfrazee May 13, 2020
21a3562
Bump hyper* deps
pfrazee May 13, 2020
32b3906
Bump [email protected]
pfrazee May 13, 2020
830a272
Move the dat converter to a separate packagejson
pfrazee May 13, 2020
b66cadb
More fixes to the dat converter
pfrazee May 14, 2020
af12d10
Add notarization process and release-packaging intructions
pfrazee May 14, 2020
8fe2f13
Fix burnthemall on windows (close #1592)
pfrazee May 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 20 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,22 @@
"globals": {
"document": true,
"navigator": true,
"window": true
"window": true,
"customElements": true,
"alert": true,
"uwg": true,
"DatArchive": true,
"location": true,
"beaker": true,
"prompt": true,
"CSSStyleSheet": true,
"confirm": true,
"fetch": true,
"HTMLElement": true,
"CustomEvent": true,
"localStorage": true,
"FileReader": true,
"Blob": true
},

"rules": {
Expand Down Expand Up @@ -88,14 +103,7 @@
"no-label-var": "error",
"no-labels": ["error", { "allowLoop": false, "allowSwitch": false }],
"no-lone-blocks": "error",
"no-mixed-operators": ["error", {
"groups": [
["==", "!=", "===", "!==", ">", ">=", "<", "<="],
["&&", "||"],
["in", "instanceof"]
],
"allowSamePrecedence": true
}],
"no-mixed-operators": "off",
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "off",
"no-multi-str": "error",
Expand Down Expand Up @@ -127,7 +135,7 @@
"no-throw-literal": "error",
"no-trailing-spaces": "error",
"no-undef": "error",
"no-undef-init": "error",
"no-undef-init": "off",
"no-unexpected-multiline": "error",
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": ["off", { "defaultAssignment": false }],
Expand All @@ -140,7 +148,7 @@
"no-useless-call": "error",
"no-useless-computed-key": "error",
"no-useless-constructor": "error",
"no-useless-escape": "error",
"no-useless-escape": "off",
"no-useless-rename": "error",
"no-useless-return": "off",
"no-whitespace-before-property": "error",
Expand Down Expand Up @@ -186,6 +194,6 @@
"standard/array-bracket-even-spacing": ["error", "either"],
"standard/computed-property-even-spacing": ["error", "even"],
"standard/no-callback-literal": "off",
"standard/object-curly-even-spacing": ["error", "either"]
"standard/object-curly-even-spacing": "off"
}
}
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_0.8_BETA.md

This file was deleted.

52 changes: 0 additions & 52 deletions .travis.yml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ To build:

```bash
git clone https://github.com/beakerbrowser/beaker.git
cd beaker
npm install
npm run rebuild # see https://github.com/electron/electron/issues/5851
cd beaker/scripts
npm install # don't worry about v8 api errors building native modules - rebuild will fix
npm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851
npm start
```

Expand All @@ -93,6 +93,7 @@ npm run burnthemall
```

This invokes [the mad king](http://nerdist.com/wp-content/uploads/2016/05/the-mad-king-game-of-thrones.jpg), who will torch your `node_modules/`, and do the full install/rebuild process for you.
(We chose that command name when GoT was still cool.)
`npm start` should work afterward.

If you're doing development, `npm run watch` to have assets build automatically.
Expand Down
7 changes: 7 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# App

- `/main.js` - Electron entrypoint
- `/assets` - Static assets such as images, fonts, etc
- `/bg` - Electron main process code (background)
- `/fg` - Beaker's frontend/UI code (foreground)
- `/userland` - Frontend code that runs in the userland environment
5 changes: 5 additions & 0 deletions app/assets/css/fa-all.min.css

Large diffs are not rendered by default.

Binary file modified app/assets/fonts/fa-brands-400.eot
Binary file not shown.
4,674 changes: 3,493 additions & 1,181 deletions app/assets/fonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified app/assets/fonts/fa-brands-400.woff
Binary file not shown.
Binary file modified app/assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified app/assets/fonts/fa-regular-400.eot
Binary file not shown.
Loading