Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce LoadableData type for organizations #5833

Merged
merged 5 commits into from
Jan 9, 2025

Conversation

Caleb-T-Owens
Copy link
Contributor

@Caleb-T-Owens Caleb-T-Owens commented Dec 13, 2024

Copy link

vercel bot commented Dec 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitbutler-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 1:33pm
gitbutler-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 1:33pm

@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from 99cc005 to a75f05d Compare December 13, 2024 16:52
@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from a75f05d to 77c7d41 Compare December 17, 2024 10:00
@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from 77c7d41 to edc9797 Compare December 17, 2024 12:15
@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from edc9797 to d477371 Compare December 18, 2024 14:10
@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from d477371 to 45c3f1d Compare December 19, 2024 13:43
@@ -20,6 +20,7 @@ export function setStorageItem(key: string, value: unknown): void {

export function persisted<T>(initial: T, key: string): Persisted<T> {
function setAndPersist(value: T, set: (value: T) => void) {
console.log(key, value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️

@Caleb-T-Owens Caleb-T-Owens force-pushed the Start-to-introduce-loadable-data-type branch from 2d847ca to 71717da Compare January 9, 2025 13:31
@Caleb-T-Owens Caleb-T-Owens merged commit 8eec4ce into master Jan 9, 2025
16 of 17 checks passed
@Caleb-T-Owens Caleb-T-Owens deleted the Start-to-introduce-loadable-data-type branch January 9, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants