m4dz

Results 24 issues of m4dz

Hi there! This PR is intended to add the Design Systems Starter Kits made for [Backlight](https://backlight.dev), a Design Systems IDE.

When trying to rename a calendar whioch potentially have many events in it, this task take too many times, resulting of a lag (or a freeze) of the interface. It...

bug

Actually, events in calendar views doesn't rely very well on UTF-8 emojis chars (see attached screenshot, event summary input was "WE :heart:". It synchronized correctly but isn't properly rendered. ![Emoji...

enhancement

Rather than having 2 fields in event popover view, we should have a _magic_ field that can parse and fill data with user input. So, we display only one field...

enhancement

This PR introduces support with the "absolute" path syntax: - if the include path is specified in a relative syntax (e.g. `./L1/foo.md`) or without any leading path (e.g. `L1/foo.md`), then...

Email datapoints labels are wrong in fr: _main_ is translated _internet_, which seems to be confusing.

bug

On small viewports (say, mobile device in portrait mode), the edit view isnt efficient as its input fields overflow the box width. Having a render mode (put fields below the...

bug

CardView contains multiples regions, one is the `data` view. It contains a CollectionView (for datapoints group), each item representing a subset of datapoints (emails, phones, etc). This is counter-productive nor...

enhancement

When view card, some fields may be formatted for display, like phone number (see screenshot). ![screen shot 2015-02-09 at 10 19 10](https://cloud.githubusercontent.com/assets/471486/6103515/82c34e62-b045-11e4-8e8d-9231f5855920.png) E.g.: I often saved phone numbers w/o spaces...

enhancement

We should have a simple checkbox to mark a card as _organisation_ instead of _person_, so the man field is the _org_ one, instead of _firstname lastname_. In the list,...

enhancement