[PR #90] [CLOSED] This pull request contains both PR #89 (close #88) and PR #85 (close #73) #515

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/90
Author: @gissehel
Created: 4/28/2018
Status: Closed

Base: masterHead: 88+73


📝 Commits (3)

  • 9859ae4 Adding indexes in the web view (#88)
  • 9dbfcee CSS refactoring in order to provide a dark theme #73
  • 6db3e99 Fix some default colors that weren't looking good in a dark theme

📊 Changes

9 files changed (+486 additions, -229 deletions)

View changed files

📝 cmd/serve/assets-prod.go (+100 -68)
📝 view/css/stylesheet.css (+1 -1)
📝 view/index.html (+2 -1)
view/less/color-theme.less (+325 -0)
📝 view/less/stylesheet.less (+12 -140)
view/less/theme-dark.less (+14 -0)
view/less/theme-light.less (+15 -0)
view/less/themes.less (+15 -0)
📝 view/less/variable.less (+2 -19)

📄 Description

As PR #89 (that close issue #88) and PR #85 (that semi-close #73) have conflicts, this PR merge both and resolve conflicts. Should pull either (only #89 or only #85) or (only this one)


🔄 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/90 **Author:** [@gissehel](https://github.com/gissehel) **Created:** 4/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `88+73` --- ### 📝 Commits (3) - [`9859ae4`](https://github.com/go-shiori/shiori/commit/9859ae4535bfe38389589ff24c75d21394e2b79b) Adding indexes in the web view (#88) - [`9dbfcee`](https://github.com/go-shiori/shiori/commit/9dbfcee87ea192cf7f2a53d19cd8865817b930b4) CSS refactoring in order to provide a dark theme #73 - [`6db3e99`](https://github.com/go-shiori/shiori/commit/6db3e99406474d18b916cb5a52501dc35dba711d) Fix some default colors that weren't looking good in a dark theme ### 📊 Changes **9 files changed** (+486 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve/assets-prod.go` (+100 -68) 📝 `view/css/stylesheet.css` (+1 -1) 📝 `view/index.html` (+2 -1) ➕ `view/less/color-theme.less` (+325 -0) 📝 `view/less/stylesheet.less` (+12 -140) ➕ `view/less/theme-dark.less` (+14 -0) ➕ `view/less/theme-light.less` (+15 -0) ➕ `view/less/themes.less` (+15 -0) 📝 `view/less/variable.less` (+2 -19) </details> ### 📄 Description As PR #89 (that close issue #88) and PR #85 (that semi-close #73) have conflicts, this PR merge both and resolve conflicts. Should pull either (only #89 or only #85) or (only this one) --- <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:34 +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#515
No description provided.