makeworld
|
507c6e8dec
|
📝 Wiki script, link to wiki on new tab
|
2020-12-20 00:31:14 -05:00 |
|
makeworld
|
1a2fba92c2
|
Add subscription manager, fix corrupt read/write & short URI panic
More info on corrupt reads and writes:
https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805
The panic was occuring due to lines like:
if u[:6] == "about:"
These would cause panics for URIs that were shorter than 6, like "docs/".
strings.HasPrefix was used instead to fix this.
|
2020-12-05 20:35:15 -05:00 |
|
makeworld
|
f6e89fdaa1
|
Switch subscription-based naming
|
2020-11-27 17:01:29 -05:00 |
|
makeworld
|
cf5e65f75a
|
🚧 Adding & displaying feeds/pages works
See NOTES.md for things still left
|
2020-11-17 20:56:15 -05:00 |
|
Sotiris Papatheodorou
|
9d7c7370e0
|
Custom new tab page (#83)
|
2020-09-01 13:55:09 -04:00 |
|
makeworld
|
6853bb9c6d
|
🚨 More linting fixes and unix build fix
|
2020-08-27 11:47:57 -04:00 |
|
makeworld
|
cfe58cb5f3
|
✨ Add bookmarks! - fixes #10 fixes #13
|
2020-06-23 20:07:25 -04:00 |
|
makeworld
|
41075c8c41
|
🐛 Reset bottomBar on invalid URL or error
|
2020-06-19 11:18:28 -04:00 |
|
makeworld
|
4951ffa9fe
|
🎉 Initial commit, full featured
|
2020-06-18 16:54:48 -04:00 |
|