makeworld
|
e1a92a999a
|
Make theme and tabs work/look like with old cview
|
2020-12-28 23:42:27 -05:00 |
|
makeworld
|
27a041a746
|
Fix tab number and favicons when moving through history
|
2020-12-28 14:05:00 -05:00 |
|
makeworld
|
e34644be6f
|
Favicons work
|
2020-12-27 20:13:13 -05:00 |
|
makeworld
|
39f19bf643
|
Compiles now
|
2020-12-25 18:34:03 -05:00 |
|
makeworld
|
8ec9bb780c
|
✨ about:version page
Fixes #126
|
2020-12-20 16:39:33 -05:00 |
|
makeworld
|
008d713de3
|
🐛 Handle redirects for subscription URLs
Fixes #144
|
2020-12-17 21:48:23 -05:00 |
|
makeworld
|
2043ed7212
|
🚨 Lint fixes
|
2020-12-17 11:37:48 -05:00 |
|
makeworld
|
90089cba0a
|
🐛 Downloading re-uses request
Fixes #140
|
2020-12-17 11:29:03 -05:00 |
|
makeworld
|
39290b09c6
|
🐛 Make sub popup accurate when viewing a text feed
|
2020-12-09 22:52:35 -05:00 |
|
makeworld
|
ecf229d3dc
|
🚸 Show sub popup even if they're already subbed
|
2020-12-09 16:00:51 -05:00 |
|
makeworld
|
dd7550dffb
|
Add pagination
|
2020-12-06 20:57:57 -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
|
62102d4f98
|
Add handleAbout()
|
2020-11-27 18:25:17 -05:00 |
|
makeworld
|
5722c50432
|
Move funcs to handlers.go
|
2020-11-27 17:57:19 -05:00 |
|