wip: in-progress feature work (manual entry, collection view)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -223,6 +223,7 @@ export const iconGroups: IconGroup[] = [
|
||||
// --- LucideIcon render component ---
|
||||
|
||||
function toPascalCase(str: string): string {
|
||||
if (!str) return "Package";
|
||||
return str
|
||||
.split("-")
|
||||
.map((s) => s.charAt(0).toUpperCase() + s.slice(1))
|
||||
|
||||
Reference in New Issue
Block a user