FachschaftMathPhysInfo / Finance-Visualizer

Gibt eine Übersicht über die Finanzen der Fachschaft MathPhysInfo
http://www.mathphys.info/finanzen/
GNU General Public License v3.0
4 stars 2 forks source link

Make changetab script fully generic #10

Closed TuringTux closed 4 years ago

TuringTux commented 4 years ago

changetab.js is now fully generic and doesn't need to be changed when a new tab is introduced. How to introduce a new tab?

  1. Add a menu item:
    <a id="somethingtab" class="item" data-tab="something">Irgendetwas</a>
  2. Add a tab with an id matching the data-tab attribute of the menu item:
    <div id="something" data-tab="something" class="ui bottom attached tab segment">
       [...]
    </div>
  3. Optionally, add a chart container (if you don't, the chart container container will be hidden when selecting the tab and shown whenever needed for other tabs):
    <div class="con" id="somethingcontainer"></div>
TuringTux commented 4 years ago

Entschuldigt, dass ich plötzlich auf Englisch schreibe, habe nicht mehr dran gedacht, dass die Sprache hier ja deutsch ist.

ThorstenBuss commented 4 years ago

Danke für den Pull Request. Tut mir leid, ihn jetzt erst gesehen zu haben.

TuringTux commented 4 years ago

Danke fürs Mergen und alles gut!