ioBroker.jarvis icon indicating copy to clipboard operation
ioBroker.jarvis copied to clipboard

Refactor and Performance Improvements

Open Zefau opened this issue 2 years ago • 5 comments

  • [x] Upgrade Core Dependencies, see https://github.com/Zefau/ioBroker.jarvis/issues/1214
  • [x] Migrate from Webpack to Vite
  • [X] Migrate from Vuex to Pinia
  • [x] Refactor State & Binding processing
  • [ ] Move from Vue Options API to Composition API
    • Components
      • [ ] ...
    • Functions
      • [ ] ButtonAction / IconButtonAction
      • [x] ButtonGroupAction
      • [ ] CheckboxAction / SwitchAction
      • [ ] CustomTextBody
      • [x] DatePickerAction
      • [x] DatePickerBody
      • [ ] DropdownAction
      • [ ] IconState
      • [ ] InputAction
      • [ ] LastChangeBody
      • [ ] LevelBody
      • [x] SecondaryStates
      • [x] State
      • [x] TimePickerAction
      • [x] TimePickerBody
      • [ ] Title
      • [ ] BlindLevelAction
      • [ ] ...
    • Modules
      • [x] AdapterLogs
      • [x] AdapterStatus
      • [x] Calendar
      • [ ] Chart
      • [ ] DateTime
      • [ ] DisplayImage
      • [x] HistoryGraph
      • [x] HomeKitTile
      • [x] HtmlTable / JsonTable
      • [ ] iFrame
      • [x] Map
      • [ ] MediaControl
      • [x] ScriptStatus
      • [x] StateHtml
      • [x] StateList
      • [ ] Weather
    • Pages
      • [ ] Main
      • [x] Drawer / Sidebar
      • [x] Tabs
      • [x] Notifications
      • [x] Device Popup
      • [x] Page
      • [x] Tab
      • [x] Widget
      • [x] Login
    • Configuration
      • [x] AccountPage
      • [ ] DevicesPage
        • [x] DevicesPage
        • [x] DevicePage
        • [ ] ImportDevices
      • [x] HelpPage
      • [x] LayoutsPage
      • [x] SettingsPage
      • [x] StylesPage
      • [x] WidgetsPage

Zefau avatar Mar 24 '22 12:03 Zefau

Wird dann in den Styles auch CSS3 unterstützt?

mcuiobroker avatar Apr 12 '22 07:04 mcuiobroker

CSS 3 wird bereits unterstützt.

Zefau avatar Apr 13 '22 21:04 Zefau

Sorry, hatte mich vertan, meinte SCSS/SASS?

mcuiobroker avatar Apr 14 '22 15:04 mcuiobroker

Nicht geplant. Wofür brauchst du das?

Zefau avatar Apr 14 '22 15:04 Zefau

Brauche ich nicht direkt. Ich stöbere nur immer einige Beispiel-Seiten z.B. Buttons : https://webdeasy.de/top-css-buttons/ und dort sieht man immer wieder statt CSS (SCSS) als CodeTab. Vielleicht funktionieren ja auch einige in CSS, mal schauen. Wollte nur die Info, um solche Beispiele dann auch schon zu speichern und evtl dann umsetzen, um mit dem Design flexibler zu werden. image

mcuiobroker avatar Apr 14 '22 15:04 mcuiobroker