Saptak Sengupta

Results 45 issues of Saptak Sengupta

The default focus styles are often not that prominent, so we should really implement our own focus styles for tab elements.

a11y

Follow up to #1154 , #1073 - ~~[ ] Add a padding of 48 px on both sides of the main container~~ (Not needed after the new design changes) -...

enhancement
ux

Updates the https_check function to use code that works with sslyze>=3.0.0 - fixes import errors for the current required modules - uses the new format for certificate analyzer - updates...

improvement

Closes #2892

writing

The [flatpak builder tools](https://github.com/micahflee/flatpak-builder-tools/tree/fix-go/go) that we use right now to generate the dependency modules for our flatpak yaml are either failing or very hacky. We should work on fixing or...

flatpak
release-process

Right now, the description of the `onionshare_cli` is in `description`. Ideally, since our description is pretty long we should put it in `long_description` which then shows up in the body...

packaging
good first issue

PySide6 now does Enums a little differently, and how we are using in many places are deprecated. So we should ideally fix them to avoid any issues later: https://www.qt.io/blog/qt-for-python-release-6.4-is-finally-here

packaging

When sending relatively big files, the receive mode web frontend (i.e. the frontend that the sender of the file sees) has some issues which I feel can be improved. ![signal-2024-02-22-232146_002](https://github.com/onionshare/onionshare/assets/9530293/75c2db9c-7d85-4fc7-b5eb-74de930d23e7)...

ux

At [pressfreedomtracker](https://github.com/freedomofpress/pressfreedomtracker.us/issues/1142), we have used the autocomplete components as part of our react filter, though the flow has been very copy-pasty. It would be better to have a more standardized...

Currently, https://github.com/wagtail/wagtail-autocomplete/pull/101 returns a 404 with the message that some objects might be missing or deleted. A more elegant solution would be to provide better error messages and error handling...