mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Generate Prefs type
This commit is contained in:
parent
d05f4fd3ee
commit
16f77223ff
4 changed files with 116 additions and 101 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import tables, macros, strformat, xmltree
|
||||
import karax/[karaxdsl, vdom, vstyles]
|
||||
|
||||
import ../types, ../prefs
|
||||
import ../types, ../prefs_impl
|
||||
|
||||
proc genCheckbox(pref, label: string; state: bool): VNode =
|
||||
buildHtml(tdiv(class="pref-group")):
|
||||
|
|
|
|||
Loading…
Reference in a new issue