Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)

2025-07-01 Thread Paul Norman via rails-dev
pnorman left a comment (openstreetmap/openstreetmap-website#4042) I *think* there was a question that still needed answering from MapTiler about the featured layer discussions. I'll have to review emails or check notes to be sure -- Reply to this email directly or view it on GitHub: https://gi

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. 9f42faa59f74e2b1fd05097fb16cde116a1338c2 Add human-readable wikidata explainations -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6127/files/c8f0ba4f5760a7593b574506de5a141e01fce39a..9f42faa59f74e2b1fd05097fb16cde116a1338c2 You are rec

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. c8f0ba4f5760a7593b574506de5a141e01fce39a Add human-readable wikidata explainations -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6127/files/54d2eb08341fabe4b31942f87e781a75e8f67340..c8f0ba4f5760a7593b574506de5a141e01fce39a You are rec

Re: [openstreetmap/openstreetmap-website] Stop GitHub form cancelling related workflows early (PR #6151)

2025-07-01 Thread Marwin Hochfelsner via rails-dev
hlfan left a comment (openstreetmap/openstreetmap-website#6151) > If workflows fail only on real bugs, it makes sense to terminate early. That seems like an argument for #6154 to me. I'll get back to you on this once real bug caused failures like in this [Docker workflow](https://github.com/ope

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Marwin Hochfelsner via rails-dev
@hlfan commented on this pull request. > + svg = tag.a :href => "", :class => "wdt-preview", :data => { :qids => > wdt.map { |w| w[:title] } } do +tag.svg :width => 27, :height => 14, :class => "float-end m-1" do I already sliced the pixel perfect wikidata logo to not bloat up the

Re: [openstreetmap/openstreetmap-website] Stop GitHub form cancelling related workflows early (PR #6151)

2025-07-01 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6151) If workflows fail only on real bugs, it makes sense to terminate early. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6151#issuecomment-3025978203 You are rec

Re: [openstreetmap/openstreetmap-website] Omit changeset "💬" from changeset list where there are no comments (Issue #5757)

2025-07-01 Thread Andrew Harvey via rails-dev
andrewharvey left a comment (openstreetmap/openstreetmap-website#5757) > @andrewharvey How does it look now with edit/comment counters arranged > horizontally? Looks good. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5757#i

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > + $("#sidebar_content").on("click", "a.wdt-preview", e => { +e.preventDefault(); +previewWikidataValue($(e.currentTarget)); + }); 1. Open any element page with wikidata. 2. Close the sidebar. 3. Press *back* to reopen the

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > + svg = tag.a :href => "", :class => "wdt-preview", :data => { :qids => > wdt.map { |w| w[:title] } } do +tag.svg :width => 27, :height => 14, :class => "float-end m-1" do Actually why is it a link and not a button? It doesn't have `h

Re: [openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)

2025-07-01 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > + svg = tag.a :href => "", :class => "wdt-preview", :data => { :qids => > wdt.map { |w| w[:title] } } do +tag.svg :width => 27, :height => 14, :class => "float-end m-1" do Can you float the entire link? Otherwise its focus outline loo

Re: [openstreetmap/openstreetmap-website] Move set_locale as early as possible (PR #6157)

2025-07-01 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6157) Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6157#issuecomment-3025874742 You are receiving this because you are subscribed to this thread.

[openstreetmap/openstreetmap-website] Add test for set_locale fix in notes controller (PR #6161)

2025-07-01 Thread Anton Khorev via rails-dev
Tests the fix in c266f3c90a154dcb43ab0ff2b2e4337c510707d8. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6161 -- Commit Summary -- * Add test for set_locale fix in notes controller -- File Changes -- M test/c

Re: [openstreetmap/openstreetmap-website] Move set_locale as early as possible (PR #6157)

2025-07-01 Thread Anton Khorev via rails-dev
Merged #6157 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6157#event-18421151517 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Notes controller calls set_locale after lookup_user which can cause unexpected language for 404 users notes (Issue #5251)

2025-07-01 Thread Anton Khorev via rails-dev
Closed #5251 as completed via c266f3c90a154dcb43ab0ff2b2e4337c510707d8. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5251#event-18421151532 You are receiving this because you are subscribed to this thread. Message ID: __

Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)

2025-07-01 Thread Marwin Hochfelsner via rails-dev
@hlfan commented on this pull request. > @@ -79,3 +79,18 @@ osm_france_link: id: "osm_france" href: "https://openstreetmap.fr/"; + +- leafletOsmId: "OpenMapTiles" + code: "V" + layerId: "openmaptiles_osm" + nameId: "openmaptiles_osm" + apiKeyId: "maptiler_key" If yo

[openstreetmap/openstreetmap-website] Bump eslint from 9.30.0 to 9.30.1 (PR #6160)

2025-07-01 Thread dependabot[bot] via rails-dev
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.0 to 9.30.1.
Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes