zen_dash

Simple, Fast, Scalable , production grade dashboard application . Right solution for team

MIT License

Downloads
1.6K
Stars
13
Committers
4

Bot releases are hidden (Show)

zen_dash - custom URL support Latest Release

Published by contactzen about 1 year ago

Added Custom URL Support

zen_dash - fixing bug regarding reactivity in sidebar

Published by contactzen about 1 year ago

fixing bug regarding reactivity in sidebar

zen_dash - 0.5.12

Published by contactzen over 1 year ago

  • added dockerfile for local build
    
  • speed up json form server select
    
  • adding little more space after submit button in json form
    
  • Button redirect now possible
    
zen_dash - 0.5.6

Published by contactzen over 1 year ago

allow refresh and rate from server as well

zen_dash - updated create_zen to reflect new change

Published by contactzen over 1 year ago

zen_dash - 0.4.22

Published by contactzen over 1 year ago

Added pythonic way creating html code

from zen_dash import tag as t

NEWMETHOD = t.CENTER(childern=[
                         t.H1(childern=[
                                 'Welcome to ',
                                 t.U(
                                     style={'color': 'red'},
                                     childern=t.A(childern='Zen Dash', other_attributes={'href': 'https://github.com/Zen-Reportz/zen_dash'}))
                             ]
                         )
                     ])

will generate when you compile

<center >
    <h1>Welcome to 
        <u style=" color:red;"  >
            <a href="https://github.com/Zen-Reportz/zen_dash" >Zen Dash</a>
        </u>
    </h1>
</center>
zen_dash - Reacitivty to Inputs

Published by contactzen over 1 year ago

added reactivity to input as well (Thank you @dorjeys3)

zen_dash - Reactivity and Table update

Published by contactzen over 1 year ago

  • fixed bug on form reactivity issue (Thank you @everettbergeson)
    
  • Optional download button for Table, by default it is True
    
zen_dash - 0.4.11

Published by contactzen over 1 year ago

  • table download button return comma seperated file rather than semi-colon seperated file
  • input widgets will not call api if it is already loaded.
  • input widgets will lost data between page change
zen_dash - loading Snack Bar

Published by contactzen over 1 year ago

zen_dash - added reactivity for form and button

Published by contactzen over 1 year ago

  • Reactive support for form and button, following trigger name can be used. where name is name defined in form or button
    • {name}_trigger
    • {name}_success
    • {name}_failed
  • Fixed misspellings
  • Only call page's APIs not all pages's APIs.
  • Table download csv option
  • Raise error if first tab in Sidebar is SidebarGroup
  • Fixed bug with Server filter