Xevion
19589cf7e1
Explain normaliation process
2022-05-08 19:48:15 -05:00
Xevion
503054b1bc
Commit all pre-processed raw data for rest of episodes
2022-05-01 03:22:18 -05:00
Xevion
672eeedb1a
Fix incorrect episode count being used in verify_episode
...
The season acquired from CLI is one-indexed while episode_counts of course is zero-indexed.
This was not accounted for in `verify_episode`, thus it would error on Season 3, Episode 15 (since Season 4 was accessed, which had 14 episodes).
2022-04-30 20:08:25 -05:00
Xevion
8e3e293d76
update character descriptions with actor names, update main characters list properly to contain all wanted characters, update CLI processing to use filters and copy keys more efficiently
2020-09-21 09:52:08 -05:00
Xevion
496f588f14
copy link/blue carets from Season.vue to Character, fix unimported Skeleton componenet, fix Season breadcrumbs not showing name for characters with null name fields
2020-09-17 14:35:27 -05:00
Xevion
7ae360a576
fix characters API endpoint, add Promise to PRELOAD_CHARACTER actions, copy Season component list group formatting to Characters (need to filter down allowed Characters)
2020-09-17 14:19:27 -05:00
Xevion
46bea4af4d
add Promise to FETCH_CHARACTER action, add getCharacter getter to store, fix Skeleton.vue animated position bricking
2020-09-17 13:59:54 -05:00
Xevion
ec25ce6571
CharacterBadges rename and Characters routing, fix Season component text fetching breaking dependent breadcrumb calculations
2020-09-17 13:59:04 -05:00
Xevion
2894a654af
implement Character page (broken Vuex reactivity, temporary data field fix), rename CharacterList to CharacterBadges, begin work on list of Characters (Characters.vue)
2020-09-17 13:57:37 -05:00
Xevion
b31635864f
add FETCH and PRELOAD CHARACTER actions, fix character commit mispelling, setup MERGE_EPISODES instead of spamming MERGE_EPISODE commits
2020-09-17 10:02:18 -05:00
Xevion
1a3eee0ac4
ready API for returning just quotes by page (and fix page KeyError), base summary/name for Episode-like pre-loading, generating and merging with cli.py build characters
2020-09-15 10:30:33 -05:00
Xevion
84fce25cc8
change mouseover event to use short timeouts in order to reduce unused pre-fetching traffic, minor reformatting, remove preload axios console.log
2020-09-15 07:40:39 -05:00
Xevion
8a884c6542
commit latest main.scss (compliation of all bootstrap customization in one file, don't hurt me)
2020-09-15 07:23:05 -05:00
Xevion
d1285125f5
add set/merge character mutations with data to Vuex
2020-09-15 07:22:30 -05:00
Xevion
04320d15b5
move breakpoint badge, add color styling from history-of-robotics, add computed breakpoint bool, change Character breadcrumb to CharacterList component, attempt at Season content column alignment
2020-09-15 07:17:33 -05:00
Xevion
3e0873da3f
recent changes to generated data (characters.json, main_characters.json), fixes in raw data concerning character names
2020-09-15 07:15:58 -05:00
Xevion
d23855b678
use page query param instead of separate API route
2020-09-15 07:11:55 -05:00
Xevion
ed65362ec6
setup proper breakpoint dev rendering (dev env only), add character descriptions file, add color to breakpoint markers and move over to title
2020-09-14 22:24:00 -05:00
Xevion
8ed65e7c2d
copy Character breadcrumb skeleton, apply font to card title
2020-09-14 18:04:08 -05:00
Xevion
427d4c6b4f
create new Skeleton loading for AIS-Search input when not loaded - better support for on demand customization of the component
2020-09-14 16:29:25 -05:00
Xevion
4b91c11562
adjust Season image/text columns, make hyperlink carets blue/change to scoped scss
2020-09-14 15:01:52 -05:00
Xevion
9cc6dbfa50
begin implementing character API fetch routes with rudimentary inefficient paging - character_data.keys() will need caching and surface level data building, perhaps prebuilt.json or runtime var? similar to SeasonList
2020-09-14 12:26:01 -05:00
Xevion
1d9d1d27ad
character name separation and character.json saving, refactor character ID generation to helpers
2020-09-14 12:15:08 -05:00
Xevion
21b471e9d4
begin working on charaters.json CLI data aggregation methods, algolia quote object transform (this needs to be standardized, maybe in the next 10,000 years), rename get_characters
2020-09-14 12:01:20 -05:00
Xevion
61945ce336
Merge remote-tracking branch 'origin/master' into master
2020-09-14 09:52:08 -05:00
Xevion
7755cc6464
add router link via caret right icon
2020-09-14 09:51:17 -05:00
Xevion
8a6cd3912a
basic Season route, list group episodes, placeholder image
2020-09-14 09:34:06 -05:00
Xevion
b3697874dd
Merge pull request #4 from Xevion/dependabot/npm_and_yarn/client/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1 in /client
2020-09-14 07:50:14 -05:00
Xevion
a980050a7b
fix Vuex store data being re-fetched with check, fix .loaded assignment (undefined vs null moment), remove SeasonList popover.show idiocy, Episode.vue comments
2020-09-14 00:54:20 -05:00
Xevion
5ec678ffb0
redo episode data loading to use Vuex, fix isFetched to use .loaded (MERGE_EPISODE), implement Promise (.then) for FETCH_EPISODE
2020-09-13 23:55:11 -05:00
Xevion
a8a4866554
add Skeleton loading to breadcrumbs on Episode.vue, use computed on v-if's
2020-09-12 16:49:12 -05:00
Xevion
67f8c5ed08
router.beforeEach clarifying comment, reduce XL viewport SeasonList/AIS-Search columns, add Skeleton outer skeleton with padding + animation speed adjustments, begin reformatting files to preferred format
2020-09-12 16:36:22 -05:00
Xevion
e6844df2d7
fix SeasonList axios preloading & object merging mutations (SeasonList component ready), change isPreloaded to directly access state variable
2020-09-12 16:17:16 -05:00
Xevion
209e2a9172
fix totals error and add Skeleton loading in Home.vue, remove initial bootstrap import (possibly culprit of massive inline css and errors?), covered by later main.scss imports, remove store.js console.log
2020-09-12 13:39:05 -05:00
Xevion
d9af6b7950
fix SeasonList to use Vuex properly (working Skeleton loading), fix $store vs $state misunderstandings
2020-09-12 13:33:33 -05:00
Xevion
a1a3459ff1
begin developing more Vuex store mutations, actions and getters (fetch episode data)
2020-09-12 10:37:11 -05:00
Xevion
19db8e9e1b
move dozens of component styling rules into main.scss
2020-09-11 13:06:27 -05:00
Xevion
1d109a8ab1
change episode title format, add skeleton loaders & breadcrumbs component
2020-09-11 13:05:27 -05:00
dependabot[bot]
d18c809ce8
Bump node-fetch from 2.6.0 to 2.6.1 in /client
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-11 14:09:38 +00:00
Xevion
e3f4123d89
add developer viewpoint marker, fix Algolia insights API key constant interpolation, move main.scss import (testing bootstrap override interaction)
2020-09-11 08:46:49 -05:00
Xevion
6b37ba5114
fixed laptop vs desktop layouts, fixed main.scss not being used (contained Bootstrap breakpoint adjustments), fix API URL being wrong for public network deployments (possible automatic detection?)
2020-09-09 10:23:01 -05:00
Xevion
6240b72649
adjust bootstrap breakpoint widths (push up XL, LG triggers on my laptop for better layout)
2020-09-09 10:13:09 -05:00
Xevion
00e0fb4da3
switch to global variable file import for scss
2020-09-09 10:12:00 -05:00
Xevion
c0305ef414
dark theme hyperlink color, more reformatting, add navbar + insightsClient to AIS, basic Vuex, VueClipboard import, Router beforeEach guard (currently unused)
2020-09-07 23:46:06 -05:00
Xevion
a0d7a78f73
remove faulty base URL constructor, reformatting, SearchResults remove commented code
2020-09-07 23:40:52 -05:00
Xevion
a74004d305
re-add vue.config.js, update to dist, separate BASE_URL and API_URL for permalink calculation
2020-09-06 16:48:02 -05:00
Xevion
faf9933e47
install algolia insights API (with env var keys) to index.html mount file
2020-09-06 14:01:17 -05:00
Xevion
62f4019666
change all router link to= props into object based references, fix unfinished sceneIndex var refactor, separate quoteList href/hover highlights
2020-09-05 20:23:05 -05:00
Xevion
b5a3499ef1
basic custom Skeleton component for Character, Character page breadcrumbs
2020-09-05 18:44:14 -05:00
Xevion
68a28c693d
beginnings of simple Character page (list button links, base page with card)
2020-09-05 17:14:13 -05:00