Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
92f9a06
Update kotlin and reactjs.
Nekoyue Apr 2, 2020
a2588ce
Merge pull request #1 from Nekoyue/step-01-setting-up
SebastianAigner Apr 2, 2020
13ec914
Add typesafe HTML representation of website
SebastianAigner Feb 5, 2020
daf1370
Move HTML to App component
SebastianAigner Feb 5, 2020
608b912
Lift currentVideo state to app, remove video list state
SebastianAigner Feb 5, 2020
8c1735d
Extract video player component
SebastianAigner Feb 5, 2020
4e6f7f4
Move HTML to App component
SebastianAigner Feb 5, 2020
6fec6c0
Lift currentVideo state to app, remove video list state
SebastianAigner Feb 5, 2020
37ec432
Extract video player component
SebastianAigner Feb 5, 2020
8d70792
Add react-player and react-share definitions
SebastianAigner Feb 5, 2020
538edef
Use external API and coroutines to get real video information
SebastianAigner Feb 5, 2020
1a483fc
Move HTML to App component
SebastianAigner Feb 5, 2020
8e770eb
Update code to 1.4
SebastianAigner Aug 17, 2020
3416a2e
Merge branch 'master' into step-02-first-static-page
SebastianAigner Aug 19, 2020
87a28b1
Merge branch 'step-02-first-static-page' into step-03-first-component
SebastianAigner Aug 19, 2020
aa0a5f6
kotlin.browser => kotlinx.browser
SebastianAigner Aug 19, 2020
33eb3a1
Merge branch 'step-03-first-component' into step-04-composing-components
SebastianAigner Aug 19, 2020
2b48b2c
Merge branch 'step-04-composing-components' into step-05-more-components
SebastianAigner Aug 19, 2020
92de345
Merge branch 'step-05-more-components' into step-06-packages-from-npm
SebastianAigner Aug 19, 2020
29e7a6c
Merge branch 'step-06-packages-from-npm' into step-07-using-external-…
SebastianAigner Aug 19, 2020
dae2920
Correction: Fix Browser import statement
byteshiva Oct 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
kotlin.browser => kotlinx.browser
  • Loading branch information
SebastianAigner committed Aug 19, 2020
commit aa0a5f604c5883a5a86fb02167ba16798739033c
2 changes: 1 addition & 1 deletion src/main/kotlin/VideoList.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import kotlinx.html.js.onClickFunction
import kotlin.browser.window
import kotlinx.browser.window
import react.*
import react.dom.*

Expand Down