๐พ Archived View for bbs.geminispace.org โบ s โบ Rosy-Crow-Issues โบ 27 captured on 2024-06-16 at 19:20:25. Gemini links have been rewritten to link to archived content
View Raw
More Information
โฌ
๏ธ Previous capture (2024-05-26)
โก๏ธ Next capture (2024-07-09)
๐ง View Differences
-=-=-=-=-=-=-
[#27] Tabs
hi, is there a way of having tabs on Rosy? it's really nice to use so far.
โ๏ธ #feature
๐ Issue #27 in s/Rosy-Crow-Issues
๐ IAm
2023-08-25 ยท 10 months ago ยท ๐ Addison
1 Comment
๐ Addison [mod, ๐ฃ๏ธ developer] ยท 2023-08-26 at 01:13:
This would be nice to have, and in theory it's possible. I'd have to experiment with finding a way to do this that doesn't interfere with the pull-down menu.
Thank you for the suggestion, I'll give it a shot.
Commit 78557e0d ยท WIP tabs implementation BubbleID #27
2023-08-27 ยท 10 months ago
Commit 5fc74d8a ยท WIP getting tab behavior into a workable state BubbleID #27
2023-08-27 ยท 10 months ago
Commit fa5b5553 ยท Finalizing tabs visual behavior and BrowserView binding BubbleID #27
2023-09-23 ยท 9 months ago
Commit 9e19362a ยท Implementing tab persistence BubbleID #27
2023-10-14 ยท 8 months ago
Commit f3a0caf6 ยท switching to a set of fonts that have better language coverage and a more aesthetically consistent emoji support (for tabs) BubbleID #27
2023-10-15 ยท 8 months ago
Commit 11190ed4 ยท implemented tab icon customization and favicon.txt fetching, opening links in a new tab BubbleID #27
2023-10-15 ยท 8 months ago
Commit 5b712d87 ยท add settings to enable/disable the tabs feature and switch the side that tabs are on BubbleID #27
2023-10-16 ยท 8 months ago
Commit 62e1dcf9 ยท move tab-closing to the context menu in order to simplify the button elements BubbleID #27
2023-10-17 ยท 8 months ago
Commit 42e28286 ยท cleaned up tab reordering flow and visuals, closing and reordering are now context-menu items; made the tabs and their icons larger BubbleID #27
2023-10-17 ยท 8 months ago
Commit dbd2d77e ยท Made the new-tab button into a FAB that floats above the tab bar, overlapping it halfway so that the screen's full width is occupied by visible tabs Converted the new-tab button and all the tabs thems
2023-10-18 ยท 8 months ago
Commit 7d256156 ยท implementing close-all and tab importing/exporting BubbleID #27
2023-10-18 ยท 8 months ago
Commit 695948c3 ยท import tabs from a file browser BubbleID #27
2023-10-19 ยท 8 months ago
Commit 9d9f086d ยท pad-out the page's bottom margin so that it's not obscured by the tabs BubbleID #27
2023-10-20 ยท 8 months ago
Commit 256f55e4 ยท Major refactor to decouple the browser control from its view model and wire-up a carousel to hold it all and allow swiping BubbleID #27
2023-10-22 ยท 8 months ago
Commit 6672be80 ยท tabs should flow from the side opposite the new-tab button BubbleID #27
2023-10-22 ยท 8 months ago
Commit e6e6cf14 ยท make carousel source, template bindable and hide that thing while rearranging tabs since it just cannot handle itself when the source items move (shock!) BubbleID #27
2023-10-22 ยท 8 months ago
Commit 1a2daff2 ยท prevent carousel swiping while scrolling the content BubbleID #27
2023-10-22 ยท 8 months ago
Commit a40a5033 ยท tabs should always flow from right-to-left regardless of which side the button is on; updated the setting description to reflect this BubbleID #27
2023-10-22 ยท 8 months ago
Commit 3ba492a4 ยท make tab swiping toggle-able BubbleID #27
2023-10-26 ยท 8 months ago
Commit 6c03032b ยท resigning myself to the fact that MAUI is broken trash and the animated URL won't work for the forseeable future BubbleID #27
2023-10-26 ยท 8 months ago
Commit 32fc32de ยท Upgrading to .NET 8 in order to pull-in https://github.com/dotnet/maui/pull/16165 which fixes the carousel behavior. Note that this required bumping-up the target SDK version to 34. BubbleID #27
2023-10-29 ยท 8 months ago
Commit e448834e ยท CarouselView tends to crash when its items are cleared, so I'm handling the "Close All" tabs a bit more gingerly BubbleID #27
2023-10-29 ยท 8 months ago
Commit 7fd56e89 ยท make tab rearranging work again post-refactor BubbleID #27
2023-10-29 ยท 8 months ago
Commit c405b08b ยท Make tab labels a bit smarter; rather than just the first character, tabs will display the first one or two non-punctuation, non-separator characters in the page title. This eliminates uninformative
2023-10-29 ยท 8 months ago
Commit 40e5c8ca ยท minor refactor to prevent multiple tabs from being selected simultaneously BubbleID #27
2023-10-29 ยท 8 months ago