Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
9f968ab
important: restart project
JoelVR17 Jun 24, 2026
5e0c5d1
chore: clean project
JoelVR17 Jun 24, 2026
6670f8c
refact: simplify Home component by removing unused elements and repla…
JoelVR17 Jun 24, 2026
d80efb8
chore: setup shadcn
JoelVR17 Jun 24, 2026
1b6b93f
feat: add shadcn components
JoelVR17 Jun 24, 2026
0cf515a
style: update color variables in globals.css for improved theme consi…
JoelVR17 Jun 24, 2026
2f42630
style: format button component code for improved readability and cons…
JoelVR17 Jun 24, 2026
04ba0ed
format: style code
JoelVR17 Jun 24, 2026
42b601b
feat: setup theme toggle
JoelVR17 Jun 24, 2026
81ca3f7
docs: add rules
JoelVR17 Jun 24, 2026
24ac9b5
chore: add ci workflows
JoelVR17 Jun 24, 2026
16d9df1
fix: ensure theme toggle renders correctly after mounting
JoelVR17 Jun 24, 2026
525a82a
feat: add sidebar shell
JoelVR17 Jun 24, 2026
f3c3406
feat: wrap sidebar in TooltipProvider for enhanced tooltip functionality
JoelVR17 Jun 24, 2026
ee3cd3a
feat: improve base layout
JoelVR17 Jun 25, 2026
41441e1
refact: improve ui styles
JoelVR17 Jun 25, 2026
df2c7ca
refact: enhance sidebar styles for better user experience
JoelVR17 Jun 25, 2026
406abc3
chore: remove unused social network SVG assets
JoelVR17 Jun 25, 2026
4d34ed2
feat: add new icon asset
JoelVR17 Jun 25, 2026
a5b9de7
feat: add new font assets including Exo2, GeistMonoVF, GeistVF, and S…
JoelVR17 Jun 25, 2026
1661403
feat: enhance global styles with new color variables and scrollbar cu…
JoelVR17 Jun 25, 2026
d4f6ed7
chore: add .npmrc file to configure JSR registry
JoelVR17 Jun 25, 2026
e2a0706
chore: add .twblocks.json configuration and update component styles a…
JoelVR17 Jun 25, 2026
195eb4d
feat: add NetworkType type definition for network environments
JoelVR17 Jun 25, 2026
ffae4ba
feat: implement wallet management components and context for Stellar …
JoelVR17 Jun 25, 2026
67e1bc8
feat: add client storage utility and Stellar network configuration
JoelVR17 Jun 25, 2026
ed309d3
refact: reorganize hooks by removing deprecated use-mobile and adding…
JoelVR17 Jun 25, 2026
7b7eb44
feat: add formatting and validation helpers for currency, timestamps,…
JoelVR17 Jun 25, 2026
ace06a0
feat: add new UI components for API key management, integration setup…
JoelVR17 Jun 25, 2026
00e627e
feat: introduce new hooks for scroll handling and header management w…
JoelVR17 Jun 25, 2026
52d2216
feat: implement user authentication and wallet balance hooks, along w…
JoelVR17 Jun 25, 2026
04ee6d6
feat: add AppSidebar component with navigation and team switching fun…
JoelVR17 Jun 25, 2026
aafaedf
feat: add Footer, HeaderWithoutAuth, FullWidthDivider, NetworkToggle …
JoelVR17 Jun 25, 2026
e629102
feat: update layout and page structure by integrating WalletProvider,…
JoelVR17 Jun 25, 2026
ad1af16
feat: enhance scrollbar styles and refactor DashboardPage layout, imp…
JoelVR17 Jun 25, 2026
0175a79
docs: add product context
JoelVR17 Jun 25, 2026
49ec550
chore: remove unused apple-icon.png file to clean up project assets
JoelVR17 Jun 25, 2026
856f04d
feat: implement dynamic breadcrumb navigation and enhance Navbar with…
JoelVR17 Jun 25, 2026
cc46e4a
feat: add NavSettings component to AppSidebar, enhancing navigation o…
JoelVR17 Jun 25, 2026
5df40da
feat: integrate UserProfile component into AppSidebar, providing quic…
JoelVR17 Jun 25, 2026
ee2f320
feat: prepare sidebar and main layout
JoelVR17 Jun 25, 2026
7023739
feat: enhance Dashboard layout with context provider and improve Brea…
JoelVR17 Jun 25, 2026
a5c0116
feat: add dashboard base
JoelVR17 Jun 25, 2026
928a005
feat: update sidebar component to support collapsible icon width adju…
JoelVR17 Jun 25, 2026
bfcad18
fix: update sidebar component styles to improve transition effects an…
JoelVR17 Jun 25, 2026
94c52bf
feat: enhance formatAddress function to accept dynamic length for add…
JoelVR17 Jun 26, 2026
48f560f
feat: add new dependencies including @hookform/resolvers, axios, iron…
JoelVR17 Jun 26, 2026
c7052f1
feat: implement middleware for session management, redirecting unauth…
JoelVR17 Jun 26, 2026
3a80ca0
feat: create AuthProvider component for session management and user a…
JoelVR17 Jun 26, 2026
3f97b94
feat: add QueryProvider component for managing React Query client and…
JoelVR17 Jun 26, 2026
7961144
feat: implement API error handling and session management utilities
JoelVR17 Jun 26, 2026
a546013
feat: add user display utilities for formatting user information
JoelVR17 Jun 26, 2026
08b9f8e
feat: document guidelines for creating and managing helper/util funct…
JoelVR17 Jun 26, 2026
95f67ec
feat: add user display helper functions for formatting user names, in…
JoelVR17 Jun 26, 2026
99a4b4e
docs: improve agent write typescript
JoelVR17 Jun 26, 2026
dec344c
feat: add skills-lock.json to manage skill configurations for TypeScr…
JoelVR17 Jun 26, 2026
e6d962f
feat: add auth feature
JoelVR17 Jun 26, 2026
6cc2bf7
feat: integrate QueryProvider and AuthProvider for enhanced session m…
JoelVR17 Jun 26, 2026
5a23830
style: format code
JoelVR17 Jun 26, 2026
55108fc
refactor: simplify WalletButton component by removing unused features…
JoelVR17 Jun 26, 2026
e0d91c4
refactor: rename components folder to ui for better clarity and consi…
JoelVR17 Jun 26, 2026
fa464ed
feat: enhance loading and empty state handling in data tables with ne…
JoelVR17 Jun 26, 2026
e8bc669
feat: add NoData component for improved handling of empty states in UI
JoelVR17 Jun 26, 2026
efe7005
feat: replace TeamSwitcher with OrganizationSwitcher in AppSidebar an…
JoelVR17 Jun 26, 2026
2521c7d
docs: add comprehensive integration guide for Trustless Work Core API…
JoelVR17 Jun 26, 2026
9ea8e1d
feat: add date formatting and user avatar retrieval functions to helpers
JoelVR17 Jun 26, 2026
23f5424
feat: implement adminFetch utility and update API routes to use admin…
JoelVR17 Jun 26, 2026
77a9941
feat: add functions for managing active organization ID in client sto…
JoelVR17 Jun 26, 2026
e396265
feat: wrap DashboardLayout with OrganizationProvider to manage organi…
JoelVR17 Jun 26, 2026
c7f2e60
feat: add profileImageUrl field to UserResponse interface for enhance…
JoelVR17 Jun 26, 2026
41672fe
feat: implement OrganizationContent component with loading and error …
JoelVR17 Jun 26, 2026
710671c
feat: add organization management features including hooks for creati…
JoelVR17 Jun 26, 2026
8f8a06b
refactor: enhance sidebar and organization components with improved s…
JoelVR17 Jun 26, 2026
e068a5e
feat: enhance member management by adding wallet address support and …
JoelVR17 Jun 26, 2026
1fb6118
fix: update welcome toast message to enhance user experience on Trust…
JoelVR17 Jun 26, 2026
701a03a
feat: link wallets on profile
JoelVR17 Jun 27, 2026
80de834
feat: add new sound files for accept and delete actions
JoelVR17 Jun 27, 2026
38b86ff
refactor: simplify ProfileDetailsCard and WalletsList components by r…
JoelVR17 Jun 27, 2026
fda14b2
feat: integrate sound feedback for organization creation, member upda…
JoelVR17 Jun 27, 2026
e174dd5
feat: add IntegrationPageTabs component and enhance RoundedTabs with …
JoelVR17 Jun 27, 2026
e6b3d6a
feat: enhance WebhooksView with integration tabs and no data display
JoelVR17 Jun 27, 2026
fcd8eda
feat: add api keys feature
JoelVR17 Jun 27, 2026
cb3c6e4
style: format code
JoelVR17 Jun 27, 2026
28b3dfb
fix: ci errors
JoelVR17 Jun 27, 2026
72b706b
refactor: optimize SidebarMenuSkeleton width calculation using React …
JoelVR17 Jun 27, 2026
e0bdcd0
refactor: streamline SidebarMenuSkeleton component for improved perfo…
JoelVR17 Jun 27, 2026
3b0eeb4
chore: update package.json to include pnpm configuration and remove p…
JoelVR17 Jun 27, 2026
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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .agents/skills/next-best-practices/debug-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Discover all routes by scanning filesystem:
```json
{ "name": "get_routes", "arguments": {} }


// Optional: { "name": "get_routes", "arguments": { "routerType": "app" } }
```

Expand Down
64 changes: 30 additions & 34 deletions .agents/skills/next-best-practices/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,19 @@ export const contentType = "image/png";

export default function Image() {
return new ImageResponse(
(
<div
style={{
fontSize: 128,
background: "white",
width: "100%",
height: "100%",
display: "flex",
alignItems: "center",
justifyContent: "center",
}}
>
Hello World
</div>
),
<div
style={{
fontSize: 128,
background: "white",
width: "100%",
height: "100%",
display: "flex",
alignItems: "center",
justifyContent: "center",
}}
>
Hello World
</div>,
{ ...size },
);
}
Expand All @@ -184,25 +182,23 @@ export default async function Image({ params }: Props) {
const post = await getPost(slug);

return new ImageResponse(
(
<div
style={{
fontSize: 48,
background: "linear-gradient(to bottom, #1a1a1a, #333)",
color: "white",
width: "100%",
height: "100%",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
padding: 48,
}}
>
<div style={{ fontSize: 64, fontWeight: "bold" }}>{post.title}</div>
<div style={{ marginTop: 24, opacity: 0.8 }}>{post.description}</div>
</div>
),
<div
style={{
fontSize: 48,
background: "linear-gradient(to bottom, #1a1a1a, #333)",
color: "white",
width: "100%",
height: "100%",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
padding: 48,
}}
>
<div style={{ fontSize: 64, fontWeight: "bold" }}>{post.title}</div>
<div style={{ marginTop: 24, opacity: 0.8 }}>{post.description}</div>
</div>,
{ ...size },
);
}
Expand Down
Loading
Loading