mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[PR #207] [CLOSED] Search support, Dark mode, Video overlay (.mkv streaming) and Remember selected files #414
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/asapach/peerflix-server/pull/207
Author: @WillyJL
Created: 2/27/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
35ea38dUpdate fontawesome1854782Dark mode and slight visual tweaks450d7f3Overlay for videos (.mkv streaming support)1a92c35Add search supportb9fc2adMinor visual fixes448264bRemove previous results while searching2c674dbDon't clear search results after download start652a45bSuppot uppercase video extensions2dd8bacDownload clicking file, stream clicking playcdb8a0eRemember selected files in saved state📊 Changes
12 files changed (+12622 additions, -80 deletions)
View changed files
📝
Gruntfile.js(+1 -1)📝
app/index.html(+1 -1)📝
app/scripts/controllers/main.js(+80 -1)📝
app/styles/main.css(+224 -9)📝
app/views/main.html(+64 -10)📝
bower.json(+1 -1)📝
package-lock.json(+12132 -46)📝
package.json(+3 -0)📝
server/engine.js(+0 -6)📝
server/index.js(+53 -0)📝
server/socket.js(+4 -0)📝
server/store.js(+59 -5)📄 Description
Proposed changes:
Preview:
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.