Code Monkey home page Code Monkey logo

meteor-blaze-bs4's Issues

TODO Components

  • Alerts
  • Badge
  • Breadcrumb
  • Buttons
  • Button group
  • Card
  • Carousel
  • Collapse
  • Dropdowns
  • Forms
  • Input group
  • Jumbotron
  • List group
  • Modal
  • Navs
  • Navbar
  • Pagination
  • Popovers
  • Progress
  • Scrollspy
  • Tooltips

jumbotron component needs to load BlazeBs4.jumnbotron.load()

Describe the bug
In order to dynamically load the jumbotron component, one has to BlazeBs4.jumnbotron.load(), spelled jumnbotron (extra n), which is not very intuitive, nor documented.

To Reproduce
Steps to reproduce the behavior:

  1. use BlazeBs4.jumbotron.load() fails

Expected behavior
use BlazeBs4.jumbotron.load() instead of BlazeBs4.jumnbotron.load()

Desktop (please complete the following information):

  • OS: Mac OS X 10.14.6
  • Browser firefox
  • Version 72.0.1

Arbitrary data- and aria- attributes for all components

There is a folder utils which contains a file named dataAtts.js which exports some generic utility functions to allow Templates to receive arbitrary data- attributes.

Each Template in blaze-bs4 folder of the package needs to have this feature. An implementation example can be found in the button Template.

Sidenote: Performance should for now be secondary (although not be ignored) in favour of completeness of functionality.

Button should use type instead of colortype

A button should also use type to assign colors to keep type attributes consistent with all other components.
HTML type attributes like type="submit" should rather be set by a flag like submit=true.

Update documentation accordingly.

Fix GitHub Pages

Describe the bug
The GitHub pages are broken. Seems to be a client-side router issue.

To Reproduce
Look at GitHub pages

Expected behavior
There should be no route issues

Additional context
Can be fixed by using # instead of / routes

Own component for dropdown item

Action

should be an own component:

{{> dropdownitem href="#dropdowns" label="Action" link=true }}

but it should also work like

{{#dropdownitem href="#dropdowns" link=true}}
  <i class="fa fa-fw fa-someicon"></i> <span>Action</span>
{{/dropdownitem}}

Navbar toggler not expanding

Hi, love the project. When viewing the example demos on your site (https://jankapunkt.github.io/meteor-blaze-bs4/navbars) on a phone, pressing on the toggler button does not show the navbar items. The same happens if I use a narrow browser window on a PC (eg Chrome). The same behaviour is also occurring with the main navbar on the actual demo site also. Am I missing something?
Cheers, Dan

No compatible binary build found

Describe the bug
I have been testing your package in a project, and when I did meteor update I got the error message

error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

To Reproduce
Steps to reproduce the behavior:

  1. Run meteor update or meteor add jkuester:blaze-bs4

Expected behavior
I expected meteor update to work how it always has

Desktop (please complete the following information):

  • OS: MacOS X 10.14.6
  • Browser chrome
  • Version 78.0.3904.70

Additional context
Add any other context about the problem here.

Dynamic import and static import not switchable

Describe the bug

There ist no way to switch between dynamic and static Imports.

To Reproduce
Steps to reproduce the behavior:
Change the environment variable using the package from atmosphere. The dynamic import remains.

Expected behavior
There should be a switch between dynamic and static.

Additional context
See aldeed:autoform v7 for how it's done right

Button misses form attribute

Describe the bug
Button missies form attribute

To Reproduce
create a button with form attribute

{{> button form="test"}}

it won't contain this attribute.

Expected behavior
Should be an attribute of the button

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.