Andrey Antukh 9e12e413ca
🐛 Fix typo in icon name elipse to ellipse (#9948)
Rename the icon file and fix the icon ID from "elipse" (single "l")
to "ellipse" (double "l") across the codebase.

The root cause was a mismatch: the icon file/ID was named "elipse"
but get-shape-icon returns "ellipse" for circle shapes. Since the
icon* component validates icon-id against the auto-generated
icon-list set, the string "ellipse" failed validation.

Changes:
- Rename frontend/resources/images/icons/elipse.svg to ellipse.svg
- Fix icon def in icon.cljs: ^:icon-id elipse -> ^:icon-id ellipse
- Fix deprecated icon in icons.cljs: ^:icon elipse -> ^:icon ellipse
- Fix usage in top_toolbar.cljs: deprecated-icon/elipse -> ellipse
- Fix usage in history.cljs: deprecated-icon/elipse -> ellipse

Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 12:49:24 +02:00
..
2023-02-22 12:38:55 +01:00
2024-09-26 09:45:42 +02:00
2026-04-28 10:21:56 +02:00
2024-06-10 14:36:24 +02:00
2024-02-22 00:28:14 +01:00
2021-11-10 11:53:14 +01:00
2022-02-09 15:11:46 +01:00
2022-02-09 15:11:46 +01:00
2022-08-17 15:50:24 +02:00
2021-04-06 12:05:39 +02:00
2023-01-24 15:01:18 +01:00
2022-12-12 13:52:58 +01:00
2020-12-10 11:09:39 +01:00
2020-12-10 11:09:39 +01:00
2020-12-10 11:09:39 +01:00
2020-12-10 11:09:39 +01:00
2021-11-04 09:23:14 +01:00
2021-11-04 09:23:14 +01:00
2021-11-04 09:23:14 +01:00
2021-11-04 09:23:14 +01:00
2020-12-10 11:09:39 +01:00
2020-12-10 11:09:39 +01:00
2023-01-24 15:01:18 +01:00
2020-12-10 11:09:39 +01:00
2020-11-05 11:40:59 +01:00
2021-11-04 09:23:14 +01:00
2021-11-04 09:23:14 +01:00
2021-11-04 09:23:14 +01:00
2023-08-07 12:52:36 +02:00
2023-08-07 12:52:36 +02:00
2023-08-07 12:52:36 +02:00
2023-08-07 12:52:36 +02:00
2024-02-22 00:28:14 +01:00