Commit Graph

1803 Commits

Author SHA1 Message Date
Bryan Housel 69a25fd6aa Move locking code from input and localized up to uiField
Also adjust styles some more for wikidata tagged items
2019-05-20 17:50:50 -04:00
Bryan Housel 06bdfbfb8a Use gray stroke on marker and lock icon on field for locked item 2019-05-20 15:36:10 -04:00
Bryan Housel e7b3354db7 Render wikidata tagged items with green stroke only 2019-05-20 00:35:41 -04:00
Bryan Housel 344aec206c Support special styling for wikidata-tagged features 2019-05-18 23:57:23 -04:00
Quincy Morgan 62b32779d3 Add additional vertical padding to multicombo fields 2019-05-18 11:56:14 -04:00
Bryan Housel e97240e35e Allow natural=bay on lines
(closes #6379)
2019-05-17 15:46:20 -04:00
Bryan Housel ec920d24f0 Don't make landuse green by default 2019-05-17 10:11:34 -04:00
Quincy Morgan ed6dc21d41 Add more padding to semicombo/multicombo fields 2019-05-16 12:54:16 -04:00
Quincy Morgan fa0c05f8f7 Don't render deprecated basin and reservoir features the same as their modern counterparts 2019-05-16 12:35:19 -04:00
Quincy Morgan 401c3a5005 Fix issue with the Label field by changing the class name of form-field-label (close #6344) 2019-05-13 10:36:21 -04:00
Quincy Morgan dcd9876fdf Use thinner partial fills for buildings parts and indoor features (re: #6204) 2019-05-08 15:55:59 -04:00
Bryan Housel 7e36ed0d93 Close seams in corners of highlighting strokes
(closes #6336)
2019-05-08 13:53:48 -04:00
Bryan Housel 5f9bea67da Render more areas in dark grey (rocks, cave entrances, cliffs, etc) 2019-05-05 23:11:33 -04:00
Bryan Housel ddc9d16b62 Merge pull request #6302 from openstreetmap/text-raw-tag-editor
Text raw tag editor / Copy-paste tags
2019-05-03 14:53:08 -04:00
Quincy Morgan 1e30519b5d Add scrollbar to long text area fields (close #6306) 2019-05-03 11:10:20 -07:00
Quincy Morgan 10d5c627d6 Adjust margin between entity issues 2019-05-02 15:03:45 -07:00
Quincy Morgan 6a0e157b99 Make issue info button colors nicer 2019-05-02 14:31:43 -07:00
Bryan Housel b17e4e4f1d Add 'list'/'text' toggle buttons 2019-05-02 13:49:26 -04:00
Bryan Housel ea40634ac6 Add list<->text toggle for raw tag editor 2019-05-01 21:53:43 -04:00
Quincy Morgan 1c15338bd5 Make reset ignored button consistent with enable/disable all rules buttons 2019-05-01 12:13:10 -07:00
Quincy Morgan 52d92f125c Add button to reset ignored issues
Don't cache issue extent
2019-04-30 16:32:36 -07:00
Quincy Morgan 5eb3416431 Don't suggest upgrading crossings without a "crossing" tag to crossing=unmarked (close #6244)
Style crossing icons more nicely
2019-04-30 11:41:50 -07:00
Bryan Housel 80b99eb7cb Get rid of extremely slow sibling selector affecting combo performance
(closes #6249)

I don't even think it affects anything anymore.
2019-04-29 17:26:40 -04:00
Quincy Morgan 42de00e640 Add validation warning for "fixme" tags (close #6214) 2019-04-24 16:59:57 -07:00
Bryan Housel a37ce90af7 Move "Fix All" from bottom of list to top 2019-04-23 17:42:14 -04:00
Bryan Housel 82f1b2542d Less top padding 2019-04-23 13:03:36 -04:00
Bryan Housel 7e04175559 Add Enable All / Disable All validation rules links
(closes #5986)
2019-04-23 13:01:15 -04:00
Quincy Morgan b546b09388 Tweak issues CSS 2019-04-23 09:40:53 -07:00
Bryan Housel 0636401ab6 Uncramp the map panes
(Can probably find a better way to make these responsive later)
2019-04-22 21:47:42 -04:00
Bryan Housel 51c1088c1b Merge branch 'master' into validation_and_change_perf 2019-04-19 15:18:23 -04:00
Quincy Morgan 542c55f5d2 Fix pointer events issue with info panels 2019-04-18 14:19:38 -07:00
Quincy Morgan 2f695a9747 Add link to the PeWu history viewer to the History panel (close #6202) 2019-04-18 14:06:48 -07:00
Quincy Morgan 99d7ae8ea7 Remove water styling for landuses that do not necessarily encompass water, and for amenity=swimming_pool since it is deprecated 2019-04-18 11:52:00 -07:00
Quincy Morgan 37047a03dd Fix issue where long semicombo or multicombo fields could overflow the field (close #6201) 2019-04-18 11:40:31 -07:00
Bryan Housel 9c4881cade Change autofix to accept arguments to perform, implement "fix all" 2019-04-17 17:51:29 -04:00
Quincy Morgan d65e25d8bf Add preset for natural=shingle (close #6155) 2019-04-16 14:41:22 -07:00
Bryan Housel 01d2e3eaf3 Replace validator tooltip with reference function, add tag diff 2019-04-16 17:07:53 -04:00
Bryan Housel 8afd8887cf Restyle much of the issues and entity issues - avoid tooltips 2019-04-16 12:33:48 -04:00
Quincy Morgan f66836dd37 Prevent photo viewer from overlapping info panes or panels (close #5212) 2019-04-15 12:12:23 -07:00
Quincy Morgan 6bdf6c5127 Fix minimap position (close #6167)
Flexbox panes and info panels to prevent overlap (close #4733)
2019-04-15 11:50:54 -07:00
Bryan Housel 5a0f21fa7a Add ability for a fix to be auto, and add auto fix buttons
This also changes some of the list items that were previously buttons to divs,
since we can't nest buttons.
2019-04-13 10:50:47 -04:00
Quincy Morgan 28db597e8f Fix an issue where pane tooltips could appear misplaced 2019-04-12 10:21:53 -07:00
Quincy Morgan 0c29054c36 Make keyboard shortcut modal responsive on small displays 2019-04-12 10:18:36 -07:00
Bryan Housel 96c277f46d Simplify issue-options css 2019-04-11 14:59:32 -04:00
Bryan Housel 4c563f4edf Add validation options
Check:  [] My Edits  [] Everything
Where:  [] In View   [] Everywhere
2019-04-11 11:55:17 -04:00
Quincy Morgan df7a2f978e Use highway tags for golf paths and cart paths (close #6165)
Offer to upgrade golf paths missing highway tags
2019-04-09 19:07:00 -07:00
Quincy Morgan ae80c88f37 Render relation route icon lines dynamically (close #5926) 2019-04-08 19:58:50 -07:00
Quincy Morgan c3653616e6 Make modals work better at small screen sizes
Flexbox the modal action buttons
Replace "col8" CSS class
2019-04-07 14:49:33 -07:00
Quincy Morgan 9e91b606b9 Add Rail Under Construction preset (close #6151) 2019-04-07 10:20:34 -07:00
Quincy Morgan b7b1ce3d7f Fix footway icon colors on Chrome 2019-04-06 08:36:08 -07:00