Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 4 additions & 2 deletions app/src/plugins/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ export async function nextPage<T>(res: PagedResponse<T>) {
}

export async function fetchAuthor(id: string): Promise<AuthorData> {
const repoPath = `/authors/${id}`;
const json = await fetchDoc(repoPath);
// We are case insensitive on Author IDs in URL paths
const normalizedId = id.toLowerCase();
const authorPath = `/authors/${normalizedId}`;
const json = await fetchDoc(authorPath);

return json as AuthorData;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"tags": [
"ui"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"tags": [
"ui"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"tags": [
"general"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/ErickSumargo-Dads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"ErickSumargo"
"ericksumargo"
],
"owner": "ErickSumargo",
"repo": "Dads",
Expand Down
4 changes: 2 additions & 2 deletions config/android/repos/Foso-Jetpack-Compose-Playground.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"Foso"
"foso"
],
"owner": "Foso",
"repo": "Jetpack-Compose-Playground",
Expand All @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/Gurupreet-ComposeCookBook.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"Gurupreet"
"gurupreet"
],
"owner": "Gurupreet",
"repo": "ComposeCookBook",
Expand Down
4 changes: 2 additions & 2 deletions config/android/repos/Jintin-BindingExtension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"Jintin"
"jintin"
],
"owner": "Jintin",
"repo": "BindingExtension",
Expand All @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/KasperskyLab-Kaspresso.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"tools",
"ui"
]
}
}
4 changes: 2 additions & 2 deletions config/android/repos/KaustubhPatange-navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"KaustubhPatange"
"kaustubhpatange"
],
"owner": "KaustubhPatange",
"repo": "navigator",
Expand All @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
4 changes: 2 additions & 2 deletions config/android/repos/LDRAlighieri-Corbind.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"LDRAlighieri"
"ldralighieri"
],
"owner": "LDRAlighieri",
"repo": "Corbind",
Expand All @@ -15,4 +15,4 @@
"ui",
"kotlin"
]
}
}
4 changes: 2 additions & 2 deletions config/android/repos/PatilSiddhesh-Holi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"PatilSiddhesh"
"patilsiddhesh"
],
"owner": "PatilSiddhesh",
"repo": "Holi",
Expand All @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"tags": [
"kotlin"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/Spikeysanju-Expenso.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"Spikeysanju"
"spikeysanju"
],
"owner": "Spikeysanju",
"repo": "Expenso",
Expand Down
4 changes: 2 additions & 2 deletions config/android/repos/Spikeysanju-JetQuotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"Spikeysanju"
"spikeysanju"
],
"owner": "Spikeysanju",
"repo": "JetQuotes",
Expand All @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/VIPyinzhiwei-Eyepetizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"VIPyinzhiwei"
"vipyinzhiwei"
],
"owner": "VIPyinzhiwei",
"repo": "Eyepetizer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"VMadalin"
"vmadalin"
],
"owner": "VMadalin",
"repo": "android-modular-architecture",
Expand Down
2 changes: 1 addition & 1 deletion config/android/repos/a914-gowtham-compose-ratingbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/akexorcist-Localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"tools",
"ui"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/akexorcist-SnapTimePicker.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/amanjeetsingh150-dagger-track.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"tools"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"kotlin"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/anioutkazharkova-kmm-di-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"kotlin"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/arkivanov-Decompose.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"kotlin"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/arkivanov-MVIKotlin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"kotlin"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/arunkumar9t2-scabbard.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"tools"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/burhanrashid52-PhotoEditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
4 changes: 2 additions & 2 deletions config/android/repos/gabriel-TheCode-AestheticDialogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"source": "github",
"authorIds": [
"gabriel-TheCode"
"gabriel-thecode"
],
"owner": "gabriel-TheCode",
"repo": "AestheticDialogs",
Expand All @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/guolindev-Glance.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"tools"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/guolindev-LitePal.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"general"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/guolindev-PermissionX.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"general"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/maxkeppeler-sheets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"billing"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/pablobaxter-Harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"general"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/serbelga-Material-Motion-Samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/simonschiller-prefiller.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"tools"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/skydoves-Balloon.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/skydoves-Landscapist.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/skydoves-Sandwich.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"general"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/skydoves-TransformationLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/skydoves-colorpickerview.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/theapache64-stackzy.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"compose"
]
}
}
2 changes: 1 addition & 1 deletion config/android/repos/vipulasri-Timeline-View.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"tags": [
"ui"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"tags": [
"gettingstarted"
]
}
}
Loading