From 891404aaf132010afaa7c21ba22d68b5865b6b0a Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:10:26 +0530 Subject: [PATCH] feat: Captain animating SVGs (#12448) # Pull Request Template ## Description This PR includes new animating SVG for Captain pages ## Type of change - [x] New feature (non-breaking change which adds functionality) ###Screencast https://github.com/user-attachments/assets/181470d4-2ac7-4056-83bb-7371ba214b6f ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --------- Co-authored-by: Muhsin Keloth --- .../AnimatingImg/AnimatingImg.story.vue | 34 + .../captain/AnimatingImg/Guardrails.vue | 1000 ++++++++++++++++ .../AnimatingImg/ResponseGuidelines.vue | 990 +++++++++++++++ .../captain/AnimatingImg/Scenarios.vue | 1060 +++++++++++++++++ .../captain/AnimatingImg/Settings.vue | 752 ++++++++++++ 5 files changed, 3836 insertions(+) create mode 100644 app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue create mode 100644 app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue create mode 100644 app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue create mode 100644 app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue 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 new file mode 100644 index 000000000..c75e6bd6d --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/AnimatingImg.story.vue @@ -0,0 +1,34 @@ + + + diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue new file mode 100644 index 000000000..e99d01758 --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue @@ -0,0 +1,1000 @@ + + + + + diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue new file mode 100644 index 000000000..958f97dee --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue @@ -0,0 +1,990 @@ + + + + + diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue new file mode 100644 index 000000000..b50bcf0ac --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue @@ -0,0 +1,1060 @@ + + + + + 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..d50b2ff54 --- /dev/null +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue @@ -0,0 +1,752 @@ + + +