[ greenart7c3/Amber ] Refactor event detail handling and improve UI components - Extract `EventDetailModal` into a dedicated component to reduce code duplication. - Add clipboard support to `EventSection` and `EventDetailModal` for copying kind, pubkey, date, and content. - Implement `EncryptedTagArraySection` for better display and copying of encrypted tag data. - Refactor `AmberEvent` by moving `toEvent()` from a companion object to an instance method. - Update `EncryptDecryptData` and `EventData` to utilize the new modal and tag sections. - Clean up unused parameters and imports across several UI components.