Commit Graph

36 Commits

Author SHA1 Message Date
Sajjad Anwar dab742a501 Make taginfo configurable and default to disabling taginfo related features 2014-10-24 16:26:37 -07:00
Bryan Housel 89ac5f41db Merge pull request #2235 from bhousel/bhousel-fields
Allow checkbox fields to support custom strings
2014-05-23 22:16:14 -04:00
Bryan Housel 40810dab04 Correctly trim whitespace in semicolon-separated multivalues #2236 2014-05-23 15:06:10 -04:00
John Firebaugh 15fb547bcc Let preset editor preserve field state
The turn restrictions field wants to have selected state.
2014-05-18 16:02:47 -07:00
Minh Nguyễn 77c7091cf2 Show relation documentation for relation presets
See http://taginfo.openstreetmap.org/taginfo/apidoc#api_4_relation_wiki_pages

Fixes #1862.
2013-09-30 10:35:00 -07:00
John Firebaugh ef03a45d48 Don't update entity editor when it's hidden 2013-08-09 14:42:16 -07:00
Saman Bemel-Benrud 7c5cb5b3f1 more dramatic different between hover and active edit feature pane 2013-07-25 15:13:16 -07:00
John Firebaugh 882b134f46 Reference button 2013-06-20 16:14:08 -07:00
John Firebaugh c84d932c01 Tooltip 2013-06-20 15:56:34 -07:00
John Firebaugh b277b0da7e Update preset name 2013-06-20 15:39:10 -07:00
Saman Bemel-Benrud 7b46ccbb65 minor refinements. 2013-06-20 17:55:54 -04:00
Saman Bemel-Benrud d4582e03bf fix translation. 2013-06-20 17:52:50 -04:00
John Firebaugh 840c08f672 Remove unnecessary grid classes
These instances are mostly or entirely overridden by more
specific rules.
2013-06-04 18:03:25 -07:00
John Firebaugh d5910dc97d Hide tag reference in hover state (fixes #1561) 2013-06-03 11:10:49 -07:00
John Firebaugh e98b489041 Remove unused 2013-05-31 14:31:23 -07:00
John Firebaugh 9874e417eb Fix "View on OSM" in sidebar footer
Fixes #1473.
2013-05-29 20:24:37 -07:00
Saman Bemel-Benrud 52aa970296 click preset icon to return to preset grid. 2013-05-29 15:40:12 -04:00
Saman Bemel-Benrud 2959a7f749 style fixes. 2013-05-28 23:44:20 -04:00
John Firebaugh f9f72be9c8 Extract iD.actions.ChangePreset 2013-05-28 17:41:26 -07:00
John Firebaugh 1069382353 Obvious editor is obvious 2013-05-28 15:14:07 -07:00
Saman Bemel-Benrud 92b63bb323 Merge branch 'sidebar' 2013-05-28 18:00:59 -04:00
Saman Bemel-Benrud c3091a86ca design cleanup. 2013-05-28 18:00:24 -04:00
John Firebaugh d1643d4b64 Trying to fix tab behavior in last raw tag field 2013-05-28 14:46:25 -07:00
Saman Bemel-Benrud 5d61626a37 working on hover styles. 2013-05-28 15:59:08 -04:00
John Firebaugh 5d4727bd95 Transitions 2013-05-27 08:18:27 -07:00
John Firebaugh c5e275cea5 Don't show "Editing" on hover 2013-05-26 21:38:29 -07:00
John Firebaugh d6211b35b6 Rationalize CSS classes 2013-05-26 14:30:41 -07:00
John Firebaugh 46f41fa4f4 Use undefined value to remove a key rather than empty string
Otherwise it is impossible to tab out of the key input of a
new tag row -- since the value is still empty, the tag is
removed before you have a chance to enter a value.
2013-05-26 13:36:22 -07:00
John Firebaugh 79737d2cd0 Work toward making inspector persistent 2013-05-26 13:36:21 -07:00
John Firebaugh d846e8e3f8 Use accessors
Not a mix of constructor arguments and bound datum.
2013-05-24 17:24:35 -07:00
John Firebaugh 6b73f56f91 Remove accept behavior from preset forms
Doesn't really make sense with persistent sidebar.
2013-05-23 16:22:25 -07:00
John Firebaugh 19638acd14 Push close event handling down 2013-05-23 16:05:07 -07:00
John Firebaugh 76eb0fca85 Extract iD.ui.ViewOnOSM 2013-05-23 14:59:38 -07:00
John Firebaugh 9c86e2a86c Display relation members and memberships in inspector
* Preset icon of relation/member
* Preset name of relation/member
* Name of relation/member
* Role
* Delete button

All currently unstyled.
2013-05-22 17:41:59 -07:00
John Firebaugh ebadc90ac7 Rename Taglist -> RawTagEditor 2013-05-22 16:51:18 -07:00
John Firebaugh b70b287dee Rename TagEditor -> EntityEditor
It's going to be used to edit relation memberships as well
as tags.
2013-05-22 12:16:57 -07:00