File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ anywhere.
5858 covers substances you add yourself once they're classified.
5959- ** Substances** — catalogue substances, assign interaction classes (common ones
6060 are auto-classified), keep your own dose notes.
61- - ** By substance ** — every dose grouped by substance, so you can see your history
61+ - ** Substance Log ** — every dose grouped by substance, so you can see your history
6262 and typical dosages at a glance.
6363
6464## Architecture
Original file line number Diff line number Diff line change 10441044 <button class:active ={tab === " journal" } onclick ={() => goTab (" journal" )}>Journal</button >
10451045 <button class:active ={tab === " companion" } onclick ={() => goTab (" companion" )}>Companion</button >
10461046 <button class:active ={tab === " substances" } onclick ={() => goTab (" substances" )}>Substances</button >
1047- <button class:active ={tab === " bysub" } onclick ={() => goTab (" bysub" )}>By substance </button >
1047+ <button class:active ={tab === " bysub" } onclick ={() => goTab (" bysub" )}>Substance Log </button >
10481048 <button class:active ={tab === " data" } onclick ={() => goTab (" data" )}>Settings</button >
10491049 <button title ="Emergency & support resources" onclick ={openHelp }>Emergency Resources</button >
10501050 </nav >
14301430 <!-- ============ BY SUBSTANCE ============ -->
14311431 {#if tab === " bysub" }
14321432 <section class =" card" >
1433- <h2 >By substance </h2 >
1433+ <h2 >Substance Log </h2 >
14341434 {#if usage .length }
14351435 {#each usage as u }
14361436 <div class =" usage" >
You can’t perform that action at this time.
0 commit comments