Commit Graph

118 Commits

Author SHA1 Message Date
Resi Respati 9441b95e6d
added link to ~karlen's page 2018-06-27 22:15:35 +07:00
Resi Respati ea50103626 fixed dodgy array reversing I just did 2017-12-28 11:08:45 +07:00
Resi Respati 0095d29456 a video may not have tags 2017-12-28 10:51:09 +07:00
Resi Respati 80036ae860 reverse carousel order in videos 2017-12-28 10:42:28 +07:00
Resi Respati 168d6d89ab make button use the default font stack 2017-12-28 10:42:14 +07:00
Resi Respati fbd97acb3f chore: add npm lockfile to gitignore
since we use yarn, this can be ignored
2017-12-21 00:46:34 +07:00
Resi Respati 01d0bbcd2c
Merge pull request #2 from tildetown/react-rewrite
feat: react rewrite
2017-12-21 00:44:55 +07:00
Resi Respati 1dac847f4c fix: use HashRouter instead 2017-12-21 00:41:37 +07:00
Resi Respati a0c3036228 style(Video): VideoTagFooter -> VideoTimestamp 2017-12-21 00:36:26 +07:00
Resi Respati 2f10e5c270 style(Video): make metadata font size smaller 2017-12-21 00:35:26 +07:00
Resi Respati 0e4ebe6d32 chore: enzyme et al. should be listed as dependencies 2017-12-21 00:34:32 +07:00
Resi Respati 417be58c76 test: test with enzyme 2017-12-21 00:29:44 +07:00
Resi Respati 9a7c4e28cb refactor: minor housekeeping 2017-12-21 00:21:15 +07:00
Resi Respati 6571d6742c fix: fixed baseurl 2017-12-21 00:16:25 +07:00
Resi Respati c12981ff0d feat: added mobile navigation 2017-12-21 00:09:48 +07:00
Resi Respati 1aade30333 style(Button): remove unused props 2017-12-21 00:07:53 +07:00
Resi Respati 1817fe04d7 fix: minor fixes to PageHeader 2017-12-20 23:47:47 +07:00
Resi Respati 348d8f941a fix: move CW overlay inside the video wrapper 2017-12-20 23:43:48 +07:00
Resi Respati b4674b321e feat: add footer 2017-12-20 23:41:10 +07:00
Resi Respati 0a72c8f4d6 refactor: add small button size, use it in CW wrapper 2017-12-20 23:41:01 +07:00
Resi Respati 33b86b1642 Finalised Video component display 2017-12-20 22:45:51 +07:00
Resi Respati c386806ce4 fix: reworked typography scaling 2017-12-20 22:21:10 +07:00
Resi Respati 943bf927fb feat: initial work on pagination 2017-12-20 18:56:09 +07:00
Resi Respati 4cbc6ca1c4 chore: remove react-paginate 2017-12-20 18:40:29 +07:00
Resi Respati 2edd95b04c chore(npm): cleaned up package.json 2017-12-20 16:17:25 +07:00
Resi Respati 3984e334f8 refactor: remove unused components 2017-12-20 13:44:54 +07:00
Resi Respati ce5b780dd1 refactor: created own component for page header, filled in playground a bit 2017-12-20 13:27:44 +07:00
Resi Respati 5fe0453353 feat: added Button component, restructured video components 2017-12-20 01:04:21 +07:00
Resi Respati 55e3e74818 fix: removed react-spinkit 2017-12-20 00:28:05 +07:00
Resi Respati 5419c2d318 refactor: redesigned most UI components 2017-12-20 00:14:15 +07:00
Resi Respati 7421b8f3da chore: re-added license 2017-12-19 21:56:46 +07:00
Resi Respati ff0140134f build: initial commit with React 2017-12-19 19:26:16 +07:00
Resi Respati 27ad8f9bb4 build: nuke old Vue app 2017-12-19 19:25:23 +07:00
Resi Respati f5304c0b4e fix(*): minor style cleanups 2017-12-13 16:00:15 +07:00
Resi Respati 138eb83bc3 turned CW toggle to wrapper 2017-12-13 15:48:24 +07:00
Resi Respati f1e59c9b3c Updated readme, prepare publishing to tildetown org 2017-08-23 12:38:05 +07:00
Resi Respati 0bba9c0fb8 Added sample archived videos API 2017-08-13 23:14:29 +07:00
Resi Respati e9e7920f3f Use `v-bind:key` for iterated elements 2017-08-13 21:46:43 +07:00
Resi Respati 69046ed41c Updated packages 2017-08-13 21:45:55 +07:00
Resi Respati f2828862d2 fix(Videos): don't cache the JSON response 2017-06-04 21:00:26 +07:00
Resi Respati d2ee8da8a9 fix(Videos): don't use direct API link 2017-05-24 12:17:06 +07:00
Resi Respati f7250e7112 style(Videos): added message for when playlist is empty 2017-05-20 14:33:34 +07:00
Resi Respati 5f3c90fbf8 style(Videos): removed `console.log()` 2017-05-20 13:53:16 +07:00
Resi Respati 817e47906d refactor: removed `vue-fetch-data` in favour of `axios` 2017-05-20 13:52:32 +07:00
Resi Respati 0ac3423bc9
refactor(router): router enhancements 2017-04-24 22:13:43 +07:00
Resi Respati 742a74cd42
docs(Howto): changed help text a bit 2017-04-24 21:16:18 +07:00
Resi Respati 2996f2d20f
fix: redirect '/' to '/about' 2017-04-24 16:43:59 +07:00
Resi Respati 6f2e973c82
docs: minor text fixes 2017-04-24 16:15:49 +07:00
Resi Respati 0a9fc91c3b
docs(Hello): minor landing page fixes 2017-04-24 15:36:31 +07:00
Resi Respati 1a2be62bc6
docs(Hello): updated welcome text 2017-04-24 15:25:59 +07:00