Files
ncspot/src/ui
Thomas Frans 0a1a9bdd4d refactor: tabs rewrite to clean up API
Tabs relied heavily on `ViewExt`'s `title()` function, while also
requiring a separate `id`. The `id`, if used, should be an internal part
of the struct and not part of its API. This also removes the hashmap as
it will never be faster than sequentially looking up all the names,
since there will most likely never be that many tabs in a `TabbedView`.
2023-12-03 12:02:13 +01:00
..
2022-09-16 22:12:37 +02:00
2023-07-23 14:49:21 +02:00
2023-10-14 22:36:22 +02:00
2023-12-03 12:02:13 +01:00
2023-07-22 15:42:14 +02:00
2022-08-19 20:42:46 +02:00