arch0345
14794ee992
Remove references to ImproveOSM
2024-07-08 17:15:38 -07:00
Martin Raifer
1572835a48
move local photos to "Photo Overlays" section
2023-08-07 11:52:33 +02:00
Martin Raifer
884874dedc
Merge branch 'develop' into gsoc_2022/explore_iD
2023-08-07 10:38:10 +02:00
Mukesh Jaiswal
1a3d8a6304
Refactor: removed console log
2022-09-12 16:41:30 +02:00
Mukesh Jaiswal
3ccc434c83
Refactor: working prototype, needs some error handling and translation
2022-09-12 13:41:19 +02:00
Mukesh Jaiswal
448c8b914c
plop
2022-08-23 19:37:54 +02:00
mukesh
7a2ab8aeaa
Draft: still in progress
2022-08-03 15:37:09 +02:00
mukesh
16280638b5
plop
2022-06-29 18:51:33 +02:00
Martin Raifer
28eae9ed87
refactor uiSections to not inject html
2022-06-24 11:45:54 +02:00
Martin Raifer
ac77289b4d
refactor localized text rendering in tooltips, flash messages
2022-06-23 18:55:57 +02:00
mukesh
8d800801ff
Feature: local photos ui added
2022-06-20 18:39:59 +02:00
Martin Raifer
9f3f8e1366
rename method
2021-11-29 19:26:18 +01:00
Martin Raifer
d78c357588
replace raw html injection of localized texts
...
by using d3 to insert the localized text spans directly into the DOM
2021-11-26 18:51:45 +01:00
Martin Raifer
040257fd44
replace unnecessary setting of raw "html" with "text"
2021-11-18 18:53:33 +01:00
Quincy Morgan
e40180d0c4
Update data_layers.js to be consistent with 2a2bfca174
2020-10-30 09:33:03 -04:00
Quincy Morgan
21a49bbec8
Initial support for D3 v6.2.0
2020-10-06 15:08:39 -04:00
Quincy Morgan
9da4c4bb62
Add lang attribute to more labels (re: #7963 )
2020-09-23 10:44:38 -04:00
Quincy Morgan
f2c150e83e
Rename several title properties to label and pass in attributed HTML instead of string
2020-09-22 13:15:19 -04:00
Quincy Morgan
5435082d9c
Revert t function to returning the plain string by default
...
Add `t.html` function for getting the string with the `lang` attribute
2020-09-22 12:03:29 -04:00
Quincy Morgan
a3549f9a76
Merge branch 'develop' into lang-attributes
...
# Conflicts:
# modules/ui/commit_warnings.js
# modules/ui/field.js
# modules/ui/fields/wikidata.js
# modules/ui/fields/wikipedia.js
# modules/ui/full_screen.js
# modules/ui/panels/history.js
# modules/ui/sections/entity_issues.js
# modules/ui/sections/map_features.js
# modules/ui/sections/raw_member_editor.js
# modules/ui/sections/validation_rules.js
# modules/ui/tag_reference.js
2020-09-22 10:55:07 -04:00
Quincy Morgan
bcb613c29b
Properly disable the zoom to custom data button when there's no data
2020-09-21 10:01:16 -04:00
Quincy Morgan
58014ace62
Don't prevent default tabbing to elements (re: #8004 )
2020-09-17 12:07:20 -04:00
Quincy Morgan
32f8274929
Make t function return a span element with a lang attribute unless html: false is specified in the options (re: #7963 )
...
Update `text` functions to `html` to support inserting the `span` elements
Specify `html: false` for various instances where a `span` is not desired, e.g. `placeholder` and `title` attributes
2020-09-15 21:56:22 -04:00
Quincy Morgan
c834ef192c
Update "zoom to custom data" button to use the standard "zoom to selection" icon
2020-06-24 17:09:14 -04:00
Quincy Morgan
87d002efd7
Add buttons to toggle the history and measurement panels ( close #6397 )
2020-06-24 15:11:06 -04:00
Quincy Morgan
a58abe3c6f
Move localStorage interface from a property of coreContext to a corePreferences function
2020-04-01 11:00:48 -07:00
Quincy Morgan
a1af118f0e
Ensure locales and presets are loaded before the UI loads ( close #7406 )
...
Consolidate localization behavior and init to a coreLocalizer function and singleton
Explicitly support `en-US` locale
Rename coreData to coreFileFetcher and export a singleton rather than using a property of coreContext
Add `apiConnections` property of coreContext to simplify adding a source switcher
Replace some init functions with re-callable, promise-supporting `ensureLoaded` functions
Make coreContext itself load the UI if a container has been specified at init time
Fix code tests
2020-03-31 12:23:31 -07:00
Quincy Morgan
9731b93cec
Move uiTooltipHtml functionality into uiTooltip
...
Refactor uiEditMenu to use standard UI patterns instead of SVG
2020-03-25 12:22:10 -07:00
Quincy Morgan
d62a62cba8
Make popover and tooltip part of the UI module instead of utils
2020-03-24 17:32:09 -07:00
Quincy Morgan
1f4fe57d8b
Use d3-style API for section contents
2020-02-20 13:47:11 -08:00
Quincy Morgan
68c2b9f1a8
Move the data layers section to its own object (re: #7368 )
2020-02-19 14:31:32 -08:00