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

35 Commits

Author SHA1 Message Date
Anas Mohamed
50044ddce5
Add top level 1 heading as bookmark title suggestion (#293) 2022-01-28 12:18:28 -05:00
David Jimenez
0ccf5e2c03
Fix users being unable to exit help menu (#261)
Co-authored-by: makeworld
2021-12-07 20:18:08 -05:00
Michael McDonagh
3929c9704e
Fix issue 244 (#245)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2021-08-10 15:03:34 -04:00
makeworld
9fd5deb649 Support multiple bookmarks with the same name 2021-05-14 18:45:41 -04:00
Anas Mohamed
a3713075dd
Added ability to save about: pages. (#236)
Co-authored-by: makeworld
2021-05-13 16:38:53 -04:00
makeworld
f622a96696 🎨 go fmt 2021-04-07 12:56:32 -04:00
makeworld
7dba1b257d ⬆️ Update cview location 2021-04-07 12:52:22 -04:00
makeworld
a655ce0eac Works now! 2021-02-27 21:18:03 -05:00
makeworld
8e7300726d 🚧 Initial work 2021-02-27 18:17:49 -05:00
makeworld
215f1a25ee 🚨 Happy linter 2021-02-27 00:17:11 -05:00
makeworld
af5bd00bcb Use XBEL for bookmarks - #68 2021-02-27 00:13:11 -05:00
makeworld
180d108827 🔥 Removed favicon support - fixes #199 2021-02-22 17:41:48 -05:00
makeworld
9198572f34
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
2021-02-17 14:17:13 -05:00
Peter Steinberg
972cb366a5
Fix Bookmarks modal not closing on ESC (#173) 2021-02-04 17:30:32 -05:00
makeworld
fb8af885ab Fix duplicated bookmarks bug 2020-11-19 11:39:08 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
eb10c26599 🐛 Fixes #91 2020-11-04 19:54:58 -05:00
makeworld
e6a081000b 🔀 Merge branch 'master' into feeds 2020-10-10 20:11:00 -04:00
makeworld
efc10a2b3e 🐛 Don't allow creation of invalid bkmks - fixes #95 2020-10-01 19:08:26 -04:00
grimmware
391f9bfef0 Remove protocol filter for bookmarking 2020-10-01 21:05:29 +01:00
Alex Wennerberg
cceedfac15
Emoji Favicons (#90) 2020-09-18 17:44:31 -04:00
makeworld
0f5458c730 🔀 Merge branch 'master' into feeds 2020-09-01 22:26:34 -04:00
makeworld
c0c1ef898c 🐛 Make link colors all purple on proxy pages - fixes #84 2020-09-01 16:41:30 -04:00
makeworld
3a63b73300 🔀 Merge branch 'master' into feeds 2020-08-28 12:07:08 -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
e5fe550bc2 🚧 Feeds page rendering, untested 2020-08-17 15:33:53 -04:00
makeworld
ede504caaf 🐛 Fix not being able to interact with page after modal
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
2020-07-28 18:09:36 -04:00
makeworld
56a56896c9 Themeing support 2020-07-28 16:58:32 -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
makeworld
92eb544b0a 🐛 Handle plaintext for dynamic wrapping - fixes #33 2020-07-03 17:28:56 -04:00
makeworld
3aff20f43b 🚧 Dynamic wrapping #33
This is the majority of the work for this issue completed.
2020-07-02 23:55:24 -04:00
makeworld
d81f0aa0b3 🐛 Input fields are always in focus now - fixes #5 2020-06-29 13:30:20 -04:00
makeworld
3db81c3ac6 🚸 Bookmarks are sorted alphabetically - fixes #17 2020-06-24 13:18:23 -04:00
makeworld
5056bd303d 🐛 Add no-color UI elements - fixes #16 2020-06-24 11:37:32 -04:00
makeworld
cfe58cb5f3 Add bookmarks! - fixes #10 fixes #13 2020-06-23 20:07:25 -04:00