Loïc Knuchel

Results 90 issues of Loïc Knuchel

Discovering important feature of an app may be hard if you don't know where to look. I don't like product tour as they interrupt UX and get in the way...

UX improvement

Seems everything is defined in the title ^^ Just one thing, I think having this state as query string or hash would be nicer than path.

good first issue
feature request

In the settings sidebar, there is a list of source with delete and refresh buttons. This issue propose to add a "view" button. This button would open a modal and...

good first issue
feature request

Rewrite the SQL parser to use Elm parser instead of Regex, so it could be more tolerant.

To test this: - create a project and add some tables - click on the "Graph view" button in the commands (bottom right) - "enjoy" ^^

Currently [Azimutt](https://azimutt.app) focus mainly on the database schema, ignoring completely the data inside. It's easier in term of performance but also privacy and we already have a lot to do...

feature request

Let's implement an undo/redo algorithm :tada: Two buttons should be added in the command bar (bottom right), and keyboard shortcuts should be `ctrl+z` for undo and `ctrl+maj+z` for redo. Use:...

feature request

Easily exploring your schema is cool, but what about doing it collaboratively with your colleagues. You can already do this by sharing your screen but it would be much more...

feature request

In the goal of having the right tool at the right moment, I think it would be quite nice to have an IDE plugin that could open a SQL file...

feature request

Today Azimutt is a web app which parse a database schema and allow to explore it. That's cool but it requires to open a browser, go to the website, click...

feature request
mostly done