mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3076] [MERGED] feat: replacing windicss by tailwindcss in hoppscotch-ui #4220
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3076
Author: @anwarulislam
Created: 5/23/2023
Status: ✅ Merged
Merged: 11/1/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:feat/hopp-ui-tailwind📝 Commits (10+)
f775750feat: remove windicss4424536feat: tailwindcss added11955bbchore: update tailwind config6758195feat: prettier added for tailwind classes68fad88chore: tailwind directive moved to a separate filefb5aa11fix: histoire setup issue4ff6abafeat: histoire setup71d10a7chore: themes files separated634f13achore: moved tw decorator to a new file0d8a301feat: separated theme files📊 Changes
174 files changed (+6750 additions, -5014 deletions)
View changed files
📝
packages/hoppscotch-common/.prettierrc.js(+2 -1)📝
packages/hoppscotch-common/assets/scss/styles.scss(+56 -40)➕
packages/hoppscotch-common/assets/scss/tailwind.scss(+3 -0)➖
packages/hoppscotch-common/assets/scss/themes.scss(+0 -274)➕
packages/hoppscotch-common/assets/themes/accent-themes.scss(+89 -0)➕
packages/hoppscotch-common/assets/themes/base-themes.scss(+81 -0)➕
packages/hoppscotch-common/assets/themes/editor-themes.scss(+41 -0)➕
packages/hoppscotch-common/assets/themes/themes.scss(+64 -0)📝
packages/hoppscotch-common/package.json(+6 -3)📝
packages/hoppscotch-common/src/App.vue(+1 -1)📝
packages/hoppscotch-common/src/components.d.ts(+0 -1)📝
packages/hoppscotch-common/src/components/app/Announcement.vue(+1 -1)📝
packages/hoppscotch-common/src/components/app/ContextMenu.vue(+1 -1)📝
packages/hoppscotch-common/src/components/app/DeveloperOptions.vue(+1 -1)📝
packages/hoppscotch-common/src/components/app/Footer.vue(+1 -1)📝
packages/hoppscotch-common/src/components/app/Header.vue(+13 -13)📝
packages/hoppscotch-common/src/components/app/Inspection.vue(+9 -9)📝
packages/hoppscotch-common/src/components/app/Options.vue(+2 -2)📝
packages/hoppscotch-common/src/components/app/Share.vue(+6 -6)📝
packages/hoppscotch-common/src/components/app/Shortcuts.vue(+6 -6)...and 80 more files
📄 Description
Closes HFE-100 HFE-101 HFE-97 HFE-259 HFE-265
Description:
The PR replaces WindiCSS with TailwindCSS from all hoppscotch frontend projects.
Things changed:
windicsspackage fromhoppscotch-ui,hoppscotch-common,hoppscotch-selfhost-webwindicssconfigsconfigpackage to the packages directory. The directory contains common config files. Such asprettier,eslint,tailwind,postcss.TailwindCSSto all frontend packages.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Content-Typeheader priority in the CLI #4721