Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
268 commits
Select commit Hold shift + click to select a range
72a060b
feat: added "in construction" pages and updated the 404 page
Saterz Apr 18, 2025
27d8ed2
feat: implement user registration with username and email verificatio…
Saterz Apr 23, 2025
aff5343
fix: update disclaimer text to reflect the current status as "Early P…
Saterz Apr 23, 2025
476bde5
feat: update navbar to include user profile links and improve layout;…
Saterz Apr 23, 2025
50c6dbf
feat: display username in navbar when connected
Saterz Apr 23, 2025
924cb9e
feat: button in home page change if connected
Saterz Apr 23, 2025
10bdf5f
fix: update verification failure message for clarity
Saterz Apr 23, 2025
82a508b
feat: add Supabase SSR dependency and update report page to indicate …
Saterz Apr 30, 2025
d9a8ae9
fix: fixed rarity handling in badge display
Saterz May 1, 2025
09c76ee
feat: update cubes_availability logic to properly display vendor info…
Saterz May 1, 2025
10caf26
feat: added modded status display
Saterz May 1, 2025
f3848aa
feat: added rarity on badge
Saterz May 2, 2025
9e20052
feat: support for special rarity
Saterz May 2, 2025
e38d4b6
fix: revamped the auth system with supabase ssr and changed files org…
Saterz May 9, 2025
c396bc3
feat: creation of user and collectors page
Saterz May 9, 2025
0ada24b
disabling sign-up temporarily
Saterz May 10, 2025
4705f47
feat: implement email confirmation error page and update OTP verifica…
Saterz May 10, 2025
0300c24
refactor: remove email confirmation error page and related OTP verifi…
Saterz May 10, 2025
9e9d62f
Merge branch 'developer' into fix--sign-up-and-confirmation
Saterz May 10, 2025
f31f849
fix: update sign-up and login links for correct routing
Saterz May 10, 2025
791fa8a
Merge pull request #8 from Saterz/fix--sign-up-and-confirmation
Saterz May 10, 2025
5c6b13d
fix: updated imported table names for cubes and vendors link
Saterz May 11, 2025
6fa4fe5
feat: filtering options in explore page
Saterz May 11, 2025
df8a1f2
feat: add reset filters functionality to explore page
Saterz May 11, 2025
4c4031c
feat: added indication for badges unlockability
Saterz May 11, 2025
4faf28e
feat: moved components to components folder
Saterz May 11, 2025
0df26c2
feat: remove background image from login, signup, about, badges, and …
Saterz May 11, 2025
c8a2c1e
feat: fetch and display disclaimers from the database
Saterz May 12, 2025
692748f
feat: update disclaimer component layout and functionality; adjust pa…
Saterz May 13, 2025
a05d0aa
feat: update release date formatting
Saterz May 13, 2025
677fc73
feat: update filter bar layout for better responsiveness
Saterz May 13, 2025
a7c0611
feat: implement basic accessories explore page
Saterz May 13, 2025
d956567
fix: update navigation links for explore and cube details pages
Saterz May 14, 2025
c3ca5c5
fix: fixed overflow by enabling horizontal scrolling for vendor links…
Saterz May 14, 2025
e2d8258
feat: add partner sections on the home page
Saterz May 14, 2025
f9e1d86
fix: update accessory category display logic for better formatting
Saterz May 14, 2025
c39f51a
fix: removed category capitalization on accessories page and added re…
Saterz May 14, 2025
de9593f
fix: enhance cube details layout and improve vendor links display
Saterz May 14, 2025
7e7e789
feat: add announcement cards
Saterz May 15, 2025
681efae
feat: new UI for partners
Saterz May 15, 2025
2a41c57
feat: enhance user profile page with banner, settings link, and socia…
Saterz May 16, 2025
8530dd8
feat: add WCA logo SVG file to static icons
Saterz May 17, 2025
042ab5f
feat: replaced collectors page with the explore users page
Saterz May 17, 2025
1ae9950
feat: add explore vendors page with vendor listing
Saterz May 17, 2025
445b8b5
feat: update accessory card layout to include category with brand
Saterz May 17, 2025
44b9e95
feat: implement user settings page with profile update functionality
Saterz May 18, 2025
3b1ac0e
feat: enhance explore cubes page with search bar and filter toggle
Saterz May 18, 2025
ac88609
feat: rename badges to achievements, update related components and im…
Saterz May 18, 2025
7868ab3
feat: add feature flags
Saterz May 18, 2025
16f1873
feat: add confirm sign out modal and integrate with navbar for sign o…
Saterz May 18, 2025
9c4d0cf
fix: update confirm sign out modal to use link for sign out
Saterz May 18, 2025
99c0e83
feat: implement notifications feature with dynamic loading and displa…
Saterz May 19, 2025
e295907
feat: add svelte-sonner dependency and remove svelte-toast from packa…
Saterz May 19, 2025
4fe849f
fix: improve error handling in login process
Saterz May 19, 2025
9de19d5
fix: enhance error handling across various routes and update error di…
Saterz May 19, 2025
99e0d87
feat: improve signup functionality with validation and error handling
Saterz May 19, 2025
12eb315
fix: update configcat-js to configcat-js-ssr and enhance feature avai…
Saterz May 20, 2025
afec342
feat: implement authentication callback and enhance user signup with …
Saterz May 20, 2025
5a4bd06
refactor: remove unused paraglide middleware from hooks
Saterz May 20, 2025
77b9393
refactor: remove unused hooks file and related functionality
Saterz May 20, 2025
ca762ef
feat: enhance Discord signup with redirect options
Saterz May 20, 2025
445050b
refactor: simplify Discord signup function by removing redirect options
Saterz May 20, 2025
d421721
Merge pull request #9 from Saterz/feat/signin-thru-providers
Saterz May 20, 2025
13af991
feat: add Discord OAuth sign-in and update signup flow with redirect …
Saterz May 20, 2025
d43c13a
feat: implement Discord OAuth login and signup flow with redirect
Saterz May 20, 2025
ba6cde4
feat: implement Discord OAuth login and signup flows with callback ha…
Saterz May 20, 2025
9407ae9
feat: add verified field to user profile during signup callback
Saterz May 20, 2025
1f1859e
fix: reimplemented configCar checks
Saterz May 20, 2025
b8b3070
fix: improve error handling for missing authorization code in signup …
Saterz May 20, 2025
996b8bd
fix: update redirect URLs for Discord OAuth login and signup to use d…
Saterz May 20, 2025
a23f68b
feat: implement Discord OAuth login and signup flows with dedicated s…
Saterz May 20, 2025
745b564
feat: enhance user role management and profile display in user routes
Saterz May 20, 2025
4afbb4f
fix: remove unused user_role data and update role checks in profile d…
Saterz May 21, 2025
87412d8
fix: streamline user role retrieval by removing unnecessary database …
Saterz May 21, 2025
74e99e3
fix: remove user role retrieval to simplify profile loading
Saterz May 21, 2025
59e572b
fix: update Discord invite link in footer and about page
Saterz May 24, 2025
5f48646
fix: update Discord invite link across footer and about page
Saterz May 25, 2025
fe28f33
fix: enhance cube details display by adding weight and maglev status
Saterz May 25, 2025
a3520ac
fix: update Discord invite link in featureDisabled component
Saterz May 26, 2025
8ec8441
fix: update Discord invite link in error page
Saterz Jun 1, 2025
76c2ce4
fix: adjust notification position in navbar for better visibility
Saterz Jun 1, 2025
62f44ef
fix: update profile selection to include user role for auth redirection
Saterz Jun 1, 2025
94b7792
feat: add cube comparison feature with dynamic selection and display
Saterz Jun 3, 2025
20a4b4a
fix: remove unnecessary parameter from loadProfile function
Saterz Jun 5, 2025
d2c2915
feat: include user achievements in user card data and display count i…
Saterz Jun 5, 2025
783a792
feat: implement cube details loading with error handling and user rat…
Saterz Jun 5, 2025
d8bd3e6
feat: add cube card and star rating components for enhanced cube display
Saterz Jun 5, 2025
90ea8df
feat: enhance cube exploration with availability checks and improved …
Saterz Jun 5, 2025
3bc0e6c
feat: make the sites url disappear when on mobile to add place for us…
Saterz Jun 5, 2025
fb2d1c3
feat: add user achievements display
Saterz Jun 5, 2025
dc31f5c
feat: implement initial load function for authentication layout
Saterz Jun 5, 2025
dc1f1b5
refactor: remove unused props and comments from confirmSignOut component
Saterz Jun 5, 2025
c3a4f26
feat: enhance navbar with profile dropdown and role-based options
Saterz Jun 5, 2025
3c5847d
fix: remove hover scale effect from user banner image
Saterz Jun 6, 2025
f01b639
feat: update dependencies and add daisyui plugin
Saterz Jun 6, 2025
56cd7a9
feat: update profile role checks and change admin dashboard link to s…
Saterz Jun 6, 2025
5ba0a2c
feat: add theme switcher dropdown to navbar and refactor profile options
Saterz Jun 6, 2025
ba30aa1
feat: update navbar styles and enhance notification indicators
Saterz Jun 6, 2025
e291d5e
feat: update background color of disclaimer component
Saterz Jun 6, 2025
854a49f
feat: update footer styles for improved consistency
Saterz Jun 6, 2025
8afe073
fix: adjust formatting and structure of layout component
Saterz Jun 6, 2025
ab38da0
feat: refactor styles for main section and buttons to improve consist…
Saterz Jun 6, 2025
551d12f
feat: implement achievements loading and enhance display details in a…
Saterz Jun 7, 2025
bcbc1a5
feat: add Umami analytics integration and update package dependencies
Saterz Jun 7, 2025
7c04f9e
fix: update Open Graph and Twitter meta tags for improved social sharing
Saterz Jun 8, 2025
6cde18d
refactor: Refactor UI components and styles across various pages for …
Saterz Jun 8, 2025
2839c78
fix: update admin access control to restrict non-admin users
Saterz Jun 8, 2025
ff168b0
fix: handle errors in login action by returning fail instead of throwing
Saterz Jun 8, 2025
dc03fac
fix: improve error handling in signup action to return fail instead o…
Saterz Jun 8, 2025
c9f67eb
fix: enhance signup validation to check password length before userna…
Saterz Jun 8, 2025
09aa8d5
fix: update styles for login and signup pages for improved consistenc…
Saterz Jun 8, 2025
89faba9
fix: improve layout and formatting for cubes exploration and detail p…
Saterz Jun 8, 2025
6a9d6e9
fix: update Discord links to use relative path and create redirect page
Saterz Jun 9, 2025
d58f69d
fix: rename login action to default and simplify form action in login…
Saterz Jun 9, 2025
98e1d60
chore: update dependencies in package.json
Saterz Jun 9, 2025
81e5296
feat: add staff dashboard with role-based management tools and descri…
Saterz Jun 9, 2025
3131a87
Create FUNDING.yml
Saterz Apr 22, 2025
2810836
Added Github Sponsors
Saterz Apr 26, 2025
3140487
feat: added support section in README
Saterz May 7, 2025
4c9a142
Update README.md
Saterz May 23, 2025
fcfd3f6
Added Discord invite link
Saterz May 24, 2025
94a15c1
Update issue templates
Saterz Jun 7, 2025
ae09174
feat: added deployment branch specification and star history graph in…
Saterz Jun 9, 2025
f8af5cb
feat: added release please workflow file
Saterz Jun 9, 2025
26acaa0
fix: remove class from paragraph in explore cubes page for accessibility
Saterz Jun 9, 2025
8bb1d9a
fix: update Discord link to use relative path in cube details page
Saterz Jun 9, 2025
fb2eee5
Update release-please.yml for the pr to be open on the branch it orig…
Saterz Jun 9, 2025
28f06ad
fix: made new users id be the id of the last user plus one
Saterz Jun 9, 2025
910ab95
feat: add NumberFlow integration for cubes, users, and achievements s…
Saterz Jun 11, 2025
39b122a
feat: Added placeholder data for local development (#27)
Saterz Jun 12, 2025
bb473bb
Improved themes (#28)
Saterz Jun 13, 2025
0d7c5bf
feat: Implement PWA (#29)
Saterz Jun 13, 2025
ba48f60
feat: Add cubes to collection (#30)
Saterz Jun 14, 2025
911477b
feat: Update the logo of CubeIndex (#32)
Saterz Jun 15, 2025
b310ce5
feat: Update favicon and PWA icons
Saterz Jun 16, 2025
5ba45e4
fix: removed the margin from the PWA maskable icons
Saterz Jun 16, 2025
4025834
feat: Redesigned user page (#33)
Saterz Jun 16, 2025
27cc05d
disabling the add to collection feature
Saterz Jun 16, 2025
c08055c
chore: Delete .github/workflows/release-please.yml
Saterz Jun 17, 2025
0d3baad
faet: Manage cube collection (#31)
Saterz Jun 18, 2025
ec17a05
feat: Add user cube count to cube details page (#35)
Saterz Jun 18, 2025
97c4945
feat: generate new user ID during signup callback to be linear
Saterz Jun 18, 2025
0e8ffe6
feat: update user cube and achievement display to handle pluralization
Saterz Jun 18, 2025
aa0a0ef
fix: update private profile section to match the background color of …
Saterz Jun 19, 2025
41b4509
feat: add size display to cube details
Saterz Jun 19, 2025
54e51b9
fix: signup id generation and handle missing props (#36)
Saterz Jun 19, 2025
63cf160
feat: add Netlify adapter for SvelteKit and update package dependencies
Saterz Jun 19, 2025
8bb8fd9
fix: remove emoji from achievements header for consistency
Saterz Jun 19, 2025
3f85c53
fix: remove emoji from achievements header for consistency (#38)
Saterz Jun 19, 2025
3ab1a2b
Merge branch 'developer' of https://github.com/Saterz/CubeIndex into …
Saterz Jun 20, 2025
09f39db
feat: Reset password (#39)
Saterz Jun 20, 2025
e4aafcc
feat: Reset password (#39)
Saterz Jun 20, 2025
20edf3c
fix: update redirect URLs in Discord authentication to use window.loc…
Saterz Jun 20, 2025
1da1ff7
chore: Remove all known packages vulnerabilities (#40)
Saterz Jun 20, 2025
808acaa
fix: update redirect URLs in Discord authentication to use request UR…
Saterz Jun 21, 2025
9589a54
fix: standardize error handling in authentication actions and improve…
Saterz Jun 23, 2025
516fdae
feat: add sveltekit-top-loader for enhanced loading experience
Saterz Jun 23, 2025
ba4a034
fix: correct prefersdark setting in dark theme configuration
Saterz Jun 23, 2025
8740433
refactor: restructure authentication routes and update Discord login …
Saterz Jun 23, 2025
0aa32ac
feat: implement submission form for CubeIndex Championship
Saterz Jun 24, 2025
1b8c008
fix: remove unused data logging in submission action
Saterz Jun 24, 2025
bea40a7
feat: Added submission page for CubeIndex Championship (#42)
Saterz Jun 24, 2025
2c54adc
feat: enhance submission handling by generating dynamic filenames bas…
Saterz Jun 24, 2025
0f8e84e
Merge branch 'feat/CubeIndex-championship-submissions' into developer
Saterz Jun 24, 2025
bc5b344
chore: removed placeholder data and updated the schema from prod
Saterz Jun 24, 2025
952017d
fix: streamline user authentication error handling and profile retrieval
Saterz Jun 24, 2025
896440c
feat: Add paraglide (i18n) (#43)
Saterz Jun 25, 2025
a09ade4
Update Crowdin configuration file
Saterz Jun 25, 2025
7b7fa70
feat: update localization files and add new locale support
Saterz Jun 25, 2025
a510994
fix: correct locale entry from 'js' to 'ja' in settings.json
Saterz Jun 25, 2025
772f919
feat: add German and Spanish localization files, update French and Ja…
Saterz Jun 25, 2025
51db75f
feat: update localization files, add new translations, and modify i18…
Saterz Jun 25, 2025
383d0ee
Update Crowdin configuration file
Saterz Jun 25, 2025
1fcd741
fix: remove unused error localization file and simplify Vite plugin s…
Saterz Jun 25, 2025
876dea4
feat: remove unused localization files and update message retrieval i…
Saterz Jun 26, 2025
d434c81
feat: Protect championship submissions (#48)
Saterz Jun 27, 2025
96f9335
fix: fix submission page when profile missing (#49)
Saterz Jun 27, 2025
da6e3e3
Update Crowdin configuration file
Saterz Jun 27, 2025
42ba310
feat: Localize all texts (#47)
Saterz Jun 27, 2025
915c088
Update Crowdin configuration file
Saterz Jun 27, 2025
df4a2a3
feat: Protect championship submissions (#48)
Saterz Jun 27, 2025
c5f0147
fix: fix submission page when profile missing (#49)
Saterz Jun 27, 2025
cb6bf75
fix: remove paraglide and related files
Saterz Jun 28, 2025
bb8adcd
Merge branch 'fix/remove-paraglide' into developer
Saterz Jun 28, 2025
c7c8aff
fix: Revert developer branch to delete paraglide
Saterz Jun 28, 2025
fa3c0f8
Merge branch 'developer' of https://github.com/cubeindex-project/Cube…
Saterz Jun 28, 2025
a57f11a
Revert "Merge branch 'developer' of https://github.com/cubeindex-proj…
Saterz Jun 28, 2025
81ae188
fix: remove paraglide related files
Saterz Jun 28, 2025
e7f04c4
fix: only make the cubes who status code is marked as Approved show i…
Saterz Jul 1, 2025
5b2c863
feat: Enhance cube explore page (#52)
Saterz Jul 3, 2025
c3c07ee
fix: remove unnecessary inspection of paginated cubes in the template
Saterz Jul 3, 2025
d3127e4
Merge branch 'developer' of https://github.com/cubeindex-project/Cube…
Saterz Jul 3, 2025
b98ced3
fix: optimize cube and user count retrieval in the load function of t…
Saterz Jul 6, 2025
b8f0ab6
fix: update site.webmanifest to add the support for any orientation o…
Saterz Jul 9, 2025
5e52707
feat: Staff cube manager page (#53)
Saterz Jul 9, 2025
99c6103
fix: made individual fetch for each cubes category to tone down serve…
Saterz Jul 9, 2025
25d327f
fix; sameSeries fetch in staff cube edit page to not include the mode…
Saterz Jul 9, 2025
91f6d0a
fix: return null instead of an empty string for unknown sub-types in …
Saterz Jul 10, 2025
c03403c
fix: update sub_type assignment logic to handle empty string case in …
Saterz Jul 10, 2025
94f3d44
fix: update cube status API to include verified_by field
Saterz Jul 10, 2025
ea8cfde
Improve the staff cube manager page (#54)
Saterz Jul 11, 2025
e9f20b0
feat: enhance UserCard component to display user achievements and cub…
Saterz Jul 11, 2025
10d504a
fix: bug where other Brand and other Type error appeared when not rel…
Saterz Jul 11, 2025
7720325
feat: add Staff Logs page with log entry display and pagination (#56)
Saterz Jul 12, 2025
cdd684c
feat: enhance search functionality in Staff Logs to include created_a…
Saterz Jul 12, 2025
3852847
feat: Reorganization of database (#57)
Saterz Jul 14, 2025
30680f2
feat: Cube detail page improvements (#58)
Saterz Jul 15, 2025
436a443
feat: add discontinued field to cube schema and update related forms
Saterz Jul 15, 2025
55fd187
fix: correct reason handling in manageCubeStatus component
Saterz Jul 15, 2025
3eb46c4
feat: update cube size validation and input type in forms
Saterz Jul 15, 2025
109f17e
feat: enhance cube size validation regex to accept decimals
Saterz Jul 15, 2025
4793e6b
refactor: remove server-side staff logs loading logic and implement c…
Saterz Jul 16, 2025
83f45c1
feat: Rate Cubes (#59)
Saterz Jul 25, 2025
3904215
fix: update disclaimer text from "Early Preview" to "Beta" for clarit…
Saterz Jul 25, 2025
ea3cd42
fix: fix the bug where the manageCubeStatus component didn't appear b…
Saterz Jul 28, 2025
a9518ea
feat: Improves the User Profile Page & Overall Site Experience (#74)
Saterz Aug 6, 2025
f890928
fix: rename verified_by field to verified_by_id in update-cube-status…
Saterz Aug 6, 2025
b60e38a
fix: remove unnecessary z-index from user avatar layout for cleaner p…
Saterz Aug 8, 2025
e1f0545
feat: add robots.txt to manage web crawler access and content usage d…
Saterz Aug 8, 2025
27be37d
fix: streamline profile fetching logic in cubes page load function (#77)
Saterz Aug 11, 2025
aace7ba
feat: Explore page sorting and user cube page filtering and searching…
Saterz Aug 11, 2025
fd7e405
fix: enhance sorting logic for cube names to support numeric and punc…
Saterz Aug 11, 2025
d7406ad
feat: bring back user ratings page (#81)
Saterz Aug 12, 2025
53abc95
fix: refine user cube ratings query to include profile information
Saterz Aug 12, 2025
24629b8
refactor: improve cube cards (#82)
Saterz Aug 12, 2025
c565db9
Add Google Site Verification meta tag
Saterz Aug 14, 2025
de12974
feat: Add page based seo (#85)
Saterz Aug 15, 2025
b33486e
refactor: update user profile loading to utilize URL parameter for or…
Saterz Aug 15, 2025
854962e
chore: update dependencies and remove unused packages
Saterz Aug 16, 2025
eda0ffa
feat: integrate Portal component for modal dialogs in addCube and rat…
Saterz Aug 16, 2025
93c6569
feat: cube price tracking (#88)
Saterz Aug 20, 2025
03bbec2
feat: achievement unlock animation (#89)
Saterz Aug 21, 2025
c86aba8
fix: adjusted related insert statements to utilize `added_by_id` and …
Saterz Aug 24, 2025
c464c3a
refactor: simplify price chart tick formatting and improve vendor pri…
Saterz Aug 24, 2025
6ea5c40
feat: improve sign up flow (#90)
Saterz Aug 24, 2025
dcffbf3
refactor: remove unused getMessages function from navbar component
Saterz Aug 24, 2025
2b86f1c
feat: preparation for release (#91)
Saterz Sep 14, 2025
eb4c878
Merge branch 'main' into developer
Saterz Sep 14, 2025
a73db2c
fix: remove offline support and service worker (#94)
Saterz Sep 16, 2025
8e8b76f
feat: improve userbar data fetch and preview handling (#96)
Saterz Sep 16, 2025
e7fdf04
chore: remove unused runtime dependencies (#93)
Saterz Sep 16, 2025
d9b08fe
feat title beta badge (#97)
Saterz Sep 16, 2025
0e700c9
refactor: remove quick stats from user achievements, cubes, and ratin…
Saterz Sep 16, 2025
f774ec9
feat: beta indication in webmanifest (#99)
Saterz Sep 16, 2025
8307153
Merge branch 'main' into developer
Saterz Sep 16, 2025
c50c173
merged navbar from main to developer
Saterz Sep 16, 2025
2d4e343
chore: update the dev branch to be up to date
Saterz Sep 16, 2025
4df6b59
fix: only show onboarded users in the explore user page to prevent se…
Saterz Sep 17, 2025
0f9a915
fix: trimmed and lowercased the name to fix the search filtering (#103)
Saterz Sep 17, 2025
8f43ae3
Merge remote-tracking branch 'origin/main' into developer
Saterz Sep 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/(public)/explore/cubes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
($params.stick === undefined || c.stickered === $params.stick) &&
($params.smart === undefined || c.smart === $params.smart) &&
// Text search on combined name
c.name.includes($params.q.toLowerCase())
c.name.toLowerCase().trim().includes($params.q.toLowerCase())
);
});

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(public)/explore/users/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import SortSelector from "$lib/components/misc/sortSelector.svelte";
import type { DetailedProfile } from "$lib/queries/detailedProfiles";

const { data } = $props<{ data: { profiles: DetailedProfile[] } }>();
const { data } = $props();
const profiles: DetailedProfile[] = data.profiles;

let searchTerm: string = $state(""); // Text input for search bar
Expand Down
1 change: 1 addition & 0 deletions src/routes/(public)/explore/users/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { error } from "@sveltejs/kit";

export const load = (async ({ setHeaders }) => {
const { data, error: err } = await queryDetailedProfiles(supabase)
.eq("onboarded", true)
.order("id", { ascending: true });

if (err) throw error(500, err.message);
Expand Down