]> git.openstreetmap.org Git - rails.git/commit
Rename map key controller to legend pane
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Tue, 17 Jun 2025 02:58:40 +0000 (04:58 +0200)
committerMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Tue, 17 Jun 2025 17:12:01 +0000 (19:12 +0200)
commit0ed7da0a5186eee5c3763d9e5928a464023ed1a3
treed49c6415e600db0fbb73629d609521a17e2dc9d8
parent7be679693be8ce3e7e74608d5c8ca86c924a3302
Rename map key controller to legend pane

Switch the terminology from "map key" to "legend pane".
The change to the synonym is made for clarity, the
inclusion of "pane" helps to clarify the context
and purpose of the component.
app/abilities/ability.rb
app/controllers/legend_panes_controller.rb [moved from app/controllers/map_keys_controller.rb with 92% similarity]
app/views/legend_panes/show.html.erb [moved from app/views/map_keys/show.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/legend_panes_controller_test.rb [moved from test/controllers/map_keys_controller_test.rb with 56% similarity]