Thème Minima

:discourse2: Résumé Minima - L’objectif de ce thème est de réduire l’interface utilisateur et de se concentrer sur le texte.
:eyeglasses: Aperçu Aperçu sur le Créateur de Thèmes Discourse
:hammer_and_wrench: Lien du dépôt https://github.com/discourse/minima
:open_book: Nouveau sur les Thèmes Discourse ? Guide pour débutant sur l’utilisation des Thèmes Discourse

Installer ce thème

Fonctionnalités

J’ai passé en revue et agrandi le texte, en supprimant à peu près tout ce qui est redondant (et tout ce que je n’utilise pas régulièrement). Par exemple, je sais que les sujets suggérés sont des sujets suggérés, alors j’ai supprimé l’en-tête. J’ai utilisé la sélection en masse sur la liste des sujets peut-être deux fois dans ma vie, alors c’est parti. Les vues sur la liste des sujets ? Partis. Les catégories dans le menu hamburger ? Partis.

Vous avez compris l’idée, voici le thème.

Pour un minimalisme supplémentaire, je recommande d’utiliser la mise en page Catégories uniquement pour la page de catégorie.


:discourse2: Hébergé par nous ? Les thèmes sont disponibles pour une utilisation sur nos plans Standard, Business et Entreprise.

39 « J'aime »

Glorious serifs! I love it.

The desktop :hamburger: menu listing all the other themes seems odd to me, though.

5 « J'aime »

I’m LOVING this theme, especially the topic list, amazing work :heart:


A couple of tiny issues in PM’s, a missing icon:

and I feel like the small size of the assigned text makes it hard to read, because the text has been made larger for just about everything else (Header, Suggested messages etc.)

Screenshot%20from%202019-02-08%2013-14-13

11 « J'aime »

I love it, although losing the theme switcher from the nav on mobile did cause a brief moment of panic!

4 « J'aime »

One of my users is reporting the Minima theme (which I love very much) does not show the “Dismiss” button when there are unread messages. He verified that Dismiss wasn’t just disappearing because there were no unreads - he said he switched to Minima and back from another theme while showing unreads and the button did not show up.

Is there a setting I might be missing on this, or anything else I should check? Thanks!

I managed to finally reproduce it:

Screenshots

Default board theme

Minima

5 « J'aime »

I’ve added the dismiss button back, you’ll just need to update the theme.

10 « J'aime »

Thanks so much! I will check it out!

1 « J'aime »

Where can I find the Minima Dark theme?

1 « J'aime »

Mínima Dark is a copy of Minima but using the color scheme from Material Dark.

7 « J'aime »

Hi, wondering if it’s possible to show the name in the topic list instead of username, when the option Prioritizing full name vs username in the UX is active.

2 « J'aime »

It would be wonderful if we could separate the list of categories as per the white lines I added to demonstrate

2 « J'aime »

I am following the guide on creating Themes (Developer’s guide to Discourse Themes) and it says that to change the templates (like removing the avatars in the listing), you need to touch the .hbr files in Discourse core.

Did you have to do this to remove the avatars? I am a bit confused as to how this theme works and how to use it.

As an example, in the Minima theme, how would I change the look and feel of the Profile page of each user?

Sorry if this is off-topic.

3 « J'aime »

It depends on what you’d like to change. If you want to remove or restyle content, it’s likely you can do it with some additional CSS. If you’d like to add information or change the layout dramatically, then you’d need to edit template files.

In the Minima theme, I did edit the template for the topic list to reposition/remove some avatars. You can see that here: https://github.com/discourse/minima/blob/master/desktop/header.html

If you’d like to use the Minima theme and add additional customizations, I’d recommend installing Minima and adding your customizations to it by creating a new theme component. This way you can still get updates to Minima without worrying about your changes being overridden.

3 « J'aime »

Thanks, @awesomerobot - I will give this a try.

I have a follow-up on the same topic. When Discourse is updated and I need to update the software (assuming I am self-hosting), will this cause problems with themes where the templates have been modified? Or are they not dependent?

Have you experienced anything like this in the past?

1 « J'aime »

Using minima theme I can not archive direct messages (checkbox have disappeared).

3 « J'aime »

I’ve just made an update to the theme that adds that functionality back in. Thanks for reporting it!

5 « J'aime »

I’m using Minima as a basis for my theme, and I’m scratching my head at one thing: Where does this code come from?

<div class="byline">
    <a href="" data-user-card="joffreyjaffeux"><img alt="" width="20" height="20" src="https://sjc5.discourse-cdn.com/themecreator/user_avatar/theme-creator.discourse.org/joffreyjaffeux/40/2250_2.png" class="avatar" title="joffreyjaffeux" aria-label="joffreyjaffeux">joffreyjaffeux</a>
  </div>

It disappears when I switch to the Light theme. Minima doesn’t have any javascript that might be manipulating the HTML. So confused!

2 « J'aime »

I believe this is the avatar on top of the topic title

2 « J'aime »

Yes I understand that. I found the code I quoted by inspecting the avatar. What I’m confused about is where the code comes from. It’s present in Minima, yet nonexistent (not just hidden in CSS) in the Light theme for example. What’s generating the HTML?

1 « J'aime »

Oh ok I understand better now

It comes from the header file : https://github.com/discourse/minima/blob/master/desktop/header.html

It rewrites the topic list template.

Original template : https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr

5 « J'aime »