1
0
mirror of https://github.com/makew0rld/amfora.git synced 2025-01-03 14:56:27 -05:00
Commit Graph

30 Commits

Author SHA1 Message Date
makeworld
90654cd2cf Replace left margin spaces with an empty primitive
This commit introduced flashing issues in the tab row when reformatting,
and even can panic in certain reformatting situations. These bugs have
been logged in the inital comment of the PR.
2020-12-29 17:35:29 -05:00
makeworld
e1a92a999a Make theme and tabs work/look like with old cview 2020-12-28 23:42:27 -05:00
makeworld
a458016ce5 Use SendToFront 2020-12-25 18:57:07 -05:00
makeworld
722d32a385 Switch to using HidePanel for modals 2020-12-25 18:53:54 -05:00
makeworld
39f19bf643 Compiles now 2020-12-25 18:34:03 -05:00
makeworld
82e33130d8 Merge branch 'master' into cview-update
Won't compile yet but conflicts were resolved.
2020-12-25 18:14:23 -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
4bdd1a0494 Merge branch 'master' into cview-update 2020-11-05 09:12:14 -05:00
makeworld
eb10c26599 🐛 Fixes #91 2020-11-04 19:54:58 -05:00
Trevor Slocum
3ef059ad5e
Update dependencies, browse using TabbedPanels (#104)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2020-10-29 14:56:14 -04:00
makeworld
5498987db0 🚧 Starting on cview update [compile failing] 2020-10-11 16:07:31 -04: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