From 88ef2aca454a9348b5fa619df792f060d6e35361 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Wed, 17 Sep 2025 14:49:51 +0530 Subject: [PATCH] chore: Add setting captain Icon --- .../AnimatingImg/AnimatingImg.story.vue | 6 + .../captain/AnimatingImg/Settings.vue | 757 ++++++++++++++++++ 2 files changed, 763 insertions(+) create mode 100644 app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue index 01d15a4b6..c75e6bd6d 100644 --- a/app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue @@ -2,6 +2,7 @@ import Guardrails from './Guardrails.vue'; import Scenarios from './Scenarios.vue'; import ResponseGuidelines from './ResponseGuidelines.vue'; +import Settings from './Settings.vue'; diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue new file mode 100644 index 000000000..e43f9af33 --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue @@ -0,0 +1,757 @@ + + +