You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeet gulp from build system (involves lots of chaos) (#445)
* Revert dependabot stuff (sorry tyler arfcomm)
* webpack builds now
* build css
* update dockerfile
* css with dockerfile in better way
* include fonts
* removed most of the icons
* removed gulp stuff :))))
* updated css stuff and removed more gulp things
* made dockerfile nicer
* update node build action
* trying to fix gh action
* ugh more not working
* removed action that wasn't working
* bumped node and removed gulp
* update node and webpack a little bit
* webpack 4
* update lots of dependencies
* update webpack and use cli
* fix build errors for exception stuff
* build scss with webpack
* update some icons to be better
* webpack does icons now
* webpack copies images too :)
* removed ball fall stuff (as far as i can tell it doesn't do anything)
* gunicorn 22
* updated config.env.py to match env changes
gonna crash out over env variables stuff I'm so bad at updating the prod
one when I change local stuff
* fixed styling issues with attendance
* remove build-css
* removed build*.js from dockerfile
<divclass="alert alert-warning" role="alert"><spanclass="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span> You have no major projects.</div>
238
+
<divclass="alert alert-warning" role="alert"><iclass="bi bi-exclamation-circle white" style="padding-right:5px"></i> You have no major projects.</div>
<spanclass="glyphicon glyphicon-ok-sign white" style="padding-right:5px"></span> You haven't missed any house meetings.
323
+
<iclass="bi bi-check-circlce white" style="padding-right:5px"></i> You haven't missed any house meetings.
321
324
</div>
322
325
{% elif hm_attendance_len > 0 %}
323
326
<divclass="panel panel-default">
@@ -344,7 +347,7 @@ <h3 class="panel-title">Missed House Meetings</h3>
344
347
{% endif %}
345
348
346
349
{% if cm_attendance_len == 0 and active%}
347
-
<divclass="alert alert-warning"><spanclass="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span>You have not attended any directorship meetings.</div>
350
+
<divclass="alert alert-warning"><iclass="bi bi-exclamation-circle white" style="padding-right:5px"></i>You have not attended any directorship meetings.</div>
0 commit comments