[PR #47] [CLOSED] additions for tagcloud #505

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/47
Author: @s-frostick
Created: 3/6/2018
Status: Closed

Base: masterHead: tagcloud


📝 Commits (2)

  • cbf4f2f additions for tagcloud
  • bb04fc1 fixed typo, otherwise tag selected does not display

📊 Changes

7 files changed (+438 additions, -330 deletions)

View changed files

📝 assets/assets.go (+338 -326)
📝 cmd/serve.go (+15 -0)
📝 database/database.go (+3 -0)
📝 database/sqlite.go (+12 -0)
📝 model/model.go (+1 -0)
view/css/cloud.css (+10 -0)
📝 view/index.html (+59 -4)

📄 Description

created a tag cloud for shiori and a new api endpoint tags which returns a list of all the tags and the number of occurrences.


🔄 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/47 **Author:** [@s-frostick](https://github.com/s-frostick) **Created:** 3/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tagcloud` --- ### 📝 Commits (2) - [`cbf4f2f`](https://github.com/go-shiori/shiori/commit/cbf4f2fd7e932e35092b3f1371283258d20886b1) additions for tagcloud - [`bb04fc1`](https://github.com/go-shiori/shiori/commit/bb04fc1b1cfc129641640da01c680983fe8a0c6c) fixed typo, otherwise tag selected does not display ### 📊 Changes **7 files changed** (+438 additions, -330 deletions) <details> <summary>View changed files</summary> 📝 `assets/assets.go` (+338 -326) 📝 `cmd/serve.go` (+15 -0) 📝 `database/database.go` (+3 -0) 📝 `database/sqlite.go` (+12 -0) 📝 `model/model.go` (+1 -0) ➕ `view/css/cloud.css` (+10 -0) 📝 `view/index.html` (+59 -4) </details> ### 📄 Description created a tag cloud for shiori and a new api endpoint tags which returns a list of all the tags and the number of occurrences. --- <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#505
No description provided.