c454d9c9e0
Misc cleanup, more definitions of color with scss variables and added a lot of color transitions for when switching theme color.
2019-10-22 23:07:21 +02:00
fa50dd3455
Finished dark mode! This means re-doing all sass variables in the
...
variables.scss file and defining css variables in :root and alterting
them based on prefered color scheme. This gives us a mechanism to set
custom color schemes for the entire site from one place and changing
between them just by setting a class to the body element. This is done
by overwriting the css variables and then our scss variables use these
changes and apply them downward. This seems like a really nice setup for
the switching between- and adding color schemes.
Also did a lot of cleanup of unused, duplicate or errors styling
throughout the application.
2019-10-21 00:13:21 +02:00
1d1a78608e
Moved away inline css and added mobile rule to stretch the input wrapper closer to the edges of the screen
2019-10-04 00:36:36 +02:00
2e8795a317
Fixed bug where the toggle state was out of sync
2019-10-04 00:33:12 +02:00
f39560e041
Updated a stupid function name a longer name
2019-10-04 00:32:40 +02:00
6f74a5bff4
Input components now emit a "enter" event and our torrent input searches if "enter" event is received
2019-10-04 00:28:27 +02:00
c339045a0e
When searching for torrents we can now edit the search query and search again
2019-10-04 00:22:07 +02:00
9e38b67857
Use our store value for number of torrents and implemented a getter in the sidebar action button component and action call from the torrentList component.
2019-10-04 00:21:18 +02:00
36cb31462f
Only try search for torrents if admin
2019-06-28 20:53:02 +02:00
f8e0892c34
Decreased timeout on success notification to human time scale
2019-06-04 23:18:43 +02:00
a03cdcb9d8
Scoped tmdbid to local instance
2019-06-04 23:18:07 +02:00
ab192b57f4
Rewrote the entire component. Now we use are own table with a new design and auto expanding to view more information. Table also supports sorting and collapses columns on smaller screens
2019-06-04 23:15:56 +02:00
1bed14c8c3
Removed tmdb type from request
2018-08-13 00:32:38 +02:00
161c6db991
When adding a magnet, additional information name and tmdb id is also sent in request body.
2018-08-13 00:20:30 +02:00
8c38f82dbe
Added filtering of requested movies. Also change the order of movies in sidebar and added support for rating of movie. Change path destinations to be more clear.
2018-07-25 17:53:01 +02:00
aa9bfa12d9
Re-wrote to support my api for requesting new movies.
2018-03-20 21:50:39 +01:00