Coder Social home page Coder Social logo

harmony-development / loqui Goto Github PK

View Code? Open in Web Editor NEW
63.0 3.0 6.0 8.63 MB

A Harmony client made with Rust using the egui GUI library.

License: GNU General Public License v3.0

Nix 1.65% Rust 96.88% Shell 0.34% Meson 0.27% HTML 0.72% JavaScript 0.16%
rust harmony-protocol client harmony chat egui

loqui's People

Contributors

dependabot[bot] avatar pontaoski avatar your-sudden-death avatar yusdacra avatar zofiazementa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

loqui's Issues

Web issues

  • reduce WASM size (don't put fonts in WASM, try using wee_alloc, try to remove serde?)
  • browser fonts cant be used? we should investigate a way to get font data using JS
  • clipboard doesn't work still? it works in egui demo but not on loqui (we have web_sys_unstable_apis enabled)
  • mobile is a mess (using native scaling factor results in overflow, text input is almost broken)

feat: support federation properly

(this only applies to refactored branch currently)

loqui does not support federation properly. Things to take care of:

  • create ID types for guilds / private channels that include server_id so we can distinguish them properly in our state,
  • create a connection struct for managing server connections, implement a call method on it that takes a server_id and request,
  • make sure all server_ids we have in codebase is used.

handle presentation

// TODO: handle presentation
let mut field = Vec::with_capacity(3);
field.push(label!(&f.title).size(DEF_SIZE - 1).into());
if let Some(subtitle) = f.subtitle.as_deref() {
field.push(label!(subtitle).size(DEF_SIZE - 3).into());


This issue was generated by todo based on a TODO comment in b25dae4. It's been assigned to @yusdacra because they committed the code.

feat: improve current uploading files dialog

Currently files being uploaded will only be shown, with no way to interact with them. We should be able to cancel uploads seperately (or all of them). A better way to show these uploads should also be done, as the current way is too disruptive.

feat: improve message composer

  • make it resize automatically to about 4 lines (need to figure out how many lines we have in UI code) instead we resize to 4 lines on focus now (7e6370f)
  • above 4 lines, it should use a scroll area for showing other text
  • make it so that it doesnt get text on web when using hotkeys

feat: show multiple embeds

// TODO: show multiple embeds
if let Some(embed) = embeds.first() {
let put_heading =
|embed_widgets: &mut Vec<Element<'a, Message>>, h: &EmbedHeading, state: &'a mut button::State| {
let mut heading = Vec::with_capacity(3);


This issue was generated by todo based on a TODO comment in b25dae4. It's been assigned to @yusdacra because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.