Loading src/nova/trame/view/components/progress_bar.py +8 −14 Original line number Diff line number Diff line Loading @@ -54,22 +54,16 @@ class ProgressBar: v_show=False, ): with vuetify.Template(v_slot_activator="{ props }"): vuetify.VBtn( icon="mdi-information", density="compact", classes="ml-2", size="small", v_bind="props", vuetify.VIcon( "mdi-information", v_show=f"{self.id}.show_full_details", v_bind="props", classes="ml-2", color="primary" ) vuetify.VTextarea( v_model=f"{self.id}.full_details", width=500, no_resize=True, readonly=True, auto_grow=False, bg_color="grey", ) with vuetify.VCard(classes="bg-grey"): vuetify.VCardText(f"{{{{ {self.id}.full_details }}}}", classes="display-linebreaks") with vuetify.VProgressLinear( height="25", Loading src/nova/trame/view/theme/assets/core_style.scss +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ html { display: none !important; } .display-linebreaks { white-space: pre-wrap; } .nova-data-selector revo-grid { font-family: 'Roboto', sans-serif; font-size: 0.75rem !important; Loading Loading
src/nova/trame/view/components/progress_bar.py +8 −14 Original line number Diff line number Diff line Loading @@ -54,22 +54,16 @@ class ProgressBar: v_show=False, ): with vuetify.Template(v_slot_activator="{ props }"): vuetify.VBtn( icon="mdi-information", density="compact", classes="ml-2", size="small", v_bind="props", vuetify.VIcon( "mdi-information", v_show=f"{self.id}.show_full_details", v_bind="props", classes="ml-2", color="primary" ) vuetify.VTextarea( v_model=f"{self.id}.full_details", width=500, no_resize=True, readonly=True, auto_grow=False, bg_color="grey", ) with vuetify.VCard(classes="bg-grey"): vuetify.VCardText(f"{{{{ {self.id}.full_details }}}}", classes="display-linebreaks") with vuetify.VProgressLinear( height="25", Loading
src/nova/trame/view/theme/assets/core_style.scss +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ html { display: none !important; } .display-linebreaks { white-space: pre-wrap; } .nova-data-selector revo-grid { font-family: 'Roboto', sans-serif; font-size: 0.75rem !important; Loading