1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-27 23:05:55 -04:00
Commit Graph

183 Commits

Author SHA1 Message Date
makeworld
9779ef3c54 Remove unecessary TODO 2021-02-17 14:06:19 -05:00
makeworld
35de6bfb58 Merge branch 'master' into cview-update 2021-02-17 11:43:10 -05:00
makeworld
5e889967bc 🐛 Don't break visiting IPv6 hosts when port 1965 is specified
Fixes #195
2021-02-17 09:25:02 -05:00
Peter Steinberg
a378eaf37a
Add more about: pages (#187)
Co-authored-by: makeworld
2021-02-12 21:26:07 -05:00
Stephen Robinson
06d39547d4
Made tab the delimiter for the help message table. (#180)
This fixes the display issue when the | character is used as a
keybinding.

Co-authored-by: Stephen Robinson <stephen@drsudo.net>
2021-02-08 21:06:13 -05:00
Thomas Adam
2f23390696
search: trim trailing whitespace (#184)
When amfora is given a string to search, if that string contains a
valid protocol (gemini://), and that string contains trailing
whitespace, then the string is treated as a search term.

Although perhaps slightly more uncommon, if the input string was as a
result of copy/paste then it's possible the string could contain
trailing spaces, which is not what was intended, but rather should be
removed so that it's treated either as a valid gemini:// link or a
search term.

Some efforts around this appeared in #138
2021-02-07 21:52:53 -05:00
makeworld
86bde5ec11 🐛 Handle empty META - fixes #176 2021-02-04 18:06:56 -05:00
Peter Steinberg
972cb366a5
Fix Bookmarks modal not closing on ESC (#173) 2021-02-04 17:30:32 -05:00
Art Barnes
d884e1d161
update help text (#172)
Co-authored-by: Art Barnes <art@pin2.io>
2021-02-02 11:34:55 -05:00
makeworld
1540e4f561 'about:' URLs can now be typed in the bottom bar
Fixes #167
2021-01-11 10:06:21 -05:00
makeworld
4aa774ef31 Update cview to fix tab row flash 2021-01-10 15:55:33 -05:00
makeworld
d1f24830f4 Fix tab row flashing 2021-01-01 01:02:09 -05:00
makeworld
c7d72a7875 Added scrollbar config and themeing 2020-12-31 21:59:26 -05:00
makeworld
c9073ceb26 Add empty line underneath tab row 2020-12-29 23:30:44 -05:00
makeworld
c6ad73da01 Fix tab divider when color is disabled 2020-12-29 23:25:32 -05:00
makeworld
691614dae4 Update changelog and fix mispelling 2020-12-29 17:40:37 -05:00
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
86f9f0f329 Use theme background for tab divider 2020-12-28 17:58:21 -05:00
makeworld
27a041a746 Fix tab number and favicons when moving through history 2020-12-28 14:05:00 -05:00
makeworld
21d07935e8 Setup tab colors 2020-12-27 20:40:02 -05:00
makeworld
e34644be6f Favicons work 2020-12-27 20:13:13 -05:00
makeworld
992a824502 Make the help page a panel instead of a tab 2020-12-27 19:59:43 -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
bf47a1d57a Support streaming; error if cmd or types are empty 2020-12-24 23:38:12 -05:00
makeworld
41ebf22df8 Keep info modal button selected 2020-12-24 19:27:06 -05:00
makeworld
7c2f59fcdc Merge branch 'master' into mediatype-handlers 2020-12-24 16:40:10 -05:00
makeworld
035fca1208 🐛 Don't use cache when URL is typed in bottom bar
Fixes #159
2020-12-24 16:25:39 -05:00
Jeff
f10337e429
Keybinding system for global keys (#135)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2020-12-24 16:13:38 -05:00
makeworld
c93d09b26b 🐛 Allow search for single word, like before 2020-12-20 22:58:25 -05:00
makeworld
36455e800b 🐛 Make sure file:// dir paths end in slash 2020-12-20 16:58:29 -05:00
makeworld
8ec9bb780c about:version page
Fixes #126
2020-12-20 16:39:33 -05:00
makeworld
a0ae0ca835 New search vs. URL detection logic 2020-12-20 15:13:26 -05:00
makeworld
507c6e8dec 📝 Wiki script, link to wiki on new tab 2020-12-20 00:31:14 -05:00
makeworld
95f077c083 Ability to go back to new tab page 2020-12-19 20:19:47 -05:00
makeworld
ae9bfa5e2b 📌 Use replace for progressbar dep 2020-12-19 20:09:25 -05:00
makeworld
f5063c8424 🚨 Ignore line length in tests 2020-12-19 19:43:54 -05:00
makeworld
8aec339283 Fix invalid URLs, NFC norm., support IDNs
Fixes #138
2020-12-19 19:41:25 -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
Stephen Robinson
0df5effdcf
Mediatypes support (#134)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.com>
2020-12-14 14:28:07 -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
4a2c7da529 🐛 Don't have a Next Page link on the last subs page 2020-12-07 18:09:10 -05:00
makeworld
ef23d9e45f Logging removed 2020-12-06 21:02:41 -05:00
makeworld
dd7550dffb Add pagination 2020-12-06 20:57:57 -05:00