trixnity-messenger-playground

A playground for trixnity-messenger based on jetbrains compose-html
git clone git://archive.git.mtrnord.blog/MTRNord/trixnity-messenger-playground.git
Log | Files | Refs | README

commit ffaeabadb682f7be2add190378569ad3f32e6713
parent 98b1a831b3732290b49dd1fbe270c876c9c4d486
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 27 Sep 2023 11:51:14 +0200

chore: remove idea folder and bump logs and fix version

Diffstat:
M.gitignore | 6++++--
D.idea/artifacts/MagicMatrix_js.xml | 9---------
D.idea/gradle.xml | 17-----------------
D.idea/misc.xml | 9---------
D.idea/uiDesigner.xml | 125-------------------------------------------------------------------------------
D.idea/vcs.xml | 7-------
D.idea/workspace.xml | 274-------------------------------------------------------------------------------
Mgradle/libs.versions.toml | 2+-
Msrc/jsMain/kotlin/Main.kt | 3+++
9 files changed, 8 insertions(+), 444 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -39,4 +39,7 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store -\ No newline at end of file +.DS_Store + +### Idea ### +.idea diff --git a/.idea/artifacts/MagicMatrix_js.xml b/.idea/artifacts/MagicMatrix_js.xml @@ -1,8 +0,0 @@ -<component name="ArtifactManager"> - <artifact type="jar" name="MagicMatrix-js"> - <output-path>/var/home/marcel/IdeaProjects/MagicMatrix/build/libs</output-path> - <root id="archive" name="MagicMatrix-js.jar"> - <element id="module-output" name="IdeaProjects.MagicMatrix.jsMain" /> - </root> - </artifact> -</component> -\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="GradleMigrationSettings" migrationVersion="1" /> - <component name="GradleSettings"> - <option name="linkedExternalProjectsSettings"> - <GradleProjectSettings> - <option name="externalProjectPath" value="$PROJECT_DIR$" /> - <option name="modules"> - <set> - <option value="/var/home/marcel/IdeaProjects/MagicMatrix" /> - </set> - </option> - </GradleProjectSettings> - </option> - </component> -</project> -\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ExternalStorageConfigurationManager" enabled="true" /> - <component name="FrameworkDetectionExcludesConfiguration"> - <file type="web" url="file:///var/home/marcel/IdeaProjects/MagicMatrix" /> - </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="19" project-jdk-type="JavaSDK" /> -</project> -\ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml @@ -1,124 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Palette2"> - <group name="Swing"> - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> - </item> - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> - </item> - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.svg" removable="false" auto-create-binding="false" can-attach-label="true"> - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> - <initial-values> - <property name="text" value="Button" /> - </initial-values> - </item> - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="RadioButton" /> - </initial-values> - </item> - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="CheckBox" /> - </initial-values> - </item> - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="Label" /> - </initial-values> - </item> - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> - <preferred-size width="200" height="200" /> - </default-constraints> - </item> - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> - <preferred-size width="200" height="200" /> - </default-constraints> - </item> - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.svg" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> - </item> - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> - <preferred-size width="-1" height="20" /> - </default-constraints> - </item> - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.svg" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> - </item> - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.svg" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> - </item> - </group> - </component> -</project> -\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="Git" /> - </component> -</project> -\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml @@ -1,273 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="AutoImportSettings"> - <option name="autoReloadType" value="SELECTIVE" /> - </component> - <component name="ChangeListManager"> - <list default="true" id="fc5af14b-7484-46dc-b4cb-0394f9dc3dda" name="Changes" comment="Feat: Partially implement password login"> - <change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/build.gradle.kts" beforeDir="false" afterPath="$PROJECT_DIR$/build.gradle.kts" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/gradle.properties" beforeDir="false" afterPath="$PROJECT_DIR$/gradle.properties" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/kotlin-js-store/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/kotlin-js-store/yarn.lock" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/src/jsMain/kotlin/pages/Login.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/jsMain/kotlin/pages/Login.kt" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/webpack.config.d/webpack-olm.js" beforeDir="false" afterPath="$PROJECT_DIR$/webpack.config.d/webpack-olm.js" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/gradle.xml" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/gradle.xml" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/workspace.xml" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/workspace.xml" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/build.gradle.kts" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/build.gradle.kts" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/gradle.properties" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/gradle.properties" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/gradle/libs.versions.toml" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/gradle/libs.versions.toml" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/kotlin-js-store/yarn.lock" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/kotlin-js-store/yarn.lock" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/src/jsMain/kotlin/Main.kt" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/src/jsMain/kotlin/Main.kt" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/src/jsMain/kotlin/pages/Login.kt" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/src/jsMain/kotlin/pages/Login.kt" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/webpack.config.d/webpack-olm.js" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/webpack.config.d/webpack-olm.js" afterDir="false" /> - </list> - <option name="SHOW_DIALOG" value="false" /> - <option name="HIGHLIGHT_CONFLICTS" value="true" /> - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> - <option name="LAST_RESOLUTION" value="IGNORE" /> - </component> - <component name="ExternalProjectsData"> - <projectState path="$PROJECT_DIR$"> - <ProjectState /> - </projectState> - </component> - <component name="ExternalProjectsManager"> - <system id="GRADLE"> - <state> - <task path="$PROJECT_DIR$"> - <activation /> - </task> - <task path="/var/home/marcel/IdeaProjects/MagicMatrix"> - <activation /> - </task> - <projects_view> - <tree_state> - <expand /> - <select /> - </tree_state> - </projects_view> - </state> - </system> - </component> - <component name="FormatOnSaveOptions"> - <option name="myRunOnSave" value="true" /> - </component> - <component name="Git.Settings"> - <option name="RECENT_GIT_ROOT_PATH" value="/var/home/marcel/IdeaProjects/MagicMatrix" /> - <option name="ROOT_SYNC" value="SYNC" /> - </component> - <component name="GitHubPullRequestSearchHistory">{ - &quot;lastFilter&quot;: { - &quot;state&quot;: &quot;OPEN&quot;, - &quot;assignee&quot;: &quot;MTRNord&quot; - } -}</component> - <component name="GithubPullRequestsUISettings"> - <option name="selectedUrlAndAccountId"> - <UrlAndAccount> - <option name="accountId" value="9a1af0a7-c3dc-4936-84f6-ef5fbb40a417" /> - <option name="url" value="git@github.com:MTRNord/trixnity-messenger-playground.git" /> - </UrlAndAccount> - </option> - </component> - <component name="OptimizeOnSaveOptions"> - <option name="myRunOnSave" value="true" /> - </component> - <component name="ProjectColorInfo">{ - &quot;customColor&quot;: &quot;&quot;, - &quot;associatedIndex&quot;: 4 -}</component> - <component name="ProjectId" id="2VwHNzvSv2Sslp2QwykXo6gnL8v" /> - <component name="ProjectViewState"> - <option name="hideEmptyMiddlePackages" value="true" /> - <option name="showLibraryContents" value="true" /> - </component> - <component name="PropertiesComponent">{ - &quot;keyToString&quot;: { - &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;, - &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;, - &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;, - &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;, - &quot;git-widget-placeholder&quot;: &quot;main&quot;, - &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;, - &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;, - &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;, - &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;, - &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;, - &quot;settings.editor.selected.configurable&quot;: &quot;actions.on.save&quot;, - &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot; - } -}</component> - <component name="RunManager" selected="Gradle.MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [jsBrowserRun]"> - <configuration name="MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [clean]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> - <ExternalSystemSettings> - <option name="executionName" /> - <option name="externalProjectPath" value="/var/home/marcel/IdeaProjects/MagicMatrix" /> - <option name="externalSystemIdString" value="GRADLE" /> - <option name="scriptParameters" /> - <option name="taskDescriptions"> - <list /> - </option> - <option name="taskNames"> - <list> - <option value="clean" /> - </list> - </option> - <option name="vmOptions" /> - </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> - <RunAsTest>false</RunAsTest> - <method v="2" /> - </configuration> - <configuration name="MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [jsBrowserRun]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> - <ExternalSystemSettings> - <option name="executionName" /> - <option name="externalProjectPath" value="/var/home/marcel/IdeaProjects/MagicMatrix" /> - <option name="externalSystemIdString" value="GRADLE" /> - <option name="scriptParameters" value="--continuous" /> - <option name="taskDescriptions"> - <list /> - </option> - <option name="taskNames"> - <list> - <option value="jsBrowserRun" /> - </list> - </option> - <option name="vmOptions" /> - </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> - <RunAsTest>false</RunAsTest> - <method v="2" /> - </configuration> - <configuration name="MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [kotlinUpgradeYarnLock]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> - <ExternalSystemSettings> - <option name="executionName" /> - <option name="externalProjectPath" value="/var/home/marcel/IdeaProjects/MagicMatrix" /> - <option name="externalSystemIdString" value="GRADLE" /> - <option name="scriptParameters" /> - <option name="taskDescriptions"> - <list /> - </option> - <option name="taskNames"> - <list> - <option value="kotlinUpgradeYarnLock" /> - </list> - </option> - <option name="vmOptions" /> - </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> - <RunAsTest>false</RunAsTest> - <method v="2" /> - </configuration> - <recent_temporary> - <list> - <item itemvalue="Gradle.MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [jsBrowserRun]" /> - <item itemvalue="Gradle.MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [clean]" /> - <item itemvalue="Gradle.MagicMatrix::var:home:marcel:IdeaProjects:MagicMatrix [kotlinUpgradeYarnLock]" /> - </list> - </recent_temporary> - </component> - <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> - <component name="TaskManager"> - <task active="true" id="Default" summary="Default task"> - <changelist id="fc5af14b-7484-46dc-b4cb-0394f9dc3dda" name="Changes" comment="" /> - <created>1695740188018</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1695740188018</updated> - <workItem from="1695740189223" duration="16753000" /> - <workItem from="1695802254211" duration="1894000" /> - </task> - <task id="LOCAL-00001" summary="Fix: Fix typo in workflow file"> - <option name="closed" value="true" /> - <created>1695742610836</created> - <option name="number" value="00001" /> - <option name="presentableId" value="LOCAL-00001" /> - <option name="project" value="LOCAL" /> - <updated>1695742610836</updated> - </task> - <task id="LOCAL-00002" summary="Fix: Make sure the artifact has the right name and also ensure we properly load the right things and use recent webpack"> - <option name="closed" value="true" /> - <created>1695743685586</created> - <option name="number" value="00002" /> - <option name="presentableId" value="LOCAL-00002" /> - <option name="project" value="LOCAL" /> - <updated>1695743685586</updated> - </task> - <task id="LOCAL-00003" summary="Feat: Add silk and make sure the right folder is packaged"> - <option name="closed" value="true" /> - <created>1695744067985</created> - <option name="number" value="00003" /> - <option name="presentableId" value="LOCAL-00003" /> - <option name="project" value="LOCAL" /> - <updated>1695744067985</updated> - </task> - <task id="LOCAL-00004" summary="Fix: use correct github action"> - <option name="closed" value="true" /> - <created>1695744650898</created> - <option name="number" value="00004" /> - <option name="presentableId" value="LOCAL-00004" /> - <option name="project" value="LOCAL" /> - <updated>1695744650898</updated> - </task> - <task id="LOCAL-00005" summary="Feat: Add very early and basic state handling"> - <option name="closed" value="true" /> - <created>1695745278124</created> - <option name="number" value="00005" /> - <option name="presentableId" value="LOCAL-00005" /> - <option name="project" value="LOCAL" /> - <updated>1695745278124</updated> - </task> - <task id="LOCAL-00006" summary="Cleanup"> - <option name="closed" value="true" /> - <created>1695746206343</created> - <option name="number" value="00006" /> - <option name="presentableId" value="LOCAL-00006" /> - <option name="project" value="LOCAL" /> - <updated>1695746206343</updated> - </task> - <task id="LOCAL-00007" summary="Feat: Partially implement password login"> - <option name="closed" value="true" /> - <created>1695756319632</created> - <option name="number" value="00007" /> - <option name="presentableId" value="LOCAL-00007" /> - <option name="project" value="LOCAL" /> - <updated>1695756319632</updated> - </task> - <option name="localTasksCounter" value="8" /> - <servers /> - </component> - <component name="TypeScriptGeneratedFilesManager"> - <option name="version" value="3" /> - </component> - <component name="Vcs.Log.Tabs.Properties"> - <option name="TAB_STATES"> - <map> - <entry key="MAIN"> - <value> - <State /> - </value> - </entry> - </map> - </option> - </component> - <component name="VcsManagerConfiguration"> - <MESSAGE value="Initial Commit" /> - <MESSAGE value="Feat: Readd Github deployment" /> - <MESSAGE value="Fix: Fix typo in workflow file" /> - <MESSAGE value="Fix: Make sure the artifact has the right name and also ensure we properly load the right things and use recent webpack" /> - <MESSAGE value="Feat: Add silk and make sure the right folder is packaged" /> - <MESSAGE value="Fix: use correct github action" /> - <MESSAGE value="Feat: Add very early and basic state handling" /> - <MESSAGE value="Cleanup" /> - <MESSAGE value="Feat: Partially implement password login" /> - <option name="LAST_COMMIT_MESSAGE" value="Feat: Partially implement password login" /> - </component> -</project> -\ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] jetbrains-compose = "1.5.2" kotlin = "1.9.10" -trixnity = "1.0.6-SNAPSHOT" +trixnity = "1.0.6" koin = "1.1.0" kobweb = "0.14.0" diff --git a/src/jsMain/kotlin/Main.kt b/src/jsMain/kotlin/Main.kt @@ -15,6 +15,8 @@ import de.connect2x.trixnity.messenger.viewmodel.RootViewModel import de.connect2x.trixnity.messenger.viewmodel.RootViewModelImpl import de.connect2x.trixnity.messenger.viewmodel.connecting.MatrixClientInitializationViewModel import de.connect2x.trixnity.messenger.viewmodel.util.toFlow +import io.github.oshai.kotlinlogging.KotlinLoggingConfiguration +import io.github.oshai.kotlinlogging.Level import kotlinx.browser.document import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.flow.mapLatest @@ -28,6 +30,7 @@ import org.koin.dsl.koinApplication import org.w3c.dom.HTMLElement fun main() { + KotlinLoggingConfiguration.LOG_LEVEL = Level.DEBUG // Init Kobweb initSilk()