holly-packages

1.2.5 • Public • Published

holly-packages

Packages for Holly app.

Installation

npm install holly-packages --save-dev

Packages Notes

AdminLTE

  • Removed Google Fonts.
  • Fixed main-footer flash when dynamic change the page content's height on DOM loading. e.g. shows a datatables via Ajax on DOM ready.
  • Added $.fn.boxspin function to spin any .box elements.

Bootbox

  • Fixed position of dialog to the center of screen.
  • Automatically detect browser language.

Bootstrap

  • Removed Glyphicons.

DataTables

  • Replaced Glyphicons to Font-Awesome.
  • Applied default options.

FastClick

  • Attached for document.body automatically on DOMContentLoaded.

Highlight.js

Upgrade steps:

  1. Open https://highlightjs.org/download/
  2. Select all languages under Common
  3. Select AppleScript, SCSS, Swift, YAML under Other
  4. Click download button
  5. Move decompressed highlight folder to the root of this project

Recommended themes:

  • Atom One Dark
  • Atom One Light
  • Github
  • Github Gist
  • Ocean
  • Tomorrow
  • Tomorrow Night
  • Solarized Dark

WebViewJavascriptBridge

  • Added alias JSBridge to WebViewJavascriptBridge object.
  • Setup JSBridge when AgentClient.isAppClient is true.
  • Added alias on to JSBridge.registerHandler method.
  • Added send method to call the default handler named "default".
  • Added api method to send { action: "", data: ... }.
  • Invoke JSBridgeReady(bridge) function when JSBridge is ready.

Dependents (0)

Package Sidebar

Install

npm i holly-packages

Weekly Downloads

0

Version

1.2.5

License

MIT

Last publish

Collaborators

  • elfsundae