+ {/* Provider Selection Tabs */}
+
+
+
+
+
+ {/* Visual header */}
+
+ {provider === 'goodreads' ? (
+ <>
+
+
+
+ Paste your Goodreads shelf RSS URL. Books will be
+ automatically requested.
+
+
+ >
+ ) : (
+ <>
+
+
+
+ Provide your Hardcover API token and select the list you want
+ to sync.
+
+
+ >
+ )}
+
+
+ {/* Success alert */}
+ {success && (
+
+
+
+ {successMessage}
+
+
+ )}
+
+ {/* Error alert */}
+ {currentError && (
+
+ )}
+
+ {/* Form */}
+
+
+