This website requires JavaScript.
Explore
Help
Sign in
Sulkta-Coop
/
element-x-ada
Watch
2
Star
0
Fork
You've already forked element-x-ada
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
80d49543ef
element-x-ada
/
features
/
viewfolder
/
impl
History
Download ZIP
Download TAR.GZ
Benoit Marty
80d49543ef
FileViewer: fix coloration issue for logs files.
2024-01-26 11:45:01 +01:00
..
src
FileViewer: fix coloration issue for logs files.
2024-01-26 11:45:01 +01:00
build.gradle.kts
Change type of
ViewFileState.lines
from
ImmutableList<String>
to
AsyncData<List<String>>
to properly handle loading and error states.
2024-01-25 10:21:28 +01:00