Tootfinder

Opt-in global Mastodon full text search. Join the index!

@jeang3nie@social.linux.pizza
2026-03-10 05:37:31

Some fairly big #Sunstone #browser feature implementations today.
Bookmarks can be displayed at the 'sunstone://bookmarks/' uri. Clicking on the tag buttons for each bookmark card will bring up a page with all bookmarks that have that tag. There is also a search entry, which by …

@jeang3nie@social.linux.pizza
2026-03-04 02:54:32

#Sunstone #browser grew a couple of features over the past two days.
- History
This is in the same `places` database as bookmarks. For the time being, there is no interface for browsing history or deleting entries. I've added two settings, max_entries and max_days. Every fiftee…

@jeang3nie@social.linux.pizza
2026-03-07 16:45:44

I'm experimenting with a mini titlebar in #Sunstone for when the main controls are hidden. It's just big enough to give you a handle to move the windows around, with the title in the center. Clicking the title beings to the controls and focuses the address bar, hitting escape hides the controls again. So far I like it. If a new user accidentally hides the controls they can get them b…

@jeang3nie@social.linux.pizza
2026-02-26 05:44:11

#Sunstone #Browser got a few nice quality of life improvements today.
- A slim progress bar at the top of the WebView to display loading progress
- Page zoom via keyboard shortcuts. Currently there is no user feedback to display the zoom level because I still need to decide where t…

@jeang3nie@social.linux.pizza
2026-03-06 16:10:24

#Sunstone #browser now remembers your open tabs when you close it and re-opens them the next time you launch it. Another task knocked off the todo list.

@jeang3nie@social.linux.pizza
2026-03-02 02:14:38

I spent a few hours today rethinking the schema for the bookmarks database in #Sunstone . The result is better functionality in less code, which is hopefully a lot less brittle. This database is also going to be used for history, and it's tied in to parsing address bar queries, so it's definitely worth getting it right before going too much further.
Next steps are going to be d…