KevinMidboe
2ab1609bd9
Profile has both activity and settings inline
2022-01-10 00:51:14 +01:00
KevinMidboe
aa7e6a2a53
Fullwidth property for seasoned button
2022-01-10 00:50:47 +01:00
KevinMidboe
2937e7b974
Linting
2022-01-10 00:50:09 +01:00
KevinMidboe
2371907f54
Set search params when popup movie & check for and read on load
2022-01-10 00:49:57 +01:00
KevinMidboe
6615827b29
Re-did list components
2022-01-10 00:48:15 +01:00
KevinMidboe
97c23fa895
Re implemented header navigation
2022-01-10 00:46:26 +01:00
KevinMidboe
39930428a9
Banner has some more images to cycle between
2022-01-10 00:43:37 +01:00
KevinMidboe
f180b7f39b
Updated header text and font size
2022-01-09 15:58:04 +01:00
KevinMidboe
d640f7f882
Removed /dist prefix from all image paths
2022-01-03 20:29:03 +01:00
KevinMidboe
38c3792675
Add 'is-loaded' class after image intersects viewport
2022-01-03 17:50:12 +01:00
KevinMidboe
ac2785abd5
Increased opacity delay
2022-01-03 17:49:35 +01:00
KevinMidboe
1ff6a0e831
Linting
2022-01-03 17:49:22 +01:00
KevinMidboe
d63cb4ac52
Merge branch 'master' of github.com:kevinmidboe/seasoned
2020-04-09 23:01:25 +02:00
KevinMidboe
b6ee1cf906
Profile replaces route with query settings=true when enabled.
2020-04-09 23:00:50 +02:00
KevinMidboe
60201b1b67
Login and register pages now checks inputs for errors. throwError parameter on login and register functions allows us to receive the request object not just the decoded json.
2020-04-09 21:39:29 +02:00
KevinMidboe
65bbc453e6
seasoned messages looks better when messages contains only title.
2020-04-09 20:27:11 +02:00
KevinMidboe
188477ab64
404 page now has button to navigate to previous page.
2020-04-09 19:58:50 +02:00
KevinMidboe
a31bfb6b39
Updated seasonedbutton to not have a wrapping div.
2020-04-09 19:55:57 +02:00
KevinMidboe
681ed69ef0
Removed padding on right side of search input and removed unused comment.
2020-02-25 13:44:48 +01:00
KevinMidboe
b771428b4d
Changed placeholder for earch input
2020-02-25 13:44:31 +01:00
KevinMidboe
fc2c3664d9
Resolved merge conflict.
2020-02-21 22:52:36 +01:00
KevinMidboe
0bd45ed777
New sidebarelement for users that are logged inn. Now they can be redirected directly to the movie in plex.
2020-02-21 22:51:39 +01:00
KevinMidboe
3912766982
Reverted active logic for seasonedButton.
2020-02-20 14:09:08 +01:00
KevinMidboe
3becce2a6c
Moved isPlexAuthenticated from movie component to userModule.
2020-02-20 14:08:46 +01:00
KevinMidboe
20b8692c91
Forgot to toggle isActive when clicked.
2020-02-20 13:56:56 +01:00
KevinMidboe
14ac780aa5
Should not overwrite prop data. Copy and set to internal data attribute.
2020-02-20 13:55:04 +01:00
KevinMidboe
d836870612
Toggle active boolean to set class on buttons.
2020-02-20 13:41:39 +01:00
KevinMidboe
bc6f706e4a
New mediaquery to check if hover is available then only style hover when it is. This solves sticky hover styling on mobile.
2020-02-20 13:33:08 +01:00
KevinMidboe
6ac6a9b039
Readded noselect class to description.
2020-02-20 10:41:46 +01:00
KevinMidboe
85be80d712
Removed unused code for poster image.
2020-02-20 10:41:21 +01:00
KevinMidboe
010830243e
noselect class was preventing taps on mobile.
2020-02-20 00:25:59 +01:00
KevinMidboe
923dc46dc7
Removed setTimeout
2020-02-20 00:24:34 +01:00
KevinMidboe
20380a4587
Merge branch 'master' into refactor/image-loading
2020-02-20 00:21:43 +01:00
KevinMidboe
069ef2c458
Cleaned up some css, better loading of backdrop, simplified DOM, more meta data for tvshows and added truncating of description.
2020-02-20 00:19:08 +01:00
KevinMidboe
2f430b2d8f
Cleaned up some of the styling for movieslistitem.
2020-02-19 23:54:20 +01:00
KevinMidboe
f7a579a438
IntersecrionObserver checks ref intersection when mounted.
2020-02-19 23:53:51 +01:00
KevinMidboe
b9ddd998bc
When type person show known for department.
2020-02-19 23:52:25 +01:00
KevinMidboe
ae59d02df2
Poster image dom simplified.
2020-02-19 23:52:03 +01:00
KevinMidboe
ed49d825b8
Merge pull request #44 from KevinMidboe/feature/searchFiltering
...
Feature/search filtering
2020-01-31 22:51:21 +01:00
KevinMidboe
1caa3c7fae
Removed unsued comments and added alt tag to images
2020-01-31 22:27:45 +01:00
KevinMidboe
5ae52f59fc
Merge pull request #47 from KevinMidboe/feature/lazy-loading-images
...
Lazy loading for list items.
2020-01-31 22:18:42 +01:00
KevinMidboe
a7e6d25d3f
Lazy loading for list items.
...
This is somewhat inefficient because each list item has its own instance
of a intersectionObserver.
Improvements include:
- Poster has placeholder image as source from mount
- When component mounts we attach the observer
- When observerd in viewport find
- Find the correct image height based on the placeholders height
- Change src to dynamic poster url
2020-01-31 22:14:13 +01:00
KevinMidboe
d4369ec7a4
JwtToken decoded to set data from jwt contents.
...
JwtDecode used to read data from the jwt token and set admin and
username. Resolves issue #45 .
2020-01-10 23:29:34 +01:00
KevinMidboe
f2a65d755c
Show info also appends check_existance to url.
2019-12-27 23:39:35 +01:00
KevinMidboe
1fd48edd42
Set default adult value to true.
2019-12-27 23:31:20 +01:00
KevinMidboe
68e45303c6
Filtering for search in autocomplete dropdown.
...
- Accessibility
- Tabindex updated for search <input> to have priority over nav items.
- Aria label
- Search icon clickable for searching.
- Filter for adult and searchType.
- When clicking a autocomplete search result, the clicked item is set as
selectedResult.
- Remove duplicates from elastic search result.
- Added filter parameters to our $router.push function.
2019-12-27 22:18:45 +01:00
KevinMidboe
bc73665b12
Elem text wrapped <li> and active icon ref fixed.
...
Supplementary and content text are now wrapped in a <li> item. This with
better styling selectors formats the icon correctly alongside the text.
Fixed active icon ref function that had an incorrect if statement so the
activeIconRef would never be returned.
2019-12-26 12:46:57 +01:00
KevinMidboe
9edb19569a
Change to have height to min-height: 75px
2019-12-26 12:21:43 +01:00
KevinMidboe
7802a89d15
New toggle release filter and fixed expand torrent
...
Use the toggleButton for filtering release types in torrent response.
There is a click to expand the full name of the torrent. This is mostly
for mobile where the name is hidden. Fixed an issue where the expanded
list element would not get the correct styling and break the table in
half. Now we also set an data attribute for the expanded element. This
allows our scoped styling to reach the expanded element.
Also increased padding on expanded content.
2019-12-26 12:04:17 +01:00
KevinMidboe
915260f41b
Admin var checks localstorage for admin == "true".
2019-12-26 12:01:26 +01:00