alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
formatting
author
Wesley Finck
date
9 months ago
(Oct 28, 2025, 5:30 PM -0700)
commit
35c7af77
35c7af77ea01b543b0a97d5300074ed59c71a3dd
parent
b9254b6b
b9254b6b020ac6f311fab86fc395ae1aaaddcd11
+1
-2
2 changed files
Expand all
Collapse all
Unified
Split
src
webapp
app
(dashboard)
url
page.tsx
features
cards
components
addCardDrawer
AddCardDrawer.tsx
-1
src/webapp/app/(dashboard)/url/page.tsx
View file
Reviewed
···
48
48
if (!url) {
49
49
redirect('/');
50
50
}
51
51
-
52
51
53
52
return (
54
53
<Fragment>
+1
-1
src/webapp/features/cards/components/addCardDrawer/AddCardDrawer.tsx
View file
Reviewed
···
1
1
import {
2
2
-
Button,
2
2
+
Button,
3
3
Container,
4
4
Drawer,
5
5
Group,