[PR #227] Modernize #242

Open
opened 2026-03-03 16:06:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/227
Author: @AaronDewes
Created: 2/18/2021
Status: 🔄 Open

Base: masterHead: modernize-frontail


📝 Commits (1)

📊 Changes

19 files changed (+6491 additions, -2750 deletions)

View changed files

📝 README.md (+1 -2)
📝 index.js (+23 -23)
📝 lib/daemonize.js (+1 -1)
📝 lib/options_parser.js (+0 -6)
📝 lib/stats.js (+1 -1)
📝 package-lock.json (+5826 -2245)
📝 package.json (+27 -26)
📝 test/app.js (+1 -1)
📝 test/daemonize.js (+1 -1)
📝 web/assets/ansi_up.js (+407 -313)
📝 web/assets/app.js (+44 -10)
web/assets/darkmode/LICENSE.md (+30 -0)
web/assets/darkmode/darktheme.css (+3 -0)
web/assets/darkmode/theme.js (+51 -0)
📝 web/assets/styles/bootstrap.min.css (+7 -6)
📝 web/assets/styles/dark.css (+25 -42)
📝 web/assets/styles/default.css (+13 -50)
📝 web/assets/tinycon.min.js (+6 -7)
📝 web/index.html (+24 -16)

📄 Description

This updates all dependencies, makes text selection better and introduces a new dark mode


🔄 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/227 **Author:** [@AaronDewes](https://github.com/AaronDewes) **Created:** 2/18/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `modernize-frontail` --- ### 📝 Commits (1) - [`ca54853`](https://github.com/mthenw/frontail/commit/ca54853ba0685aac2332c1ec8a012e834260f6a4) Modernize ### 📊 Changes **19 files changed** (+6491 additions, -2750 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -2) 📝 `index.js` (+23 -23) 📝 `lib/daemonize.js` (+1 -1) 📝 `lib/options_parser.js` (+0 -6) 📝 `lib/stats.js` (+1 -1) 📝 `package-lock.json` (+5826 -2245) 📝 `package.json` (+27 -26) 📝 `test/app.js` (+1 -1) 📝 `test/daemonize.js` (+1 -1) 📝 `web/assets/ansi_up.js` (+407 -313) 📝 `web/assets/app.js` (+44 -10) ➕ `web/assets/darkmode/LICENSE.md` (+30 -0) ➕ `web/assets/darkmode/darktheme.css` (+3 -0) ➕ `web/assets/darkmode/theme.js` (+51 -0) 📝 `web/assets/styles/bootstrap.min.css` (+7 -6) 📝 `web/assets/styles/dark.css` (+25 -42) 📝 `web/assets/styles/default.css` (+13 -50) 📝 `web/assets/tinycon.min.js` (+6 -7) 📝 `web/index.html` (+24 -16) </details> ### 📄 Description This updates all dependencies, makes text selection better and introduces a new dark mode --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#242
No description provided.