TouhouFest / touhoufest-webapp

custom tuning of cjnwebapp for touhoufest
https://schedule.touhoufest.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

implement circle numbering system #33

Closed kir12 closed 3 months ago

kir12 commented 3 months ago

map labels need to be coordinated with real-life building names/other landmarks so that con-goers do not get confused. since the maps denote their numbers in circles e.g. (1), this needs to be implemented inside the app. proof of concept is

<span className="fa-layers fa-fw">
  <FontAwesomeIcon icon={faCircle} fixedWidth></FontAwesomeIcon>
  <FontAwesomeIcon icon={fa1} inverse fixedWidth transform="shrink-5"></FontAwesomeIcon>
</span>