- Reuse Create Library modal for edit mode - Add hidden library-id input to track create vs edit - Update handleCreateLibrarySubmit to detect mode and use PUT vs POST - Implement editLibrary() to populate modal with existing data - Pass library data to Edit button via data attributes - Reset modal title when opening for create mode Fixes: Issue 3