fauxvillage
da19a19e9a
corrrect package name in nativeDistributions ( #1042 )
...
* corrrect package name in nativeDistributions
* Update build.gradle.kts
Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
3 years ago
Arkadii Ivanov
1564fb5791
Move TodoApp previews to compose-ui module ( #1002 )
3 years ago
Arkadii Ivanov
696d20c931
Update TodoApp dependencies ( #1001 )
3 years ago
Daniil Shevtsov
592714daa1
Fix compose web examples source code links ( #1006 )
...
* Fix web landing link
* Fix falling balls source code link
3 years ago
Oleksandr Karpovich
6b27ff0256
web: update compose logo in web-landing example
3 years ago
Oleksandr Karpovich
fe560b68e1
web: remove web-getting-started example
...
It was quite trivial. Instead, we have a sufficient tutorial https://github.com/JetBrains/compose-jb/tree/master/tutorials/Web/Getting_Started
3 years ago
Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
3 years ago
Nikolay Igotti
242ec6bbf9
Cleanup samples and adjust for rc5
3 years ago
Nikolay Igotti
481912092d
Move to rc5
3 years ago
Roman Sedaikin
8b16eea289
Updated imageviewer example to use CoroutineScope (loading and processing images).
3 years ago
Igor Demin
aa531e7b32
Codeviewer. Refactor
3 years ago
Nikolay Igotti
05488353ca
MOved todoapp to 1.0.0-alpha1-rc3
3 years ago
Shagen Ogandzhanian
36295121a2
Remove web samples completely
...
We've decided to move in different direction
3 years ago
Nikolay Igotti
eadbe8daed
Theme detection logic.
3 years ago
Shagen Ogandzhanian
16852696f5
Switch all web examples and web template to 1.0.0-alpha1-rc1
3 years ago
Alexey Tsvetkov
079a317c03
Update examples ( #967 )
...
* Update widgets gallery examples
* Update notepad example
* Update issues example
This change updates:
* Gradle to 7.1.1;
* AGP to 7.0.0;
* Compose to 1.0.0-alpha1-rc1;
* Kotlin to 1.5.21.
* Update image viewer example
3 years ago
Nikolay Igotti
54ea726f91
Fix icon setting
3 years ago
Nikolay Igotti
a7bde4a5dc
Move to the new windows API
3 years ago
Nikolay Igotti
0ff88e0d2c
Move todoapp to 1.0.0-alpha1-rc1.
3 years ago
Nikolay Igotti
3f528d14f0
Move to newer platform and IDEA gradle plugin
3 years ago
Nikolay Igotti
88c4e27d6e
Move intellijPlugin to 1.0.0-alpha1-rc1
3 years ago
Nikolay Igotti
0d232be23a
Move few examples to 1.0.0-alpha1-rc1
3 years ago
Shagen Ogandzhanian
87477236ec
Add google repo for all web modules, samples and examples
3 years ago
Shagen Ogandzhanian
9654149ec7
Update web_landing sample and web_langin example with fresher CSS API
3 years ago
Nikolay Igotti
e82aeadf3c
Fix typo.
3 years ago
Shagen Ogandzhanian
6fa567032e
Autogenerate all web examples from samples
...
That would make it easier to keep them consistent and to test them
continuously
3 years ago
Roman Sedaikin
2e571c8734
Updated ImageViewer to 0.5.0-build270
3 years ago
Oleksandr Karpovich
b41344ef41
Web/update tutorials and examples ( #942 )
...
* web: Update tutorials (to use 0.5.0-build270)
* web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Nikolay Igotti
0ed5aa650a
Cleanup warnings, make them errors.
3 years ago
Nikolay Igotti
7798c83da2
Move falling balls to 0.5.0-build270
3 years ago
theapache64
c63ade0ba9
Update web-compose-bird example ( #934 )
...
* bump compose version to 0.5.0-build262 and multiplatform version to 1.5.21
* add method comments
* update demo gif
3 years ago
Nikolay Igotti
f2fec0ea63
Switch repo to compose-jb
3 years ago
Igor Demin
f4f53d69c8
Fix multiple composable windows
...
If we open two windows and close the first one - the second one will jump to the position of the closed one
3 years ago
Arkadii Ivanov
d89671218a
Add previews to TodoApp example ( #909 )
3 years ago
Eric Pabst
386ca357d0
Simplify Compose in React example ( #823 )
...
There is no need to use the attrs function.
3 years ago
Oleksandr Karpovich
774b9793f5
Update web examples to use 0.5.0-build235
3 years ago
Nikolay Igotti
200cb779e7
Add @Preview to Falling Balls demo
3 years ago
Igor Demin
622d2c36bd
Examples. Notepad. Move to 0.5.0-build229
3 years ago
theapache64
f61920c4e4
Compose Bird - Improve Structure ( #838 )
...
* improve structure by reducing number of lines
(removed unnecessary divs, css, composable etc)
* fix resource not found issue
3 years ago
Shagen Ogandzhanian
1a7a1fbbd3
Update web examples after releasing 0.5.0-build228
3 years ago
Shagen Ogandzhanian
4937918a28
Update examples after publishing 0.5.0-build226
3 years ago
theapache64
7f90700f8d
Compose Web Example - Compose Bird ( #797 )
...
* add new compose web example - compose bird
* bump compose web version and fix breaking changes
* refresh .gitignore with new rules
* update README
3 years ago
Arkadii Ivanov
ba7c4293aa
Update TodoApp example readme with Web app ( #796 )
3 years ago
Arkadii Ivanov
8f87cda24d
Add web app for the TodoApp example ( #778 )
...
* Prepare the TodoApp example for adding the JavaScript app
* Add the JavaScript app for the TodoApp example
* TodoApp. Update Compose to 0.5.0-build225.
3 years ago
Shagen Ogandzhanian
c8794cbad6
Update web examples after the 0.5.0-build225 release
3 years ago
Shagen Ogandzhanian
4529645a75
Don't allow to assign null value in attr ( #780 )
...
* Remove atrributes completely and reapply everything
Rather than keeping map with attributes applied
* Don't allow nullable signatures while calling attr
3 years ago
Shagen Ogandzhanian
379fa42e23
Remove redundnant Hr definition since we have it already in DOM API
3 years ago
Shagen Ogandzhanian
94e7ee43cf
Update examples to 0.5.0-build222
3 years ago
Shagen Ogandzhanian
492a5227e1
Update examples to 0.5.0-build221
3 years ago
Shagen Ogandzhanian
9698698bd0
Simplify assignment signatures in CSS properties
3 years ago