Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@Justin-Byrne Justin-Byrne released this 17 Nov 22:19
· 7 commits to main since this release

[0.0.3] - 2023-11-17

Added

  • Added tasks to _keyboard_tasks
    • Added expand task, to set whether portrait mode is expanded or not
    • Added user task, to
  • Added feature_flags to master _config object
  • Added private functions
    • _setPortraitThumbIcon to set portrait thumb icon
    • _setGeneralStyles to set general UI styles
    • _setExpand to set whether portrait mode is expanded or not
    • _checkNotificationFeatureFlags to check whether a feature flag is set; @see _config.feature_flags

Changed

  • Refactored master _config object
    • incorporated _ui_data_hooks, _redirect_urls, _portrait_rules
  • Changed the following function signatures
    • _setStatusAnimation to _setNotificationAnimation
    • _setStatusButton to _setNotificationButton
    • _setStatusHTMLElement to _setNotificationHTMLElement
    • _setStatus to _setNotification