Andrew MacKenzie
Andrew MacKenzie
the themes are `css` and seem to be directly using the `CodeMirror` browser editor themes.
This could be an interesting one. There are 2 add ons for Brackets that provide custom themes. There is https://github.com/MiguelCastillo/Brackets-Themes and https://github.com/Jacse/themes-for-brackets. The css files are essentially the same based...
+1 for this. I like ST2/3 as well, but I also really like Notepad++. It certainly isn't any more of an editor for Grandpa than VIM is and for those...
agreed with the above. I think it makes sense for it to be toggle-able (not a real word...lol), though. Do you agree?
before I submit a PR, let me run the code I am considering by you: In dashboard: ```html ``` In the widget code: ```javascript showUpdated() { if (!this.props.showupdated) { return...
changes can be viewed and tested using https://github.com/mackenza/devdash_kitto/tree/optional-updated-at if you want
thx for reviewing I had proposed updated-at being on by default, but I thought you had decided otherwise by your comment > Let's try to add it as an opt...
for `updated-at` I think it depends on how often the data is updated. I think there are likely lots of use cases where it's relatively infrequent. This is a dashboard,...
I am also in favour of the single repo per widget. This would make it very easy for others to contribute. The install from Gist thing was interesting but I...
I agree with the premise that solid core widgets that can take on the display of a type of data (i.e. lists, graphs, texts, images) is important. I am not...