-
Notifications
You must be signed in to change notification settings - Fork 90
Js Support #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
KevinSchildhorn
wants to merge
60
commits into
main
Choose a base branch
from
ks/Web4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Js Support #250
Changes from 36 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
50fb3f1
adding js to shared
KevinSchildhorn a5955b8
cleaning up code
KevinSchildhorn f4cbb4e
initial call
KevinSchildhorn c89be89
adding compiler arg
KevinSchildhorn 12ad1e7
Updating Dependencies and fixing deprecation warnings
KevinSchildhorn 5b9acd1
Update Koin.kt
KevinSchildhorn c340c35
Merge branch 'ks/UpdatingDependencies' into ks/Web4
KevinSchildhorn f233d27
Update Koin.kt
KevinSchildhorn a975001
Update Koin.kt
KevinSchildhorn 94ae645
Finalizing JS for Shared
KevinSchildhorn 54aba14
Update build.gradle.kts
KevinSchildhorn 61c00d8
Merge branch 'ks/UpdatingDependencies' into ks/Web4
KevinSchildhorn b5e5944
finalizing shared-ui
KevinSchildhorn 7830f96
Adding small Web Project from Template
KevinSchildhorn 636285c
Updating Web Call
KevinSchildhorn 9b21619
Update WaitForLoadedContextModel.kt
KevinSchildhorn 664a786
Updating sqldelight driver to be suspend and fixing some issues with …
KevinSchildhorn c76364e
temporary merges for JS
KevinSchildhorn 0c78ac8
Moving ViewModels to factory
KevinSchildhorn adc50fc
Adding favicon and attempting to fix sqldelight for web
KevinSchildhorn 44c15f1
Revert "Moving ViewModels to factory"
KevinSchildhorn 4e89e9b
Adding changes for
KevinSchildhorn dc5d187
fixing issues
KevinSchildhorn 615d65d
Moving factories into another file
KevinSchildhorn 5c8dc69
Fixing issues with images and fixing SQLDelight async issues
KevinSchildhorn 3d40d6b
Fixing issues with Sponsor images
KevinSchildhorn b8b4202
Making ConferenceConfigProvider suspendable
KevinSchildhorn 876e38b
Adding adaptive layout features
KevinSchildhorn 790c44b
Updating date and main view
KevinSchildhorn df3f596
Updating sponsors view and fixing animations
KevinSchildhorn 39fbf1b
Adjusting Images
KevinSchildhorn 9b0d4d8
updating empty view
KevinSchildhorn 07d6119
formatting
KevinSchildhorn bdbb364
Update libs.versions.toml
KevinSchildhorn 124cf9b
Merge branch 'main' into ks/Web4
KevinSchildhorn 4559a4d
formatting
KevinSchildhorn 3dac4be
Responding to comments
KevinSchildhorn ef845f9
Updating the platform
KevinSchildhorn d2eec98
fixing minor issues
KevinSchildhorn 26c6f76
Update shared/src/jsMain/kotlin/co/touchlab/droidcon/Koin.js.kt
KevinSchildhorn fdc7789
Update shared-ui/src/commonMain/kotlin/co.touchlab.droidcon/viewmodel…
KevinSchildhorn c96a19e
Update shared-ui/src/commonMain/kotlin/co.touchlab.droidcon/viewmodel…
KevinSchildhorn 7bed0af
Update shared-ui/src/commonMain/kotlin/co.touchlab.droidcon/viewmodel…
KevinSchildhorn b355c0a
Update shared-ui/src/commonMain/kotlin/co.touchlab.droidcon/ui/MainCo…
KevinSchildhorn d298ef9
Update shared/src/commonMain/kotlin/co/touchlab/droidcon/domain/servi…
KevinSchildhorn 3b5d3e7
Update shared/src/commonMain/kotlin/co/touchlab/droidcon/domain/servi…
KevinSchildhorn 6a6b0de
Update shared/src/commonMain/kotlin/co/touchlab/droidcon/domain/servi…
KevinSchildhorn 8992cf7
Update shared/src/commonMain/kotlin/co/touchlab/droidcon/domain/servi…
KevinSchildhorn bd6ba7f
removing logs and responding to comments
KevinSchildhorn a85510e
Adding KotlinXDateFormatterTest
KevinSchildhorn 79db5a3
Apply suggestions from code review
KevinSchildhorn b5dd8ac
Fixing various issues and adding multiple tests
KevinSchildhorn 372bed8
Merge branch 'ks/Web4' of https://github.com/touchlab/DroidconKotlin …
KevinSchildhorn 7568a17
Moving localization
KevinSchildhorn 110417d
formatting
KevinSchildhorn 79425a2
Fixing CI issues
KevinSchildhorn 4c943ab
Update SqlDelightConferenceRepository.kt
KevinSchildhorn 74fdee9
Update SqlDelightConferenceRepository.kt
KevinSchildhorn f6db0b5
Adding a common AnalyticsService
KevinSchildhorn 15b8297
Update build.yml
KevinSchildhorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,8 @@ subprojects { | |
| } | ||
| } | ||
| } | ||
|
|
||
| /* | ||
| tasks.register<Delete>("clean") { | ||
| delete(rootProject.layout.buildDirectory) | ||
| } | ||
| */ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
ios/src/iosMain/kotlin/co/touchlab/droidcon/ios/util/formatter/IOSDateFormatter.kt
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
| # yarn lockfile v1 | ||
|
|
||
|
|
||
| "@js-joda/core@3.2.0": | ||
| version "3.2.0" | ||
| resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-3.2.0.tgz#3e61e21b7b2b8a6be746df1335cf91d70db2a273" | ||
| integrity sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg== |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.