Componente de Lista de Tags para Bars

:eyeglasses: Overview

The Tag List Widget allows you to display tags from Discourse in a sidebar using my Bars! :cocktail: :beers: or the Right Sidebar Blocks Theme Components.

:link: Quick Links

:octopus: Get the code
:gear: use tag-list-component for component name in Bars!

:gear: Settings

The widget allows for some configurability with settings such as:

  • :see_no_evil: Hiding specific tags
  • :page_with_curl: Changing display styles (row or column)
  • :hash: Showing count
  • :bar_chart: Change sorting type



Install this Component

12 curtidas

How’s mobiles? Normally something like 80 % or more are using mobiles and for them sidebars are useless. Will they see something or is this only for desktops and tablets?

2 curtidas

@Jagster Yes this will work on mobile :grinning:

The Layouts Plugin can be configured to work on mobile. Here’s some more info from the documentation about how to set that up:

4 curtidas

As our british friends say: splendid indeed :laughing:

Now I have to give a spin. My users are… not so tech savvy so they need all possible help and info.

5 curtidas

Apenas para resumir algumas mudanças que ocorreram recentemente:

  • Adicionei suporte para Blocos da Barra Lateral Direita também
  • Migrei parcialmente para Glimmer (o widget invoca um Glimmer Template)
  • Adicionei cache para evitar chamadas frequentes a tags.json (que ele estava chamando a cada mudança de página!) - se você quiser ver uma nova tag, deve atualizar seu navegador. Isso aliviará:
    • a carga no servidor
    • a atualização visível.
5 curtidas

Como parte de uma migração para remover todo o código legado de Layouts e Widgets do Discourse, este foi totalmente migrado para Glimmer, realocado e o Componente renomeado, você pode precisar atualizar sua configuração de Bars ou RSB:

Repositório agora em: https://github.com/merefield/discourse-tc-bars-tag-list-component

Nome do Componente: tag-list-component

3 curtidas