daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.github/workflows/check.yml17L
-rw-r--r--.github/workflows/deploy.yml43L
-rw-r--r--.github/workflows/tests.yml66L
-rw-r--r--.gitignore8L
-rw-r--r--.idea/.gitignore8L
-rw-r--r--.idea/Daydream.iml13L
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml18L
-rw-r--r--.idea/jsLibraryMappings.xml6L
-rw-r--r--.idea/jsonSchemas.xml25L
-rw-r--r--.idea/misc.xml6L
-rw-r--r--.idea/modules.xml8L
-rw-r--r--.idea/vcs.xml6L
-rw-r--r--Cargo.lock2192L
-rw-r--r--Cargo.toml82L
-rw-r--r--LICENSE661L
-rw-r--r--Makefile.toml122L
-rw-r--r--README.md177L
-rw-r--r--cypress.json5L
-rw-r--r--cypress/fixtures/login.json5L
-rw-r--r--cypress/integration/login_spec.js25L
-rw-r--r--cypress/integration/matrix-fake-api.js193L
-rw-r--r--cypress/integration/roomlist_spec.js41L
-rw-r--r--cypress/integration/utils.js21L
-rw-r--r--cypress/plugins/index.js21L
-rw-r--r--cypress/support/commands.js25L
-rw-r--r--cypress/support/index.js20L
-rw-r--r--i18n.toml11L
-rw-r--r--i18n/mo/de/daydream.mo617B
-rw-r--r--i18n/po/de/daydream.po49L
-rw-r--r--i18n/pot/daydream.pot54L
-rw-r--r--i18n/pot/src/app/components/event_list.pot18L
-rw-r--r--i18n/pot/src/app/components/events/image.pot18L
-rw-r--r--i18n/pot/src/app/components/events/mod.pot18L
-rw-r--r--i18n/pot/src/app/components/events/notice.pot18L
-rw-r--r--i18n/pot/src/app/components/events/text.pot18L
-rw-r--r--i18n/pot/src/app/components/events/video.pot18L
-rw-r--r--i18n/pot/src/app/components/input.pot18L
-rw-r--r--i18n/pot/src/app/components/mod.pot23L
-rw-r--r--i18n/pot/src/app/components/raw_html.pot18L
-rw-r--r--i18n/pot/src/app/components/room_list.pot28L
-rw-r--r--i18n/pot/src/app/components/room_list/item.pot18L
-rw-r--r--i18n/pot/src/app/components/room_list/mod.pot23L
-rw-r--r--i18n/pot/src/app/matrix/login.pot18L
-rw-r--r--i18n/pot/src/app/matrix/mod.pot18L
-rw-r--r--i18n/pot/src/app/matrix/sync.pot18L
-rw-r--r--i18n/pot/src/app/matrix/types.pot18L
-rw-r--r--i18n/pot/src/app/mod.pot54L
-rw-r--r--i18n/pot/src/app/views/login.pot44L
-rw-r--r--i18n/pot/src/app/views/main_view.pot23L
-rw-r--r--i18n/pot/src/app/views/mod.pot49L
-rw-r--r--i18n/pot/src/bin/app.pot18L
-rw-r--r--i18n/pot/src/bin/native_worker.pot18L
-rw-r--r--i18n/pot/src/constants.pot18L
-rw-r--r--i18n/pot/src/errors.pot18L
-rw-r--r--i18n/pot/src/lib.pot54L
-rw-r--r--i18n/pot/src/utils/mod.pot18L
-rw-r--r--i18n/pot/src/utils/notifications.pot18L
-rw-r--r--i18n/pot/src/utils/ruma.pot18L
-rw-r--r--i18n/pot/src/utils/string_utils.pot18L
-rw-r--r--media/DaydreamLogo.ai6533L
-rw-r--r--netlify.toml11L
-rw-r--r--package-lock.json2028L
-rw-r--r--package.json19L
-rw-r--r--src/app/components/event_list.rs236L
-rw-r--r--src/app/components/events/image.rs100L
-rw-r--r--src/app/components/events/mod.rs59L
-rw-r--r--src/app/components/events/notice.rs104L
-rw-r--r--src/app/components/events/text.rs129L
-rw-r--r--src/app/components/events/video.rs108L
-rw-r--r--src/app/components/input.rs77L
-rw-r--r--src/app/components/mod.rs5L
-rw-r--r--src/app/components/raw_html.rs49L
-rw-r--r--src/app/components/room_list/item.rs85L
-rw-r--r--src/app/components/room_list/mod.rs222L
-rw-r--r--src/app/matrix/login.rs75L
-rw-r--r--src/app/matrix/mod.rs441L
-rw-r--r--src/app/matrix/sync.rs200L
-rw-r--r--src/app/matrix/types.rs29L
-rw-r--r--src/app/mod.rs126L
-rw-r--r--src/app/svgs/DaydreamLogo_v0.svg1L
-rw-r--r--src/app/svgs/DaydreamLogo_v0_light.svg1L
-rw-r--r--src/app/svgs/loading_animation.svg29L
-rw-r--r--src/app/views/login.rs261L
-rw-r--r--src/app/views/main_view.rs96L
-rw-r--r--src/app/views/mod.rs2L
-rw-r--r--src/bin/app.rs30L
-rw-r--r--src/bin/native_worker.rs19L
-rw-r--r--src/constants.rs1L
-rw-r--r--src/errors.rs44L
-rw-r--r--src/lib.rs6L
-rw-r--r--src/utils/mod.rs3L
-rw-r--r--src/utils/notifications.rs64L
-rw-r--r--src/utils/ruma.rs47L
-rw-r--r--src/utils/string_utils.rs51L
-rw-r--r--static/custom-css.scss675L
-rw-r--r--static/dark_theme/_globals.scss11L
-rw-r--r--static/dark_theme/_variables.scss5L
-rw-r--r--static/images/login_bg.jpg1807387B
-rw-r--r--static/images/login_bg.webp156064B
-rw-r--r--static/index.html16L
-rw-r--r--static/index_rust_only.html22L
-rw-r--r--static/light_theme/_globals.scss10L
-rw-r--r--static/light_theme/_variables.scss1L
-rw-r--r--static/lightbox.scss136L
-rw-r--r--static/normalize.css349L
-rw-r--r--static/style.scss29L
-rw-r--r--static/sun-loading-animation.scss85L
-rw-r--r--static/theme_slider.scss208L
-rw-r--r--static/variable-ovewrites.scss15L
-rw-r--r--webdriver.json15L