glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.56k stars 297 forks source link

[Request] Allow Tabs for different bookmark groups #257

Open sriramsv opened 1 week ago

sriramsv commented 1 week ago

Allow us to have different bookmark groups in horizontal tabs similar to page tabs so that we dont have to scroll through multiple lists on the home page.

svilenmarkov commented 1 week ago

Hey, if I understand correctly, I believe you can already do this using the group widget:

- type: group
  widgets:
    - type: bookmarks
      title: Group 1
      groups:
        - links:
            - title: Youtube
              url: https://www.youtube.com/

    - type: bookmarks
      title: Group 2
      groups:
        - links:
            - title: Github
              url: https://github.com/

image