[PR #49] [MERGED] additions for tag cloud #504

Closed
opened 2026-02-25 23:34:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/49
Author: @s-frostick
Created: 3/6/2018
Status: Merged
Merged: 3/10/2018
Merged by: @RadhiFadlillah

Base: masterHead: tagcloud


📝 Commits (6)

  • 0c39393 additions for tag cloud
  • dbc9058 fix css display issue on tag cloud, words no longer split, and works on chrome
  • f00fb47 resolving conflicts with master
  • 520eb41 update assests
  • aebdf7c Merge branch 'master' into tagcloud
  • 21234f3 Clean up code for tag cloud

📊 Changes

9 files changed (+187 additions, -19 deletions)

View changed files

📝 assets/assets.go (+3 -3)
📝 cmd/serve.go (+15 -0)
📝 database/database.go (+3 -0)
📝 database/sqlite.go (+16 -0)
📝 model/model.go (+4 -3)
📝 view/css/stylesheet.css (+1 -1)
📝 view/index.html (+77 -0)
📝 view/less/stylesheet.less (+53 -12)
📝 view/less/variable.less (+15 -0)

📄 Description

created a simple tag cloud for shiori


🔄 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/go-shiori/shiori/pull/49 **Author:** [@s-frostick](https://github.com/s-frostick) **Created:** 3/6/2018 **Status:** ✅ Merged **Merged:** 3/10/2018 **Merged by:** [@RadhiFadlillah](https://github.com/RadhiFadlillah) **Base:** `master` ← **Head:** `tagcloud` --- ### 📝 Commits (6) - [`0c39393`](https://github.com/go-shiori/shiori/commit/0c39393a924c736216680041d8de11a54b4366a1) additions for tag cloud - [`dbc9058`](https://github.com/go-shiori/shiori/commit/dbc9058afa5b92f66b37ed1a9d6f1f4c88a2eb5b) fix css display issue on tag cloud, words no longer split, and works on chrome - [`f00fb47`](https://github.com/go-shiori/shiori/commit/f00fb47845e8f9efc7d04f7b4156a31e67d7f4cc) resolving conflicts with master - [`520eb41`](https://github.com/go-shiori/shiori/commit/520eb419c7481a42b599b0d1a72e35daab65ddfc) update assests - [`aebdf7c`](https://github.com/go-shiori/shiori/commit/aebdf7ca277d248287973fe6d79e1e94d4e5f535) Merge branch 'master' into tagcloud - [`21234f3`](https://github.com/go-shiori/shiori/commit/21234f38aa5ec800863e37cceab9d8caad89ca23) Clean up code for tag cloud ### 📊 Changes **9 files changed** (+187 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `assets/assets.go` (+3 -3) 📝 `cmd/serve.go` (+15 -0) 📝 `database/database.go` (+3 -0) 📝 `database/sqlite.go` (+16 -0) 📝 `model/model.go` (+4 -3) 📝 `view/css/stylesheet.css` (+1 -1) 📝 `view/index.html` (+77 -0) 📝 `view/less/stylesheet.less` (+53 -12) 📝 `view/less/variable.less` (+15 -0) </details> ### 📄 Description created a simple tag cloud for shiori --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:32 +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/shiori#504
No description provided.