|
192 | 192 | <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m1 1 4 4 4-4"/>
|
193 | 193 | </svg>
|
194 | 194 | </button>
|
195 |
| - <div id="helpDropdown" class="hidden dropdown w-48"> |
| 195 | + <div id="helpDropdown" class="hidden dropdown w-52"> |
196 | 196 | <ul class="py-2 text-base text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
|
197 | 197 | <li>
|
198 |
| - <a href="https://chuck.stanford.edu/doc/reference" target="_blank" class="dropdownItem">ChucK Reference</a> |
| 198 | + <a href="https://chuck.stanford.edu/doc/reference" target="_blank" class="dropdownItem">ChucK API Reference</a> |
199 | 199 | </li>
|
200 | 200 | <li>
|
201 |
| - <a href="https://chuck.stanford.edu/doc" target="_blank" class="dropdownItem">Documentation</a> |
| 201 | + <a href="https://chuck.stanford.edu/webchuck/docs/" target="_blank" class="dropdownItem">WebChucK Docs</a> |
| 202 | + </li> |
| 203 | + <li> |
| 204 | + <a href="https://discord.gg/ENr3nurrx8" target="_blank" class="dropdownItem">Discord Community</a> |
202 | 205 | </li>
|
203 | 206 |
|
204 | 207 | <li class="divider dark:border-t-gray-400" data-content="GITHUB"></li>
|
|
209 | 212 | <a href="https://github.com/ccrma/webchuck-ide/issues/new" target="_blank" class="dropdownItem">Report an Issue</a>
|
210 | 213 | </li>
|
211 | 214 |
|
212 |
| - <li class="divider dark:border-t-gray-400" data-content="MORE"></li> |
| 215 | + <li class="divider dark:border-t-gray-400" data-content="ABOUT"></li> |
213 | 216 | <li>
|
214 | 217 | <a href="https://chuck.stanford.edu/webchuck" target="_blank" class="dropdownItem">Learn WebChucK</a>
|
215 | 218 | </li>
|
216 |
| - <li> |
217 |
| - <a href="https://discord.gg/ENr3nurrx8" target="_blank" class="dropdownItem">Discord Community</a> |
218 |
| - </li> |
219 | 219 | <li>
|
220 | 220 | <button id="about-ide" class="dropdownItem">About IDE</button>
|
221 | 221 | </li>
|
|
287 | 287 | <!-- Left -->
|
288 | 288 | <div id="app-left">
|
289 | 289 | <div id="fileExplorerPanel" class="h-full flex flex-col justify-start">
|
290 |
| - <div id="fileExplorerHeader" class="header h-8 justify-start flex-none border-b border-dark-d drop-shadow-sm font-bold overflow-hidden whitespace-nowrap"> |
| 290 | + <div id="fileExplorerHeader" class="header h-8 justify-start flex-none border-b border-dark-d dark:border-dark-a drop-shadow-sm font-bold overflow-hidden whitespace-nowrap"> |
291 | 291 | <div class="px-2">File Explorer</div>
|
292 | 292 | </div>
|
293 | 293 | <div id="fileExplorerContainer">
|
|
353 | 353 | <!-- VM Monitor -->
|
354 | 354 | <div id="vmMonitor" class="relative">
|
355 | 355 | <table id="shredTable" class="w-full table-auto absolute text-left overflow-auto">
|
356 |
| - <thead class="h-8 align-middle font-medium border-b border-dark-d drop-shadow-sm"> |
| 356 | + <thead class="h-8 align-middle font-medium border-b border-dark-d dark:border-dark-a drop-shadow-sm"> |
357 | 357 | <tr>
|
358 | 358 | <th scope="col">Shred</th>
|
359 | 359 | <th scope="col">Code</th>
|
|
372 | 372 | <button id="consoleTab" type="button" class="header-item text-orange underline transition">CONSOLE</button>
|
373 | 373 | <button id="visualizerTab" type="button" class="header-item text-dark-5">VISUALIZER</button>
|
374 | 374 | </div>
|
375 |
| - <div id="consoleContainer" style="height: calc(100% - 1.75rem)" class="border-b border-sky-blue"> |
| 375 | + <div id="consoleContainer" style="height: calc(100% - 1.75rem)" class="border-b border-sky-blue dark:border-dark-4"> |
376 | 376 | <div id="console" class="bg-white dark:bg-dark-2 h-full"></div>
|
377 | 377 | </div>
|
378 | 378 | <div id="visualizerContainer" class="flex-1 bg-white dark:bg-dark-2 hidden">
|
|
0 commit comments