## Description Allow users to pin their favourite folders. The pinned folder should be displayed as the top items (Personal and Favourites). ### ToDo <table style="width:100%"> <tr> <td><img src="https://github.com/user-attachments/assets/1a5a18e1-f265-47a5-a317-fd326e1f803d" width="300" height="auto"/> </td> <td><img src="https://github.com/user-attachments/assets/39b67702-5cad-496c-ba66-6484a6da39c6" width="300" height="auto"/> </td> </tr> </table> - [x] Add **Pin folder** action for favorite folder menu, icon – `ic_action_drawing_pin` - [x] Add **Unpin folder** for pinned folders, icon – `ic_action_drawing_pin_disable` - [x] After clicking, move the folder to the top of the list - [x] Use `ic_action_folder_pin` for pinned folder - [x] Show full-width divider below pinned folders to separate them from the rest. - [x] We need to store pin state in <extensions> ### Additional - [x] The hidden folder should be moved to the bottom of the list - [x] Personal folder should be pinned by default