[PR #1179] [MERGED] Feat/tailwind #3118

Closed
opened 2026-03-17 00:45:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1179
Author: @liyasthomas
Created: 9/21/2020
Status: Merged
Merged: 9/22/2020
Merged by: @liyasthomas

Base: masterHead: feat/tailwind


📝 Commits (10+)

📊 Changes

59 files changed (+2020 additions, -1431 deletions)

View changed files

assets/css/styles.scss (+0 -784)
assets/css/tailwind.css (+5 -0)
📝 assets/scss/fonts.scss (+0 -20)
assets/scss/styles.scss (+827 -0)
📝 assets/scss/themes.scss (+7 -0)
📝 components/collections/add-collection.vue (+2 -2)
📝 components/collections/add-folder.vue (+2 -2)
📝 components/collections/collection.vue (+17 -19)
📝 components/collections/edit-collection.vue (+2 -2)
📝 components/collections/edit-folder.vue (+2 -2)
📝 components/collections/edit-request.vue (+5 -5)
📝 components/collections/folder.vue (+8 -17)
📝 components/collections/import-export-collections.vue (+8 -8)
📝 components/collections/index.vue (+2 -7)
📝 components/collections/request.vue (+1 -14)
📝 components/collections/save-request-as.vue (+5 -5)
📝 components/environments/add-environment.vue (+2 -2)
📝 components/environments/edit-environment.vue (+3 -3)
📝 components/environments/environment.vue (+1 -14)
📝 components/environments/import-export-environment.vue (+3 -3)

...and 39 more files

📄 Description

  • Adds Nuxt TailwindCSS and Nuxt color mode dependencies.
  • Migrated all styles to Tailwind.
  • Use Nuxt color mode instead of default theming (WIP: currently commented out in settings page. added provision to add it later)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1179 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/21/2020 **Status:** ✅ Merged **Merged:** 9/22/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/tailwind` --- ### 📝 Commits (10+) - [`464ac3e`](https://github.com/hoppscotch/hoppscotch/commit/464ac3ed25ecd59568dbc340ece4357d6938d463) Added TailwindCSS and nuxt color-mode - [`669b9a7`](https://github.com/hoppscotch/hoppscotch/commit/669b9a710b1ca43342ff5d8dce697862d0887d92) More stylings - [`651b885`](https://github.com/hoppscotch/hoppscotch/commit/651b8859aec43b57932eed85240335c0a9754c06) Remaining styles - [`5a725da`](https://github.com/hoppscotch/hoppscotch/commit/5a725da4868f722046ba4ff5051ca4af1e114acf) Upstream - [`53faf48`](https://github.com/hoppscotch/hoppscotch/commit/53faf48e7d542580794e49b002001dab24851105) Merge branch 'master' into feat/tailwind - [`a31d6e4`](https://github.com/hoppscotch/hoppscotch/commit/a31d6e460358f7486ddb4912e0cd53e7d5eb05c7) Clean up - [`49565d6`](https://github.com/hoppscotch/hoppscotch/commit/49565d6f7df6daa8baa5b9cc5f1f0913de7b6563) Merge branch 'master' into feat/tailwind - [`df1bd2e`](https://github.com/hoppscotch/hoppscotch/commit/df1bd2e663bb8c42f92efe68cdbb81e0c22f12a2) Clean up - [`7f66dfe`](https://github.com/hoppscotch/hoppscotch/commit/7f66dfe19f6132d69d0958e5df750833bba73b1f) Fixed broken styles - [`e1c6895`](https://github.com/hoppscotch/hoppscotch/commit/e1c68957a7e56a04963f724b3fedc9ccc73770f8) Fixed sticky sidebars ### 📊 Changes **59 files changed** (+2020 additions, -1431 deletions) <details> <summary>View changed files</summary> ➖ `assets/css/styles.scss` (+0 -784) ➕ `assets/css/tailwind.css` (+5 -0) 📝 `assets/scss/fonts.scss` (+0 -20) ➕ `assets/scss/styles.scss` (+827 -0) 📝 `assets/scss/themes.scss` (+7 -0) 📝 `components/collections/add-collection.vue` (+2 -2) 📝 `components/collections/add-folder.vue` (+2 -2) 📝 `components/collections/collection.vue` (+17 -19) 📝 `components/collections/edit-collection.vue` (+2 -2) 📝 `components/collections/edit-folder.vue` (+2 -2) 📝 `components/collections/edit-request.vue` (+5 -5) 📝 `components/collections/folder.vue` (+8 -17) 📝 `components/collections/import-export-collections.vue` (+8 -8) 📝 `components/collections/index.vue` (+2 -7) 📝 `components/collections/request.vue` (+1 -14) 📝 `components/collections/save-request-as.vue` (+5 -5) 📝 `components/environments/add-environment.vue` (+2 -2) 📝 `components/environments/edit-environment.vue` (+3 -3) 📝 `components/environments/environment.vue` (+1 -14) 📝 `components/environments/import-export-environment.vue` (+3 -3) _...and 39 more files_ </details> ### 📄 Description - [x] Adds Nuxt TailwindCSS and Nuxt color mode dependencies. - [x] Migrated all styles to Tailwind. - [ ] Use Nuxt color mode instead of default theming (WIP: currently commented out in settings page. added provision to add it later) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:45:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3118
No description provided.