When using the app on mobile, the default names for favorite plannings get truncated and are not very descriptive. This renaming feature allows users to give their favorites shorter, more meaningful names, improving the user experience on smaller screens.
favorite card is flat instead of rounded to avoid an ugly border in dark theme
we can rename favorite plannings (follows the same rules as planning groups)
fix: hitting enter when creating a plannings group that doesn't follow the rules doesn't create it
migrate favorites cookie to dictionary format : {"id":"name"}
add a check to convert legacy favorite cookie to dictionary format
split add and remove favorites in 2 separate functions + a toggle function
moved the reset selection button from a text under the search bar to a button next to the others
When using the app on mobile, the default names for favorite plannings get truncated and are not very descriptive. This renaming feature allows users to give their favorites shorter, more meaningful names, improving the user experience on smaller screens.
{"id":"name"}