Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tag component #507

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d536451
Add Deno and Node.js badge
Sep 18, 2022
14299f5
Merge branch 'main' into badge
Sep 19, 2022
97d4291
Apply suggestions from code review
Sep 19, 2022
da70b26
Redesign the badge
Sep 19, 2022
f06b4f7
Implement badge into plugin
Sep 19, 2022
1db7dd7
Add Tag component
Sep 20, 2022
94c8558
Update all tags
Sep 20, 2022
3f701c5
Merge branch 'main' into badge
Sep 20, 2022
c6df756
Update tag
Sep 24, 2022
9647995
Fix typo on menu entry
Sep 24, 2022
50e1525
Sync updates to all languages
Sep 24, 2022
3b95be2
Fix build error
Sep 24, 2022
92c4c8a
Update tag component
Sep 30, 2022
1d9fc86
Reduce delay and fix icon transition
Oct 1, 2022
0c5d208
Fix alignment on mobile view
Oct 1, 2022
90e0dd8
Change <a> element dynamically to increase SEO score
Oct 1, 2022
d1b77b6
Add favicon to third-party plugin menu
Oct 1, 2022
347b473
Merge branch 'main' into badge
KnorpelSenf Oct 2, 2022
190a5b3
Adjust TagGroup margin
Oct 4, 2022
bf5fb4c
Add Autotag plugin
Oct 5, 2022
1f24a0d
Remove tag from plugins page
Oct 7, 2022
0c5add6
Merge branch 'main' into badgex
Oct 7, 2022
8a4c853
Fix css
Oct 7, 2022
9c16c6f
Rename component to circumvent adblocker
Oct 7, 2022
c83f639
Replace tags with autotag
Oct 7, 2022
6c78490
Merge branch 'main' into badge
Oct 7, 2022
7dbef4a
Merge branch 'badgex' into badge
Oct 7, 2022
ee29599
Update extensions list
Oct 7, 2022
fad5c9a
Add dynamic link referencing to asset files
Oct 8, 2022
4d4cbab
Rename icon files
Oct 8, 2022
808738f
Rename `type` property to `template`
Oct 8, 2022
8253351
Add some workspace tools and configs
Oct 8, 2022
509bbbe
Refactor
Oct 8, 2022
07df0e1
update tsconfig
Oct 8, 2022
41bb81c
Add autotagMenu plugin
Oct 9, 2022
c07fd0a
Merge branch 'main' into badge-autotagmenu
Oct 13, 2022
df5b131
Add transition
Oct 15, 2022
f4ff085
Add `gap` option to `TagGroup`
Oct 15, 2022
04f5f89
Merge branch 'main' into badge
Oct 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 100
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Expand Up @@ -9,6 +9,8 @@
"./site/docs/hosting/",
"./site/docs/plugins/",
"./site/docs/resources/",
"./site/docs/zh/"
"./site/docs/zh/",
"./site/docs/es/",
"./site/docs/id/"
]
}
1 change: 1 addition & 0 deletions site/.gitignore
Expand Up @@ -21,3 +21,4 @@ yarn.lock

# dist directory
dist/
.prettierrc