Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Bug Fixes and Feature Requests for Improved UX

Open sebastianjnuwu opened this issue 1 year ago • 8 comments

Lately I've noticed some bugs and small:

  • [x] When I search for a plugin the scroll bar doesn't work! https://github.com/deadlyjack/Acode/pull/1002

  • [x] Plugins filter option https://github.com/deadlyjack/Acode/pull/1011

  • [x] favicon.ico is no longer displayed, open its raw image.

  • [x] Add a confirmation button to delete folders/files

  • [ ] Option to hide files and folders also via sftp

sebastianjnuwu avatar Jul 31 '24 14:07 sebastianjnuwu

It will be good if you will provide some context about your points

bajrangCoder avatar Aug 01 '24 09:08 bajrangCoder

Lately I've noticed some bugs and small:

• favicon.ico is no longer displayed, open its raw image.

• When I search for a plugin the scroll bar doesn't work!

• When I use the cut/paste option, there may be a bug that turns the folder into a file, thus losing all the content.

• Add a confirmation button to delete folders/files

• Option to hide files and folders also via sftp

• Plugins: return with random ordering, and put a filter on the acode.app website (new plugins, latest updates, most downloaded, least downloaded, active developer, best rating)

Give a video of cut/paste

ByteJoseph avatar Aug 04 '24 13:08 ByteJoseph

The filter part of the site is cool but there is a lack of more filter options: • recently updated • New plugins • Most/least downloaded • Best rating

And in the code, in the plugin part, the plugins appear randomly

Option to confirm deleting files/folders: sometimes the person deletes the important folder even as discussed this option would save these users

https://github.com/user-attachments/assets/ea7ee2c1-d197-48bd-a022-62167a9d26eb

sebastianjnuwu avatar Aug 06 '24 01:08 sebastianjnuwu

Ultimamente tenho notado alguns bugs e pequenos: • favicon.ico não é mais exibido, abra sua imagem raw. • Quando procuro um plugin a barra de rolagem não funciona! • Quando uso a opção recortar/colar, pode ocorrer um bug que transforma a pasta em um arquivo, perdendo assim todo o conteúdo. • Adicionar um botão de confirmação para excluir pastas/arquivos • Opção para ocultar arquivos e pastas também via sftp • Plugins: retornar com ordenação aleatória e colocar um filtro no site acode.app (novos plugins, últimas atualizações, mais baixados, menos baixados, desenvolvedor ativo, melhor classificação)

Dê um vídeo de cortar/colar

Not being able to reproduce, but it happened to me about three times cutting and pasting folders that turned into a file

sebastianjnuwu avatar Aug 06 '24 01:08 sebastianjnuwu

Another bug that we can notice is that the eruda console does not appear when we run html via chrome using acode, it used to work

sebastianjnuwu avatar Aug 06 '24 01:08 sebastianjnuwu

Ok, I'm working on plug-in filter system in app with the api available like most downloaded, new , most loved And I will try to also fix up the scrolling issue.

Btw contribution from community is welcomed 🤗

bajrangCoder avatar Aug 06 '24 01:08 bajrangCoder

I think we have 2 more easy tasks to add: showing the favicon.ico as PNG etc since it cannot be edited, and the confirmation of deleting the file folder can even be a setting within the settings.json

sebastianjnuwu avatar Sep 04 '24 10:09 sebastianjnuwu

I think we have 2 more easy tasks to add: showing the favicon.ico as PNG etc since it cannot be edited, and the confirmation of deleting the file folder can even be a setting within the settings.json

Both of these are working fine

bajrangCoder avatar Oct 13 '24 18:10 bajrangCoder