Skip to content

Comments

Feature/add tailwindcss integration to frontend#15

Merged
MarcinZ20 merged 2 commits intodevelopmentfrom
feature/add-tailwindcss-integration-to-frontend
Apr 5, 2025
Merged

Feature/add tailwindcss integration to frontend#15
MarcinZ20 merged 2 commits intodevelopmentfrom
feature/add-tailwindcss-integration-to-frontend

Conversation

@MarcinZ20
Copy link
Owner

closes #14

added tailwind.css as a vite plugin
view shows the result, the score and provides alternative urls
@MarcinZ20 MarcinZ20 added the enhancement New feature or request label Apr 5, 2025
@MarcinZ20 MarcinZ20 requested a review from Copilot April 5, 2025 19:09
@MarcinZ20 MarcinZ20 self-assigned this Apr 5, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • frontend/index.html: Language not supported
  • frontend/package.json: Language not supported
  • frontend/src/assets/base.css: Language not supported
  • frontend/src/assets/main.css: Language not supported

@@ -1,12 +1,13 @@
<script setup lang="ts">
import SearchForm from './components/SearchForm.vue'
import AnswerView from './components/AnswerView.vue'
Copy link

Copilot AI Apr 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnswerView is imported but not used in the template. Consider either using it in the UI or removing the import to keep the code clean.

Suggested change
import AnswerView from './components/AnswerView.vue'

Copilot uses AI. Check for mistakes.
@MarcinZ20 MarcinZ20 merged commit 8e7eee0 into development Apr 5, 2025
2 checks passed
@MarcinZ20 MarcinZ20 deleted the feature/add-tailwindcss-integration-to-frontend branch April 5, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant