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
|
2357e25b07
|
🚨 Fix lint issues
|
2020-08-28 12:18:30 -04:00 |
|
makeworld
|
13163352b3
|
🚨 More linting fixes
Source: https://github.com/makeworld-the-better-one/amfora/actions/runs/224468383
|
2020-08-25 21:03:21 -04:00 |
|
makeworld
|
de41930d0a
|
🚨 Fix linting errors and switch to disable-all model
Lint errors source: https://github.com/makeworld-the-better-one/amfora/actions/runs/224352889
|
2020-08-25 19:17:06 -04:00 |
|
makeworld
|
56a56896c9
|
✨ Themeing support
|
2020-07-28 16:58:32 -04:00 |
|
makeworld
|
aa4edc4344
|
✨ Tab can enter link selecting mode - fixes #48
|
2020-07-19 11:09:33 -04:00 |
|
makeworld
|
7d71af116d
|
🐛 Can't change links while page is loading
|
2020-07-10 19:49:17 -04:00 |
|
makeworld
|
543d15abfc
|
🔀 Refactor to use tab struct
Squashed commit of the following:
commit 72f36afc9e
Author: makeworld <colecmac@protonmail.com>
Date: Tue Jul 7 16:15:45 2020 -0400
🚧 Scroll is applied correctly when navigating around
commit 4b8982723f
Author: makeworld <colecmac@protonmail.com>
Date: Tue Jul 7 15:34:45 2020 -0400
🚧 Fix bottomBar code
Make sure it always resets to a selected link if one was selected before
commit be09ffcf91
Author: makeworld <colecmac@protonmail.com>
Date: Mon Jul 6 20:30:54 2020 -0400
🚧 Switch to using tab pointers instead of ints
Almost finished overall work.
commit ef8ab3da39
Author: makeworld <colecmac@protonmail.com>
Date: Mon Jul 6 12:10:50 2020 -0400
🚧 Fixed some bugs, major ones remain
commit d3d47a344d
Author: makeworld <colecmac@protonmail.com>
Date: Sat Jul 4 20:58:46 2020 -0400
🚧 Everything uses tab struct, no compile errors, untested
commit 44bf54c12f
Author: makeworld <colecmac@protonmail.com>
Date: Sat Jul 4 13:24:49 2020 -0400
🚧 Initial work on tab struct
|
2020-07-07 21:13:45 -04:00 |
|