Skip to content

Commit

Permalink
APP-5488: add IDs to rc cards (viamrobotics#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlook authored Jul 31, 2024
1 parent 206ec29 commit 8c0eb12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/remote-control",
"version": "2.19.0",
"version": "2.19.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion web/frontend/src/lib/components/collapse.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ onMount(() => {
});
</script>

<div class="relative w-full">
<div
class="relative w-full"
id={encodeURIComponent(title)}
>
<div
class="
flex-reverse flex w-full cursor-pointer items-center justify-between
Expand Down

0 comments on commit 8c0eb12

Please sign in to comment.