Skip to content

Commit be0551c

Browse files
committed
Mess with README style
1 parent e67c18f commit be0551c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Agregore Browser
22
A minimal web browser for the distributed web
33

4-
<p align="center">
5-
<img src="./build/icon.png">
4+
<p align="center" style="float: right">
5+
<img src="./build/icon.png" width="333px">
66
</p>
77

88
## Running
@@ -40,15 +40,15 @@ PRs for more protocols are welcome.
4040
- [ ] Loading pretty urls with index.html
4141
- [ ] IPNS?
4242
- [ ] Basic BitTorrent support (loading)
43-
- [ ] Keyboard shortcuts
44-
- [ ] Dev tools
45-
- [ ] Navigation
46-
- [ ] Customization?
4743
- [ ] Better navigation UX
48-
- [ ] Multiple windows
49-
- [ ] Only allow single instance of the app (reuse the protocol handlers across windows)
50-
- [ ] Make sure protocol handlers open correct URL
44+
- [x] Multiple windows
45+
- [ ] Shortcuts for window creation
46+
- [x] Only allow single instance of the app (reuse the protocol handlers across windows)
47+
- [x] Make sure protocol handlers open correct URL
5148
- [ ] Make sure page titles update the window title
49+
- [ ] Keyboard shortcuts
50+
- [x] Dev tools
51+
- [ ] Navigation
5252
- [ ] Better browser history
5353
- [ ] Save history to a DB
5454
- [ ] Search through history?
@@ -58,7 +58,7 @@ PRs for more protocols are welcome.
5858
- [ ] PUT/DELETE methods for files / folders
5959
- [ ] Track created archives for origin in a DB
6060
- [ ] Access control prompt for writing to origin
61-
- [ ] WebXR - Make sure it's working!
61+
- [x] WebXR - Make sure it's working!
6262
- [ ] Web extension support via [electron-extensions](https://github.com/sentialx/electron-extensions)
6363
- [ ] Somewhere to render badges
6464
- [ ] Developer options page

0 commit comments

Comments
 (0)