[PR #21] [MERGED] Give the option to add a different css style #177

Closed
opened 2026-03-03 16:05:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/21
Author: @lexx27
Created: 10/29/2013
Status: Merged
Merged: 11/1/2013
Merged by: @mthenw

Base: masterHead: master


📝 Commits (10+)

📊 Changes

7 files changed (+101 additions, -6 deletions)

View changed files

📝 README.md (+1 -0)
📝 index.js (+3 -2)
📝 lib/connect_builder.js (+13 -2)
lib/web/assets/styles/dark.css (+79 -0)
📝 lib/web/assets/styles/default.css (+0 -0)
📝 lib/web/index.html (+1 -1)
📝 test/connect_builder.js (+4 -1)

📄 Description

Tiny changes to accept style as an option.


🔄 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/mthenw/frontail/pull/21 **Author:** [@lexx27](https://github.com/lexx27) **Created:** 10/29/2013 **Status:** ✅ Merged **Merged:** 11/1/2013 **Merged by:** [@mthenw](https://github.com/mthenw) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`db96f9d`](https://github.com/mthenw/frontail/commit/db96f9dd2a40b5e0920b9316bb8a8c5275e4edf7) User can select css style as option - [`3e93cac`](https://github.com/mthenw/frontail/commit/3e93cac335ed0cc9787e9595e44fb3c162345b75) let's be consistent with naming - [`584402f`](https://github.com/mthenw/frontail/commit/584402fbf48bde71fabd4d2e1d0653b146de1693) minor changes - [`01e7745`](https://github.com/mthenw/frontail/commit/01e7745aecf368aebefff96b3d670d10ca58ffa4) remove css file - [`54897e0`](https://github.com/mthenw/frontail/commit/54897e009d333e25de53cffd56db2719b8fa1609) merge master - [`0972c6f`](https://github.com/mthenw/frontail/commit/0972c6fd0acc0b95cd6c34a09b30408ce36f32d0) added style setting in daemon mode and passed theme option to html with the new logic - [`784857d`](https://github.com/mthenw/frontail/commit/784857d521fc16c4eda27c0ea9783e77078a197f) updated readme - [`a82636f`](https://github.com/mthenw/frontail/commit/a82636f8db74a7e5c7ae967ae2b8974d12671a29) fixing tests - [`8a7d5f6`](https://github.com/mthenw/frontail/commit/8a7d5f6c88015c8e6a39cdc3aafdbc09f0862011) lint fixes - [`5907a89`](https://github.com/mthenw/frontail/commit/5907a8922c454284affc02930b3e8cf3d718459d) lint fix ### 📊 Changes **7 files changed** (+101 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `index.js` (+3 -2) 📝 `lib/connect_builder.js` (+13 -2) ➕ `lib/web/assets/styles/dark.css` (+79 -0) 📝 `lib/web/assets/styles/default.css` (+0 -0) 📝 `lib/web/index.html` (+1 -1) 📝 `test/connect_builder.js` (+4 -1) </details> ### 📄 Description Tiny changes to accept style as an option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:05:52 +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/frontail#177
No description provided.