75 Commits
Author SHA1 Message Date
ImgBotApp 956b0ef597 [ImgBot] Optimize images
*Total -- 9,309.11kb -> 7,003.83kb (24.76%)

/src/assets/images/moviesflix.png -- 38.33kb -> 21.11kb (44.93%)
/src/assets/images/infolight.png -- 1,619.76kb -> 1,135.05kb (29.92%)
/src/assets/images/infodark.png -- 1,666.04kb -> 1,172.67kb (29.61%)
/src/assets/images/darkmode.png -- 2,778.33kb -> 2,007.83kb (27.73%)
/src/assets/images/lightmode.png -- 2,882.81kb -> 2,366.77kb (17.9%)
/src/assets/genres/music.png -- 1.24kb -> 1.02kb (17.61%)
/src/assets/genres/adventure.png -- 3.67kb -> 3.03kb (17.33%)
/src/assets/genres/mystery.png -- 3.79kb -> 3.15kb (16.82%)
/src/assets/genres/western.png -- 2.59kb -> 2.17kb (15.97%)
/src/assets/genres/thriller.png -- 2.90kb -> 2.44kb (15.88%)
/src/assets/genres/action.png -- 3.20kb -> 2.71kb (15.49%)
/src/assets/genres/horror.png -- 2.44kb -> 2.06kb (15.48%)
/src/assets/genres/fantasy.png -- 2.78kb -> 2.35kb (15.38%)
/src/assets/genres/family.png -- 2.06kb -> 1.76kb (14.62%)
/src/assets/genres/science fiction.png -- 2.79kb -> 2.38kb (14.62%)
/src/assets/genres/documentary.png -- 1.56kb -> 1.34kb (14.15%)
/src/assets/genres/comedy.png -- 2.77kb -> 2.38kb (14.1%)
/src/assets/genres/history.png -- 1.73kb -> 1.49kb (14.05%)
/src/assets/genres/animation.png -- 2.39kb -> 2.07kb (13.57%)
/src/assets/genres/romance.png -- 2.55kb -> 2.20kb (13.49%)
/src/assets/genres/war.png -- 2.55kb -> 2.23kb (12.69%)
/src/assets/genres/drama.png -- 2.46kb -> 2.15kb (12.36%)
/src/assets/genres/top rated.png -- 2.27kb -> 2.02kb (11.11%)
/src/assets/genres/crime.png -- 1.66kb -> 1.48kb (11.01%)
/src/assets/genres/upcoming.png -- 0.91kb -> 0.84kb (7.49%)
/src/assets/images/Filmpire.jpg -- 245.14kb -> 228.96kb (6.6%)
/src/assets/images/movieNight.svg -- 7.83kb -> 7.70kb (1.66%)
/src/assets/images/cinemas.svg -- 11.28kb -> 11.23kb (0.49%)
/src/assets/images/nightmode.svg -- 11.28kb -> 11.23kb (0.49%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-09-04 02:57:14 +00:00
Leon Xu 1444895248 Merge pull request #1 from LeonXu260/dev
Merge dev to main
2022-09-03 13:27:54 -07:00
Leon Xu 1e5fb8ab2e Merge branch 'dev' into 'main'
file: create index.js file in the components directory that contains all the...

See merge request leonxu260/filmpire!1
2022-09-03 20:22:12 +00:00
Leon Xu 2d6884389f file: create index.js file in the components directory that contains all the... 2022-09-03 20:22:11 +00:00
Leon Xu 4ec628321b doc: update Navbar component and Navbar function 2022-09-03 13:09:08 -07:00
Leon Xu a1c2d9a508 doc: add Sidebar function 2022-09-03 13:07:24 -07:00
Leon Xu 0d77db21fd doc: add styles to RelatedCards stylesheet 2022-09-03 13:06:20 -07:00
Leon Xu 76e7d3e588 doc & fix: renamed from styles.jsx into style.js 2022-09-03 13:05:59 -07:00
Leon Xu 11c0d8ec7d doc: add styles in Pagination stylesheet 2022-09-03 13:05:13 -07:00
Leon Xu f8069a2fbc doc: add styles in MovieList stylesheet 2022-09-03 13:04:32 -07:00
Leon Xu f59649d811 doc: add styles in MovieInfo stylesheet 2022-09-03 13:04:05 -07:00
Leon Xu 2a9f5fe56d doc: add styles in Movie stylesheet 2022-09-03 13:03:41 -07:00
Leon Xu 9083aff42e doc: add styles in Action stylesheet 2022-09-03 13:03:09 -07:00
Leon Xu 39bcb30710 doc: add styles in FeaturedMovies 2022-09-03 13:02:43 -07:00
Leon Xu c66081b6ca doc & fix: rename from styles.jsx into style.js 2022-09-03 13:02:20 -07:00
Leon Xu 001f1c4748 file: add images to both genres and images directory in assets directory 2022-09-03 12:58:53 -07:00
Leon Xu 4f0598bbf6 doc: add Routes into the main app component 2022-09-03 12:57:47 -07:00
Leon Xu f186d7c8bc doc: add Actors, Movies, MovieInfo, Profile, MovieList, Sidebar, MovieList, Movie, Pagination, RatedCards, and FeaturedMovie exports into the component's main component 2022-09-03 12:54:19 -07:00
Leon Xu 3137c48e52 doc: create RatedCards function 2022-09-03 12:51:30 -07:00
Leon Xu 9c3dd41df5 doc: create Profile function 2022-09-03 12:50:34 -07:00
Leon Xu 3d95c500c5 file: remove styles stylesheet in profile directory 2022-09-03 12:50:02 -07:00
Leon Xu 129688fb66 doc: create Pagination function 2022-09-03 12:49:24 -07:00
Leon Xu 5dd492df40 doc: create FeatureMovie function 2022-09-03 12:48:33 -07:00
Leon Xu fa0c470554 file: create RatedCards component with its own stylesheet in RatedCards directory 2022-09-03 12:47:53 -07:00
Leon Xu 8e5ccceed2 file: create Profile component with its own stylesheet in Profile directory 2022-09-03 12:47:39 -07:00
Leon Xu 96f335d3fd file: create Pagination component with its own stylesheet in Pagination directory 2022-09-03 12:47:18 -07:00
Leon Xu 612797ef6b file: create FeatureMovie component with its own stylesheet in FeaturedMovie directory 2022-09-03 12:46:52 -07:00
Leon Xu a534d66648 doc: create Actors function 2022-09-03 12:44:38 -07:00
Leon Xu 51ca7a3783 file: create Actors component with its own stylesheet in Actors directory 2022-09-03 12:44:04 -07:00
Leon Xu e4f89b7895 doc: create Movie function 2022-09-03 12:43:05 -07:00
Leon Xu e68e1e74ce file: create Movie component with its stylesheet in Movie directory 2022-09-03 12:42:49 -07:00
Leon Xu 2fad796632 doc: create MovieInfo function 2022-09-03 12:40:49 -07:00
Leon Xu 3ae38b61e4 file: create MoviesInfo and its stylesheet into the MovieInfo directory 2022-09-03 12:40:02 -07:00
Leon Xu 9687230690 doc: create MovieList function 2022-09-03 12:38:53 -07:00
Leon Xu dbf3ee2897 file: create styles for MoveList component 2022-09-03 12:38:27 -07:00
Leon Xu b780f788b3 file: create MovieList component in MovieList directory 2022-09-03 12:37:44 -07:00
Leon Xu 1afd40fae5 doc: create Movies function 2022-09-03 12:36:40 -07:00
Leon Xu 0f6d36f777 file: create Movies component in Movies directory 2022-09-03 12:36:11 -07:00
Leon Xu 540c90e693 doc: import useAlan and use it within the App.jsx 2022-09-03 12:34:47 -07:00
Leon Xu 2ca1a190e7 doc: move Alan from root directory into components directory 2022-09-03 12:33:40 -07:00
Leon Xu 4f30c1d434 file: create Alan AI file 2022-09-03 12:32:37 -07:00
Leon Xu de55bfa2fa doc: add configureStore function to store file 2022-09-03 12:23:36 -07:00
Leon Xu cdbccd35cf doc: add Provider to render function and move the rest of the components into the Provider tag 2022-09-03 12:17:50 -07:00
Leon Xu 5f737dc824 doc: import Provider from react-redux and store from store directory 2022-09-03 12:16:27 -07:00
Leon Xu ac35bb1c1b doc: add genreOrCategory function 2022-09-03 12:14:49 -07:00
Leon Xu 6320ee8578 doc: add initialState and authSlice in auth file 2022-09-03 12:14:12 -07:00
Leon Xu dc68b05303 file: add currentGenreOrCategory file in features directory 2022-09-03 12:13:32 -07:00
Leon Xu 86720b1be4 file: add auth file into features directory 2022-09-03 12:13:04 -07:00
Leon Xu b7b256b56e doc: add index file into utils directory 2022-09-03 12:12:17 -07:00
Leon Xu e7486cf0c9 doc: add tmdbApi function 2022-09-03 12:11:30 -07:00