Skip to content

Conversation

@marcbachan
Copy link

Addresses #14

This PR builds on the utility functions (still in review as #17) outlined on issue #16, and adds some boilerplate tabs and views for the dashboard.

Please refer to other issues and the loose roadmap in the README from this PR for more information on what remains to be built.

vontell and others added 4 commits November 11, 2025 19:27
Implements utility functions and type definitions for interacting with the PHLask resource database, enabling the admin dashboard to fetch, edit, and delete resource entries with support for pagination and filtering.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@RNR1 RNR1 changed the base branch from main to vontell/issue-16-supabase-integration December 3, 2025 00:19
</li>
))}
<li>
<a
Copy link
Contributor

Choose a reason for hiding this comment

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

For in-app navigation - we should use the <Link> component.

} catch (err: any) {
setError(err.message || 'Failed to fetch resources');
}
setLoading(false);
Copy link
Contributor

Choose a reason for hiding this comment

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

move this to a finally clause

Base automatically changed from vontell/issue-16-supabase-integration to main January 28, 2026 01:16
@RNR1 RNR1 closed this Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants