Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got the program working but there seems to be some issues #21

Open
electriconlinefriend opened this issue Nov 14, 2023 · 3 comments
Open

Comments

@electriconlinefriend
Copy link

  1. server icons arent showing up
  2. i cant scroll through the text channels
  3. no messages are showing up
  4. member list isnt showing up
  5. any messages sent in any text channel doesnt actually get posted on the server
  6. servers, catagories, and channels show up out of order
  7. the screen flickers when i hover over any channel
@DoaJCBlogger
Copy link
Owner

Sorry it took so long to respond. I've been really busy with work lately.

  1. I fixed that. I'll upload the changes later
  2. After I upload the latest version, let me know if this is still an issue
  3. It doesn't download the backlog yet so you have to be in the channel at the time a message is sent
  4. The data model is there but I haven't added a UI for it yet
  5. I added an event handler for when the user presses Enter in the box and I should only need a few more lines of code for it to actually send the message
  6. The program shows things in the order that Discord sends them. I don't do any sorting yet but I can look into it
  7. Right now, the program redraws everything every time the UI has to be repainted. I can try to fix that later.

@KaanAlper
Copy link

@DoaJCBlogger will you update soon?

@DoaJCBlogger
Copy link
Owner

I'll see if I can find some time to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants