sirpiglr
a283e81c5e
Add a secure bot management panel and new Discord commands
...
Implement server-side proxy endpoints for bot management, add admin token authentication, and introduce new Discord slash commands for help, stats, leaderboards, and posting.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f0eccab4-b258-4b1c-a2a5-e7b2b3c56c44
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/ryY0zvi
Replit-Helium-Checkpoint-Created: true
2025-12-04 02:44:05 +00:00
sirpiglr
aa47015dbd
Update user profile settings and creator directory features
...
Refactors API base URL handling, modifies toast notification parameters from `message` to `description`, and introduces new UI components and logic for managing realm preferences in the Dashboard and creating creator profiles in the Creator Directory.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: d2c019e3-5d76-487b-9be0-1ca441f25a69
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/cjJvaG9
Replit-Helium-Checkpoint-Created: true
2025-12-03 21:28:41 +00:00
sirpiglr
79f76904a5
Fix incorrect API endpoint for creating posts
...
Corrected the API endpoint from `/api/community/posts` to `/api/posts` in `client/components/feed/PostComposer.tsx` and `client/pages/AdminFeed.tsx` to resolve 404 errors during post creation.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a799a8f1-584a-45ee-89c7-1f58a69e6795
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/zMxtXds
Replit-Helium-Checkpoint-Created: true
2025-12-03 19:14:12 +00:00
sirpiglr
e1e70713a2
Add detailed logging to help troubleshoot post creation failures
...
Implement client-side logging within the `createPost` function to capture API request details, response status, and potential errors, aiding in debugging the "Unexpected end of JSON input" issue.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 269a3c56-a424-46ab-8eea-6f3af8c76051
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/zMxtXds
Replit-Helium-Checkpoint-Created: true
2025-12-03 19:09:46 +00:00
sirpiglr
e5e5f1d483
Remove direct Discord post synchronization from server
...
Removes the HTTP-based Discord post synchronization logic from the server, as the Discord bot now handles this directly via polling Supabase.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: eb03098a-a2c8-4077-bc43-43ade85b9f51
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1
Replit-Helium-Checkpoint-Created: true
2025-12-03 18:56:42 +00:00
sirpiglr
e7cfc78c40
Add logging to track post creation and API fallback
...
Add detailed console logs to the `createPost` function to trace API calls, successful responses, errors, and fallback to direct Supabase inserts, skipping Discord synchronization.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: feb37d47-5b11-4872-820a-7df0da43eae9
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:52:19 +00:00
sirpiglr
4077fac4c9
Move the feed page to the community section and add redirects
...
Update client-side routing and vercel.json to redirect the /feed endpoint to /community/feed, and integrate the Feed component into the Community page.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a87bc4c4-2f36-45ef-9537-d97890015ee4
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:11:57 +00:00
sirpiglr
68d4a25357
Add Discord integration to display messages in the community feed
...
Integrates Discord messages into the community feed by adding a Discord source type, displaying channel names and author tags, and creating a Discord icon for the UI. The bot now handles messages from main chat channels and syncs them to the feed, creating guest profiles for unlinked Discord users.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0a135de7-860c-4a4d-9cbe-7644c5fca3f0
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/ebxARkc
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:05:25 +00:00
sirpiglr
cad695b4a7
Update Discord verification to handle alphanumeric codes
...
Modify the Discord verification input to accept alphanumeric characters and update related configurations in the API and client-side components.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0ba1c751-a5b8-430c-9eb8-ed3da85d8c56
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 02:08:08 +00:00
sirpiglr
174bffce15
Update API calls to use the identity authority domain
...
Modify the getApiBase function in SubdomainPassport.tsx to correctly determine the API endpoint based on the hostname, prioritizing VITE_FOUNDATION_URL for aethex.me and aethex.space subdomains.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: cb07c935-e82b-48e9-acb9-8ef33f94c84a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:48:08 +00:00
sirpiglr
8683cbaeab
Restore wildcard subdomain routing and same-origin API calls
...
Restores vercel.json wildcard rewrites for *.aethex.me and *.aethex.space, and reverts getApiBase to use window.location.origin for API calls.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 49c50d1d-f752-4057-82cb-437fdacfe20b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:45:49 +00:00
sirpiglr
b6838d0cd8
Correctly route passport API calls to the main domain
...
Fix API base URL and endpoint paths for passport subdomain data fetching.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 8603519b-b8fc-4ba4-8d57-1fa6e0af6afc
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:41:59 +00:00
sirpiglr
36178a17e7
Update documentation and fix Discord verification page title
...
Update replit.md with Discord bot setup details and fix the page title on the Discord verification page.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0e69632f-5ac3-4ead-8fb2-ad379d08683b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-02 22:39:30 +00:00
sirpiglr
79664f3e4c
Improve authentication by extending timeouts and enhancing refresh handling
...
Extend loading timeout to 30s, remove onboarding progress from local storage clear, and remove invalid TOKEN_REFRESH_FAILED event handling.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 7c308a4f-cdda-469f-b6dd-d39d0348d45c
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-02 22:06:25 +00:00
sirpiglr
c8d5fa5b42
Add access to community and developer directory pages
...
Add route handling for nested community pages and the developer directory.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 5a023912-216b-4418-910a-e0e038199373
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-02 22:03:17 +00:00
Builder.io
e2efadff2d
Prettier format pending files
2025-11-17 08:47:57 +00:00
Builder.io
34bb97f6c6
Add Discord to Login.tsx OAuth options
...
cgen-189215eeef9d4522908d3e7af60ddd1b
2025-11-17 08:39:31 +00:00
Builder.io
d909ec687c
Comprehensive CORP/ClientDashboard with projects, contracts, team management
...
cgen-e5694138270d4a94b40174722f7c9250
2025-11-17 08:27:54 +00:00
Builder.io
539826ea97
Update Discord provider to use DiscordIcon instead of MessageCircle
...
cgen-773a651a9e43433dab5e5baa75d45fb8
2025-11-17 08:27:08 +00:00
Builder.io
1025346302
Add DiscordIcon component and remove MessageCircle import from Dashboard
...
cgen-991a176c023140048b65062a96c19f88
2025-11-17 08:27:05 +00:00
Builder.io
45bb853d1e
Add Foundation landing page route to App.tsx
...
cgen-425c3e2885a443e18d060acf59a42458
2025-11-17 08:14:49 +00:00
Builder.io
654e8545ce
Add Foundation import to App.tsx
...
cgen-ce8ec78694af4496a575ff64cd61e713
2025-11-17 08:14:44 +00:00
Builder.io
7f977dc7cd
Enhanced Foundation arm page featuring GameForge as flagship mentorship program
...
cgen-a2c8bfbf3aeb4380b0439e5cc2be0929
2025-11-17 08:14:38 +00:00
Builder.io
df48783a2b
Enhanced Labs Dashboard with strategic widgets and soft-gating
...
cgen-00352ad013cc47fdaaea59ed9bc32518
2025-11-17 07:45:30 +00:00
Builder.io
3ba5d68879
Prettier format pending files
2025-11-17 04:58:15 +00:00
Builder.io
1cc6c3c56e
Add external property to feature card interface
...
cgen-c79aa72f12ef4065ad6d0db1a9549469
2025-11-17 04:56:35 +00:00
Builder.io
6c178cc163
Update Dashboard arm click to support external links
...
cgen-b5977d1e08ea4fb6bd9a796ecc711d4f
2025-11-17 04:56:11 +00:00
Builder.io
58e1c7f1d9
Update Arms.tsx to support external links
...
cgen-4e1132d780184431ab11397a7a4ee7e7
2025-11-17 04:55:51 +00:00
Builder.io
2d1a084fc6
Add external property to Arms Arm interface
...
cgen-b3d6c38dbe554ca692115029419ffb1f
2025-11-17 04:55:32 +00:00
Builder.io
1ed90fd089
Restore Foundation to Arms.tsx with external link
...
cgen-3f06ed58681046a5b084b95b0dfbd308
2025-11-17 04:55:28 +00:00
Builder.io
fcc785759b
Restore Foundation to Layout ARMS list with external link
...
cgen-45f8ed05af0d4e69a28b1b341cd9e1ed
2025-11-17 04:55:21 +00:00
Builder.io
f124dd4977
Restore Foundation arm with external link to aethex.foundation
...
cgen-f9a20fe859104044b82861cabc1aa4e3
2025-11-17 04:55:03 +00:00
Builder.io
1e88fbe75c
Remove Foundation from Layout.tsx ARMS list
...
cgen-33bf35732961499f87d93d1df82b7cd6
2025-11-17 03:48:26 +00:00
Builder.io
442374fd9e
Remove Foundation from Arms.tsx
...
cgen-83266e81a8d441c39c649c0ec5ce441f
2025-11-17 03:23:40 +00:00
Builder.io
776caea57a
Remove Foundation from Dashboard.tsx
...
cgen-06c7115a24754eee96285e79c63bb03f
2025-11-17 03:23:36 +00:00
Builder.io
1ab7eae67e
Remove Foundation link from Index.tsx arms section
...
cgen-e18a415c81254e4abecc0b5b3527923d
2025-11-17 03:23:33 +00:00
Builder.io
f97fcfad0f
Remove Foundation from PageTransition
...
cgen-1efc136a62864c7091f9d7f2cbed3721
2025-11-17 03:23:26 +00:00
Builder.io
3ac00582f5
Remove Foundation community routes
...
cgen-ccb9150eef1d45f490189bbcc0a34995
2025-11-17 03:23:17 +00:00
Builder.io
586b9c4854
Remove remaining Foundation imports
...
cgen-9bac56a1bac34cda939820f5cf7b0fd5
2025-11-17 03:23:00 +00:00
Builder.io
8715e385cf
Remove Foundation imports and routes from aethex.dev
...
cgen-4809a7ef8a7d4a6584b2f80894ecc422
2025-11-17 03:22:52 +00:00
Builder.io
4f5070fc1c
completionId: cgen-76d9832c7f724e77b0b293d5540a54c3
...
cgen-76d9832c7f724e77b0b293d5540a54c3
2025-11-17 03:22:30 +00:00
Builder.io
f9465d75c2
Prettier format pending files
2025-11-17 03:02:34 +00:00
Builder.io
0c2c1a222c
Identifier Resolver - Username/UUID detection utility
...
cgen-11595de372974e78b16bff40a8f8d7ae
2025-11-17 03:00:57 +00:00
Builder.io
93b3150269
completionId: cgen-b3367402393d4563bfbe64447101f130
...
cgen-b3367402393d4563bfbe64447101f130
2025-11-17 02:58:25 +00:00
Builder.io
04ccf2968f
completionId: cgen-686ea477f01e454ea3e87ccd795fd2f4
...
cgen-686ea477f01e454ea3e87ccd795fd2f4
2025-11-17 02:58:20 +00:00
Builder.io
9f317f73f7
completionId: cgen-654631a825c8488a9c64ba2fe973dcf5
...
cgen-654631a825c8488a9c64ba2fe973dcf5
2025-11-17 02:58:08 +00:00
Builder.io
5af41ea6fc
completionId: cgen-fbc781758c6542f880dec88eb80543c6
...
cgen-fbc781758c6542f880dec88eb80543c6
2025-11-17 02:58:03 +00:00
Builder.io
710b59354b
completionId: cgen-1765ddfef25d4e2aa2039158e5f581f8
...
cgen-1765ddfef25d4e2aa2039158e5f581f8
2025-11-17 02:57:37 +00:00
Builder.io
e40a59035a
completionId: cgen-dc0f298efd0741c5b2c0801a696fa998
...
cgen-dc0f298efd0741c5b2c0801a696fa998
2025-11-17 02:51:12 +00:00
Builder.io
32688c1850
completionId: cgen-092c10d4738d4561bde8eaa5bf1cb4d8
...
cgen-092c10d4738d4561bde8eaa5bf1cb4d8
2025-11-17 02:51:09 +00:00
Builder.io
6238bddfe7
completionId: cgen-858cbce19f944bb4a6d1761ea1ef5b47
...
cgen-858cbce19f944bb4a6d1761ea1ef5b47
2025-11-17 02:50:59 +00:00
Builder.io
1d84caf98b
completionId: cgen-fdc1a19948304a6f80bbab5ea09e34e1
...
cgen-fdc1a19948304a6f80bbab5ea09e34e1
2025-11-17 02:50:54 +00:00
Builder.io
bdf45b1874
completionId: cgen-20c654c613e94b4ea8ea62f8b0d587f3
...
cgen-20c654c613e94b4ea8ea62f8b0d587f3
2025-11-17 02:50:43 +00:00
Builder.io
771049d23d
completionId: cgen-07089d6cb95246c0be296a6f5d4ca55c
...
cgen-07089d6cb95246c0be296a6f5d4ca55c
2025-11-17 02:50:38 +00:00
Builder.io
e141e68ef4
Prettier format pending files
2025-11-17 02:27:28 +00:00
Builder.io
6dcf0148b6
Foundation Authentication Cookie and Token Management
...
cgen-347e005b3330413aa3c62284bbfe8653
2025-11-17 02:25:40 +00:00
Builder.io
78972e1f88
Hook for Foundation OAuth callback handling
...
cgen-fe47700826674f57b452acb781e51833
2025-11-17 02:24:51 +00:00
Builder.io
b677da8a60
completionId: cgen-dddf1f6f89df41e5a90dd4f76321b618
...
cgen-dddf1f6f89df41e5a90dd4f76321b618
2025-11-17 02:24:40 +00:00
Builder.io
f3fad472ca
Foundation OAuth Client with PKCE Implementation
...
cgen-d3f55965924940e5bfdd21901778da89
2025-11-17 02:24:18 +00:00
Builder.io
6d4dd1c794
Hook for Foundation authentication handling
...
cgen-ec1809801cb44a3aadd5bf30799d7455
2025-11-17 02:08:11 +00:00
Builder.io
f92e3d8680
completionId: cgen-de712f8c7a2649a2a8e4bb5126aa71ac
...
cgen-de712f8c7a2649a2a8e4bb5126aa71ac
2025-11-17 02:07:51 +00:00
Builder.io
fc443f7dfd
completionId: cgen-e575afff1b36499eb113028b8083c085
...
cgen-e575afff1b36499eb113028b8083c085
2025-11-17 02:07:41 +00:00
Builder.io
b1c79e33e8
Foundation authentication integration helper
...
cgen-96f3cb9df6424ec0926b677c95e4ba87
2025-11-17 02:07:36 +00:00
Builder.io
7859213af2
Create Foundation OAuth client helper
...
cgen-4cb4790703c748279144104b92975975
2025-11-17 02:07:11 +00:00
Builder.io
1ef0cc707b
Create API base URL utility for all client code
...
cgen-188cac9c01b24a52894ae0eae6b12663
2025-11-16 10:19:31 +00:00
Builder.io
680747a89b
completionId: cgen-43d3b432e791469fafaee4f1aae042d1
...
cgen-43d3b432e791469fafaee4f1aae042d1
2025-11-16 10:18:52 +00:00
Builder.io
3710b02a8e
completionId: cgen-5a4da9cda4314ebebf1aef196d28f913
...
cgen-5a4da9cda4314ebebf1aef196d28f913
2025-11-16 10:17:33 +00:00
Builder.io
5ef082c44d
Prettier format pending files
2025-11-16 09:42:50 +00:00
Builder.io
7435d98410
completionId: cgen-bf92ab2e108d4ecf9503893c38d63427
...
cgen-bf92ab2e108d4ecf9503893c38d63427
2025-11-16 09:36:42 +00:00
Builder.io
a7d614e9ed
Prettier format pending files
2025-11-16 09:32:17 +00:00
Builder.io
80bfbea1c6
completionId: cgen-8615ea720f914b8fb788e25f8e82195b
...
cgen-8615ea720f914b8fb788e25f8e82195b
2025-11-16 08:49:27 +00:00
Builder.io
6207b2b9a2
completionId: cgen-44527b5b7f3a4bf0aa205ab6a45371fd
...
cgen-44527b5b7f3a4bf0aa205ab6a45371fd
2025-11-16 08:49:24 +00:00
Builder.io
a9476d0f75
Replace all API_BASE usages with window.location.origin in NexusDashboard
...
cgen-9d48550cac724b579880ad860fe25271
2025-11-16 08:49:19 +00:00
Builder.io
fa8fc3b9ed
completionId: cgen-382bc2179bfc4532b1f51b308650cd74
...
cgen-382bc2179bfc4532b1f51b308650cd74
2025-11-16 08:49:01 +00:00
Builder.io
8bda63db7e
completionId: cgen-7ce25714075c473cb10950d6a93de61c
...
cgen-7ce25714075c473cb10950d6a93de61c
2025-11-16 08:48:59 +00:00
Builder.io
39f5133c96
completionId: cgen-db67b3440ff14100bac7c7676f35923c
...
cgen-db67b3440ff14100bac7c7676f35923c
2025-11-16 08:48:24 +00:00
Builder.io
1994968d5b
completionId: cgen-a73be5c85a3a49dfb7c31b7701154244
...
cgen-a73be5c85a3a49dfb7c31b7701154244
2025-11-16 08:48:14 +00:00
Builder.io
098fe02aa5
completionId: cgen-17a053e57a754471a0d06f1e89833463
...
cgen-17a053e57a754471a0d06f1e89833463
2025-11-16 08:41:42 +00:00
Builder.io
772f229677
completionId: cgen-f12efc1980d74f84bd93d1018ab722fd
...
cgen-f12efc1980d74f84bd93d1018ab722fd
2025-11-16 08:41:24 +00:00
Builder.io
72f0b23041
completionId: cgen-8b52cb96c706478998f4933a5e9c328d
...
cgen-8b52cb96c706478998f4933a5e9c328d
2025-11-16 08:41:20 +00:00
Builder.io
64149944e3
completionId: cgen-58227a003eda47a8b3b52b02638a5c09
...
cgen-58227a003eda47a8b3b52b02638a5c09
2025-11-16 08:41:14 +00:00
Builder.io
629814caed
completionId: cgen-e86110a4e7db406fb2e0a6421eebcc2c
...
cgen-e86110a4e7db406fb2e0a6421eebcc2c
2025-11-16 08:41:01 +00:00
Builder.io
710788acb0
completionId: cgen-76302c12344547ff927d6e5efb6f069e
...
cgen-76302c12344547ff927d6e5efb6f069e
2025-11-16 08:40:55 +00:00
Builder.io
245d4f54ea
completionId: cgen-7cbdac9a4b28403a879da8baf9b83af6
...
cgen-7cbdac9a4b28403a879da8baf9b83af6
2025-11-16 08:34:22 +00:00
Builder.io
9e63a9dc87
completionId: cgen-7335c5c640504f1081885bb4461dc9d6
...
cgen-7335c5c640504f1081885bb4461dc9d6
2025-11-16 08:34:15 +00:00
Builder.io
5f5521eb3a
completionId: cgen-159cec7030a340cb9cea8b144d369ce4
...
cgen-159cec7030a340cb9cea8b144d369ce4
2025-11-16 08:34:08 +00:00
Builder.io
0a9e6167e1
Prettier format pending files
2025-11-16 08:30:05 +00:00
Builder.io
5ef02bc628
completionId: cgen-6fcc6a984cda4ea5804dc13ab9531c53
...
cgen-6fcc6a984cda4ea5804dc13ab9531c53
2025-11-16 08:25:43 +00:00
Builder.io
60d83c97d8
completionId: cgen-23094e4a72da4e0c8e2b70331f6a0196
...
cgen-23094e4a72da4e0c8e2b70331f6a0196
2025-11-16 08:25:33 +00:00
Builder.io
d9930643f6
Prettier format pending files
2025-11-16 04:14:57 +00:00
Builder.io
fe181645d4
Update loading messages for group detection
...
cgen-b8d01cde6ee04fcfae3ae7a0b1e22065
2025-11-16 04:14:20 +00:00
Builder.io
ba2b8bbdf3
Add group passport rendering to SubdomainPassport
...
cgen-34f680806f7f4396be26c3c461a57eea
2025-11-16 04:14:16 +00:00
Builder.io
2db2e07419
Update fetch logic to include group endpoint
...
cgen-b1df97864f91494698aa36880ebc63ca
2025-11-16 04:14:12 +00:00
Builder.io
0df8192cca
Update SubdomainPassport data fetching and rendering for groups
...
cgen-279cee16176f4408a6bf959769548352
2025-11-16 04:14:09 +00:00
Builder.io
e6e83e1f4e
Update SubdomainPassport to handle groups on aethex.space
...
cgen-8b93d1ef7ede4a4ba7bfc5c98e848f09
2025-11-16 04:14:06 +00:00
Builder.io
549b31af73
Create group passport display component
...
cgen-e728517868ea4710804d6ebacbd5dbc6
2025-11-16 04:13:58 +00:00
Builder.io
8c77584aa1
Prettier format pending files
2025-11-16 00:58:53 +00:00
Builder.io
9725f69f79
Remove Fly.io reference from platform strategy docs
...
cgen-15d4719c0ccd42889199308bbc46ce25
2025-11-16 00:52:47 +00:00
Builder.io
99bec31b60
Remove Fly.io references from TECH_STACK_ANALYSIS.md
...
cgen-3e00cc9175b9477787bf1fb3245908d0
2025-11-15 21:13:28 +00:00
Builder.io
1a680a424f
Prettier format pending files
2025-11-15 21:13:01 +00:00
Builder.io
5f9425954b
completionId: cgen-7d4318c5c4144fba8fe826c44d1891b6
...
cgen-7d4318c5c4144fba8fe826c44d1891b6
2025-11-15 20:35:21 +00:00
Builder.io
4396e1cefc
completionId: cgen-cf56c14213bd41b0990657f4fdf24b84
...
cgen-cf56c14213bd41b0990657f4fdf24b84
2025-11-15 20:07:07 +00:00
Builder.io
469cf3233c
Remove AdminBlogManager import and route (using component instead)
...
cgen-1d962461034a4c42a50d67b60eaabd80
2025-11-15 20:07:04 +00:00
Builder.io
cea647b13a
Rewrite AdminBlogManager with create and manage tabs
...
cgen-f19bc11d9da7449da826a017a1b0e348
2025-11-15 20:06:59 +00:00
Builder.io
11c8fdd8e2
Add blog creation handlers
...
cgen-1cbe4e28c4964f90b891b645e1adfc0e
2025-11-15 20:06:16 +00:00
Builder.io
f9e98fa14d
Add state and handlers for blog creation
...
cgen-b97c536e656b4fd28dd118b436d97e6c
2025-11-15 20:06:09 +00:00
Builder.io
2ceb3e7447
Add blog creation to AdminBlogManager component
...
cgen-39e58689ccaf4ee8b49028ba563c7c0f
2025-11-15 20:06:05 +00:00
Builder.io
605215bd3d
Add AdminBlogManager route
...
cgen-ec718261c7914c4bbe11b23980fbf3d6
2025-11-15 20:05:44 +00:00
Builder.io
759bad4924
Add AdminBlogManager import
...
cgen-2070b4cb85f74cfb8c197f979dc204d4
2025-11-15 20:05:41 +00:00
Builder.io
0f5e5b5f3b
Create admin blog management page
...
cgen-723e4cd7b4aa4c9f8b0c95ac17e97689
2025-11-15 20:05:18 +00:00
Builder.io
aa77557bf7
Create blog editor form component
...
cgen-8f9ee94d8ed24210aae262947896f121
2025-11-15 20:05:04 +00:00
Builder.io
3e18f0fff9
Add CTA section to BlogPost page layout
...
cgen-53f13f605beb4decb302436473b0c87f
2025-11-15 19:46:23 +00:00
Builder.io
f202cbd5ce
Add CTAs to BlogPost page
...
cgen-257db0855ebd4b6f9ce22b4cb2a1ba55
2025-11-15 19:46:19 +00:00
Builder.io
444addbbc8
Add CTA section after newsletter in Blog page
...
cgen-676d2063460d4cefbe55977b9f88f1fd
2025-11-15 19:46:15 +00:00
Builder.io
504daecfbd
Add CTAs to Blog page
...
cgen-dbf95802e48b4c8cac18c27ae1e2ca8a
2025-11-15 19:46:12 +00:00
Builder.io
45a1192a71
Create Blog CTA components for NEXUS and CORP
...
cgen-fb5da5dc37dc45918d65492dee3699a1
2025-11-15 19:46:08 +00:00
Builder.io
e06e8757b1
Create Ghost API utility service
...
cgen-61541208cc264e2397a71b7fb4267b90
2025-11-15 19:45:39 +00:00
Builder.io
1f7b3801eb
completionId: cgen-16378ab6ea6246518e5261db592a9360
...
cgen-16378ab6ea6246518e5261db592a9360
2025-11-15 19:04:31 +00:00
Builder.io
35133d884b
Prettier format pending files
2025-11-15 17:16:51 +00:00
Builder.io
3d0e095b99
completionId: cgen-a6402fae700f4e23b255cad691b67763
...
cgen-a6402fae700f4e23b255cad691b67763
2025-11-15 17:04:04 +00:00
Builder.io
4eacf6ea03
completionId: cgen-086a656f55b24b039c1b4a30b099432a
...
cgen-086a656f55b24b039c1b4a30b099432a
2025-11-15 17:03:56 +00:00
Builder.io
9fa1d58eb0
completionId: cgen-f6066627f86e4450850350c690fd10f1
...
cgen-f6066627f86e4450850350c690fd10f1
2025-11-15 17:03:51 +00:00
Builder.io
ddedebdb85
completionId: cgen-bb0035db718c46ffa68855b9f6fd6886
...
cgen-bb0035db718c46ffa68855b9f6fd6886
2025-11-15 17:03:46 +00:00
Builder.io
557164820f
completionId: cgen-32697a13229d4feda27a653cfff4b525
...
cgen-32697a13229d4feda27a653cfff4b525
2025-11-15 17:03:41 +00:00
Builder.io
0218b7fb97
Create sprint management component for joining/creating sprints
...
cgen-21128cc3578d492085955a8bdbf6f23e
2025-11-15 17:03:23 +00:00
Builder.io
bdd221f1a6
completionId: cgen-23dae62dfe874128a6a29c6ae089213c
...
cgen-23dae62dfe874128a6a29c6ae089213c
2025-11-15 16:55:49 +00:00
Builder.io
fa2cee3a91
completionId: cgen-900ca33e56fc4897a91d76b896949814
...
cgen-900ca33e56fc4897a91d76b896949814
2025-11-15 16:55:45 +00:00
Builder.io
1566a83bc4
completionId: cgen-758726f374204b0f90ea8cc6aa3f468a
...
cgen-758726f374204b0f90ea8cc6aa3f468a
2025-11-15 16:55:37 +00:00
Builder.io
e16aea5fb7
completionId: cgen-bc1c187d26f9422aa80873213ada90ac
...
cgen-bc1c187d26f9422aa80873213ada90ac
2025-11-15 16:50:11 +00:00
Builder.io
5c48a06000
completionId: cgen-8dcadadd6a194fa98cb8c93c149c5621
...
cgen-8dcadadd6a194fa98cb8c93c149c5621
2025-11-15 16:48:48 +00:00
Builder.io
2559c47ee4
completionId: cgen-f8212d9828654a9999223c57e069e946
...
cgen-f8212d9828654a9999223c57e069e946
2025-11-15 16:44:59 +00:00
Builder.io
fd741ef673
completionId: cgen-7f917b58afa845d7a58cb6fe54e9655f
...
cgen-7f917b58afa845d7a58cb6fe54e9655f
2025-11-15 16:44:44 +00:00
Builder.io
37e6df32ef
completionId: cgen-8e498935f732402c933eb36fd9dee877
...
cgen-8e498935f732402c933eb36fd9dee877
2025-11-15 16:44:35 +00:00
Builder.io
1065c2581a
completionId: cgen-4a2c4c486a6a4156a146bcfa7e1b7713
...
cgen-4a2c4c486a6a4156a146bcfa7e1b7713
2025-11-15 16:44:31 +00:00
Builder.io
f4c57a4f2b
completionId: cgen-6101ea3e3ad6469e905930d77158ae7a
...
cgen-6101ea3e3ad6469e905930d77158ae7a
2025-11-15 16:40:52 +00:00
Builder.io
502d9bdef7
completionId: cgen-03cf87fe534544b2813a58084a2ad224
...
cgen-03cf87fe534544b2813a58084a2ad224
2025-11-15 16:40:46 +00:00
Builder.io
944d8424d0
completionId: cgen-2a866028865e42369a143a03fa7385a6
...
cgen-2a866028865e42369a143a03fa7385a6
2025-11-15 16:40:41 +00:00
Builder.io
eecfb8c44c
completionId: cgen-39e9a11d5c8a4d90a03fd67e69db9385
...
cgen-39e9a11d5c8a4d90a03fd67e69db9385
2025-11-15 16:40:38 +00:00
Builder.io
ae0c979314
completionId: cgen-7734ee141ed5427f9ee40bebd9501c36
...
cgen-7734ee141ed5427f9ee40bebd9501c36
2025-11-15 16:40:19 +00:00
Builder.io
9bebfaf956
completionId: cgen-076e895821b64358bafd131799da9754
...
cgen-076e895821b64358bafd131799da9754
2025-11-15 16:40:08 +00:00
Builder.io
ea9e55f94d
completionId: cgen-8a906cedb59949f796802e3afd47f677
...
cgen-8a906cedb59949f796802e3afd47f677
2025-11-15 16:40:04 +00:00
Builder.io
9793c7acea
completionId: cgen-daa25e1234494ba7914808249a345d0f
...
cgen-daa25e1234494ba7914808249a345d0f
2025-11-15 16:40:00 +00:00
Builder.io
ee50ccb68f
completionId: cgen-c1a7cddd0c634aea88a41141a395d819
...
cgen-c1a7cddd0c634aea88a41141a395d819
2025-11-15 16:39:54 +00:00
Builder.io
aa68b03b5e
completionId: cgen-c882a92dbe3546fe94ad2931c9be2657
...
cgen-c882a92dbe3546fe94ad2931c9be2657
2025-11-15 16:39:37 +00:00
Builder.io
8a94eb1785
Prettier format pending files
2025-11-15 16:38:40 +00:00
Builder.io
271b8b7ccd
Create service to detect arm affiliations from user activities
...
cgen-b99013b4063e49d6bd3b2747fd962838
2025-11-15 16:38:08 +00:00
Builder.io
becbf850c8
Create comprehensive profile editor component
...
cgen-5f0d8b4f5a784235ac5933f6d36b8c72
2025-11-15 16:37:41 +00:00
Builder.io
9a883ab781
completionId: cgen-25020952525645c4813115b05707bafc
...
cgen-25020952525645c4813115b05707bafc
2025-11-15 16:31:57 +00:00
Builder.io
a71ad8cf3e
completionId: cgen-ff03c07ab89b48d69025a26448158af4
...
cgen-ff03c07ab89b48d69025a26448158af4
2025-11-15 16:31:38 +00:00
Builder.io
551cfbba70
completionId: cgen-178910797de4486babf1c785b3c4c139
...
cgen-178910797de4486babf1c785b3c4c139
2025-11-15 16:28:51 +00:00