|
76 | 76 | > |
77 | 77 | <q-tab name="frameworks" label="Frameworks"></q-tab> |
78 | 78 | <q-tab name="tools" label="Useful Tools"></q-tab> |
| 79 | + <q-tab name="links" label="Useful Links"></q-tab> |
79 | 80 | <q-tab name="goodpractice" v-if="false" label="Good Practice"></q-tab> |
80 | 81 | <q-tab name="enviroment" v-if="false" label="Dev Enviroment"></q-tab> |
81 | 82 | <q-tab |
|
348 | 349 | </q-tab-panels> |
349 | 350 | </div> |
350 | 351 | </q-tab-panel> |
| 352 | + <q-tab-panel name="links"> |
| 353 | + <div class="text-h6">Useful links</div> |
| 354 | + <q-list bordered separator> |
| 355 | + <q-item |
| 356 | + clickable |
| 357 | + tag="a" |
| 358 | + href="https://github.com/lnbits" |
| 359 | + target="_blank" |
| 360 | + > |
| 361 | + <q-item-section avatar> |
| 362 | + <q-icon name="code" /> |
| 363 | + </q-item-section> |
| 364 | + <q-item-section> |
| 365 | + <q-item-label class="text-bold" |
| 366 | + >LNbits GitHub Repository</q-item-label |
| 367 | + > |
| 368 | + <q-item-label caption> |
| 369 | + Includes the LNbits repo and other useful repositories like |
| 370 | + <strong>lnbits-extensions</strong> for submitting extensions |
| 371 | + and many LNbits-related projects. |
| 372 | + </q-item-label> |
| 373 | + </q-item-section> |
| 374 | + </q-item> |
| 375 | + |
| 376 | + <q-item |
| 377 | + clickable |
| 378 | + tag="a" |
| 379 | + href="https://www.youtube.com/channel/UCGXU2Ae5x5K-5aKdmKqoLYg" |
| 380 | + target="_blank" |
| 381 | + > |
| 382 | + <q-item-section avatar> |
| 383 | + <q-icon name="ondemand_video" /> |
| 384 | + </q-item-section> |
| 385 | + <q-item-section> |
| 386 | + <q-item-label class="text-bold" |
| 387 | + >LNbits YouTube Channel</q-item-label |
| 388 | + > |
| 389 | + <q-item-label caption> |
| 390 | + Features useful tutorials and updates, including how to build |
| 391 | + your own extension. |
| 392 | + </q-item-label> |
| 393 | + </q-item-section> |
| 394 | + </q-item> |
| 395 | + |
| 396 | + <q-item |
| 397 | + clickable |
| 398 | + tag="a" |
| 399 | + href="https://www.youtube.com/@makerbits7700" |
| 400 | + target="_blank" |
| 401 | + > |
| 402 | + <q-item-section avatar> |
| 403 | + <q-icon name="build" /> |
| 404 | + </q-item-section> |
| 405 | + <q-item-section> |
| 406 | + <q-item-label class="text-bold" |
| 407 | + >Makerbits YouTube Channel</q-item-label |
| 408 | + > |
| 409 | + <q-item-label caption> |
| 410 | + Offers great hardware tutorials for projects that integrate |
| 411 | + with LNbits. |
| 412 | + </q-item-label> |
| 413 | + </q-item-section> |
| 414 | + </q-item> |
| 415 | + </q-list> |
| 416 | + </q-tab-panel> |
351 | 417 |
|
352 | 418 | <q-tab-panel v-if="false" name="goodpractice"> |
353 | 419 | <div class="text-h6">Good Practice</div> |
|
0 commit comments