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
Merge branch 'development'
author
pdelfan
date
2 months ago
(May 26, 2026, 4:33 PM -0700)
commit
a41a7a7a
a41a7a7a4bb6a64300959b184412076b92437c27
parent
5fe3c035
5fe3c035e49c91515dbc234a555a3a79ad36d631
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
cards
components
urlCardActions
UrlCardActions.tsx
+1
-2
src/webapp/features/cards/components/urlCardActions/UrlCardActions.tsx
View file
Reviewed
···
136
136
<Tooltip label="Connect to another card" withArrow>
137
137
<Button
138
138
variant="light"
139
139
-
color="gray"
140
140
-
c={props.urlIsConnected ? 'green' : 'gray'}
139
139
+
color={props.urlIsConnected ? 'green' : 'gray'}
141
140
size="xs"
142
141
radius={'xl'}
143
142
leftSection={