1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Marc Ransome
6a92dd336b
Update URLs for official Project Gemini capsule (#342)
* Update URLs for official Project Gemini capsule

* Update disabled tests
2023-11-03 11:34:18 -04:00
makeworld
a71a38926b Opening a relative link in a new tab on an about: page doesn't break
Fixes #306
2022-04-15 11:33:32 -04:00
makeworld
332aa6af9f 💬 Link to makeworld.space instead of .gq 2021-02-17 12:11:57 -05:00
Peter Steinberg
a378eaf37a
Add more about: pages (#187)
Co-authored-by: makeworld
2021-02-12 21:26:07 -05:00
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