mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #227] Modernize #242
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/227
Author: @AaronDewes
Created: 2/18/2021
Status: 🔄 Open
Base:
master← Head:modernize-frontail📝 Commits (1)
ca54853Modernize📊 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.