Re: [openstreetmap/openstreetmap-website] Use only differences to OSM logo in internal social link icons (PR #6072)

2025-05-31 Thread github-actions[bot] via rails-dev
github-actions[bot] left a comment (openstreetmap/openstreetmap-website#6072) 1 Warning :warning: Number of updated lines of code is too large to be in one PR. Perhaps it should be separated into two or more? Gener

[openstreetmap/openstreetmap-website] Use only differences to OSM logo in internal social link icons (PR #6072)

2025-05-31 Thread Marwin Hochfelsner via rails-dev
Following the discussion in #6065, this PR drops the OSM logo parts of social link icons for OSM related projects to make the icons more easily distinguishable. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6072 --

Re: [openstreetmap/openstreetmap-website] Inline SVGs with helper module (PR #5938)

2025-05-31 Thread Marwin Hochfelsner via rails-dev
hlfan left a comment (openstreetmap/openstreetmap-website#5938) Is the intent clearer with the partial-like style? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5938#issuecomment-2925517819 You are receiving this because you are

Re: [openstreetmap/openstreetmap-website] Truncate rich text description on word boundaries if possible (PR #6071)

2025-05-31 Thread Marwin Hochfelsner via rails-dev
hlfan left a comment (openstreetmap/openstreetmap-website#6071) Since the tags are already stripped, wouldn't splitting on `\b` be simpler? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6071#issuecomment-2925514208 You are recei

[openstreetmap/openstreetmap-website] Truncate rich text description on word boundaries if possible (PR #6071)

2025-05-31 Thread Anton Khorev via rails-dev
#6010 added truncated diary entries to profile pages. The truncation procedure is different from from others already in use. It gets html, strips tags and does the standard rails truncation to 150 chars: ```ruby truncate(strip_tags(entry.body.to_html), :length => 150) ``` So it's truncate to pl

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-31 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 13 commits. c392285cafddeca88af93e287eaf1df0f9823792 Move change preferences path to preferences/basic 9533d26595fac3e651947a9f07d005dd3d852100 Update basic preferences path helpers f15f8aad1eb088f2553e096b584778f56d9778f6 Move basic preferences controller to preferences m

Re: [openstreetmap/openstreetmap-website] Add show_hidden parameter for note queries (PR #3934)

2025-05-31 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. 56aab6d6dd0dc13c0925e9929721f5063adfef93 Add show_hidden parameter for note queries -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/3934/files/2309791e367a69da241b6f383f1c885a75d9c634..56aab6d6dd0dc13c0925e9929721f5063adfef93 You