Skip to content
Snippets Groups Projects
Select Git revision
  • 2bc371c35e773e6008eb8a763bf814c9d1d010ad
  • master default
  • JS-based-scroll-rendering
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
25 results

FactFavorisation.cs.meta

Blame
    • Tobias Schöner's avatar
      abaecb53
      feat: facts can now be marked as favorite · abaecb53
      Tobias Schöner authored
      Facts can be marked as favorite on middle mouse button click.
      Favorised facts are indicaded by a yellow star in the top right corner.
      Other fact displays will be updated accordingly and newly spawned fact displays will show the favorite star correctly.
      abaecb53
      History
      feat: facts can now be marked as favorite
      Tobias Schöner authored
      Facts can be marked as favorite on middle mouse button click.
      Favorised facts are indicaded by a yellow star in the top right corner.
      Other fact displays will be updated accordingly and newly spawned fact displays will show the favorite star correctly.
    index.html 346 B
    ---
    layout: default
    title: News
    source: _posts/
    ---
    
    {% comment %}
      To add a new blog/news post, please create a file in the _posts/
      directory, taking the existing files as examples.
    {% endcomment %}
    
    <div class="posts">
      {% for post in paginator.posts %}
        {% include post_link.html %}
      {% endfor %}
    </div>
    
    {% include pagination.html %}