mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1060] [CLOSED] [wip] switching from material icon-font to svg #3037
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#3037
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/1060
Author: @ghost
Created: 8/8/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
cca5c1aswitching from material font to svg (part 1)62f9b0eadded material icons in SVGse90a319added icon.vue component5486678limit icons to used only02c7392trying :icon instead7920892added missing svg icons📊 Changes
135 files changed (+598 additions, -329 deletions)
View changed files
📝
assets/css/fonts.scss(+1 -14)📝
assets/css/styles.scss(+5 -2)➕
assets/icons/access_time.svg(+5 -0)➕
assets/icons/account_circle.svg(+3 -0)➕
assets/icons/add.svg(+4 -0)➕
assets/icons/arrow_drop_down.svg(+4 -0)➕
assets/icons/arrow_right.svg(+1 -0)➕
assets/icons/assignment_returned.svg(+4 -0)➕
assets/icons/assistant.svg(+4 -0)➕
assets/icons/attach_file.svg(+4 -0)➕
assets/icons/brush.svg(+4 -0)➕
assets/icons/chrome.svg(+5 -0)➕
assets/icons/clear.svg(+3 -0)➕
assets/icons/clear_all.svg(+3 -0)➕
assets/icons/close.svg(+3 -0)➕
assets/icons/cloud.svg(+3 -0)➕
assets/icons/cloud_download.svg(+3 -0)➕
assets/icons/cloud_upload.svg(+4 -0)➕
assets/icons/code.svg(+3 -0)➕
assets/icons/content_copy.svg(+4 -0)...and 80 more files
📄 Description
progress:
<icon icon="some_icon_id">component<i>s with<icon>allused material icons in svg (including some missing in official github repo, and only available on md-website)<icon>component not rendering lmaoThis PR fixes #1025
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.