Florian Mayer

Results 51 comments of Florian Mayer

At high zoom levels and with many options, I can see the buttons are pushed off screen. I can see the options overflow scrolling while buttons are still off screen,...

.optionsGridEditor {overflow-y:scroll;} and max-height should calc based on viewport height

Low prio, just reviewing open issues for low hanging fruit. @yanokwa: you mention some labels could be changed at https://github.com/getodk/build/pull/144#issuecomment-303596890. @issa-tseng also mentions help text in https://github.com/getodk/build/issues/136. Also pinging @lognaturel...

Probably best to keep as unchanged as possible. The comments in draggable.js had me in tears - that file is 🛑🔨🕑 because ...I can't touch this. Would it be safe...

This could be as simple as changing https://github.com/getodk/build/blob/master/public/javascripts/i18n.js#L13 from ``` var defaultLanguages = function() { return { 0: 'English', _counter: 0, _display: '0' }; }; ``` to ``` var defaultLanguages...

### Implementation Menu `File` > `Upload Form to Central` should open a modal dialogue: * Central project URL * Central username * Central password * Button: Upload form * Checkbox...

Something like in nginx `add_header X-Frame-Options "SAMEORIGIN";`?

Having a fullscreen Leaflet widget with custom overlays for reference is a major must-have for my users. Short of sending a PR supporting WMS layers in the `LEAFLET_CONFIG`, here's a...

Cheers, added to docs via #249 while I'm at it - hope that's ok.

Dave, thanks for the info - didn't know that. As I was using a vanilla ckan harvester it didn't know I had to intervene at that level. Let me double...