The trash icon and the selection feature are not working
@ed @Mike
On the trash function the trash icon and the multiple selection feature didn't work initially but have been addressed progressively.
Steps to reproduce:
Go to trash folder
Click on
@ed @Mike
On the trash function the trash icon and the multiple selection feature didn't work initially but have been addressed progressively.
**Steps to reproduce:**
1. Go to trash folder
2. Click on selection feature and then on trash icon
**Expected Result:**
The socras should first get selected and then deleted
**Actual Result:**
Initially, the trash icon and the selection feature did not work.
---
### Result Achieved
- The trash status indicator was disabled/grayed out in the trash folder to clarify it is not editable there.
- The trash icon in the trash folder was made clickable, allowing users to delete items permanently without needing to right-click.
- A new feature request for multi-selection and bulk permanent deletion in trash was created and will be implemented in the upcoming desktop/mobile apps.
### Context
- The status indicator component was reused from the inbox but was misleading in trash because users expected to be able to change status there.
- The trash icon and multi-selection were not functional in the trash folder, causing user confusion and inefficiency.
### Problem
- Users could not delete trash items quickly due to the trash icon being non-clickable and lack of multi-selection.
- The status indicator suggested an editable state where none existed.
### Solution
- Disabled and grayed out the status indicator in trash to indicate it is read-only.
- Made the trash icon clickable in trash to allow permanent deletion with a single click.
- Created a new feature request for multi-selection and bulk delete to improve efficiency in future app versions.
### Implementation Details
- CSS opacity reduction and disabled cursor applied to the status indicator in trash.
- Trash icon click event added in trash view for permanent deletion.
- Multi-selection feature deferred to upcoming desktop and mobile apps due to routing complexity on web.
- Socra created for multi-selection feature request and assigned to feature request journey.
---
- [x] Disabled status indicator in trash (read-only state)
- [x] Made trash icon clickable for permanent deletion in trash
- [ ] Multi-selection and bulk delete planned for future app releaseBy Georgia Antoniou