Giter Club home page Giter Club logo

mercury's Introduction

Hi there πŸ‘‹

I'm Nicolas Delauney, a passionnate developer with a weakness for front end and JAMStack. I value Open-Source and love to learn new techs / frameworks. Currently in Aurillac, France πŸ§€πŸ‡«πŸ‡·.
My secret passion is creating new UI/UX 🎨 with the lowest cognitive effort 🧠 (aka intuitive is better) and dataviz πŸ“Š
I'm also a keeb's lover ⌨️❀️

github twitter linkedin telegram buymeacoffe

Tools of the trade πŸ–₯

HTML5 CSS3 Sass JavaScript TypeScript Kotlin Dart Vue.js Nuxt React Electron Flutter Bulma TailwindCss Git GitHub GitLab Bitbucket Yarn ESlint VS Code Atom IntelliJ Arduino Raspberry

Stats πŸ‘¨β€πŸ’»

visits

delni's github stats Top Langs

mercury's People

Contributors

codacy-badger avatar delni avatar meikellp avatar nahria avatar objectprogr 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mercury's Issues

Suggestion: Adding WebDav sync?

It would be awesome to have WebDav sync in the app so you can sync it with a NextCloud instance.
Not sure if you have used Joplin (Notebook app), but that is a great app to show how I mean. :D

Translation bug in contextualmenu.

Note: I am not a GitHub guru so I really don't know how all of this works other than a place to store your code.

There is a bug on the contextMenu function in file HTMLEventHandler.js that makes the recurrence "timespan" unable to be translated.

If anyone is translating then you will need to replace one line in HTMLEventHandler.js
From:
contextualMenu.append(new MenuItem({label: i18njs('Recurrence: every %n ',resSQL.offset)+i18njs(resSQL.timespan,resSQL.offset), enabled: false}))
To:
contextualMenu.append(new MenuItem({label: i18njs('Recurrence every %n ',resSQL.offset)+i18njs(resSQL.timespan), enabled: false}))

Then add the following values to your lang file es.json if you're translating into Spanish.
"days" : "dias"
"weeks" : "semanas",
"months" : "meses",
"quarters" : "trimestres",
"years" : "aΓ±os",

I am cloning the repo to build a project for the community if that is not a problem for you.

Overlaped labels with input on Linux

I just found the first design issue on Linux: Overlaped icon and text labels

screenshot from 2018-03-22 03-19-21
screenshot from 2018-03-22 03-19-39

At the moment I don't have any idea of what may be the reason behind this issue, but I guess it's definitively related to the CSS used to style the input, maybe the User Agent sent to the Electron window on Linux doesn't match the style specified for the inputs... It's just a supposition πŸ€”

Operation State Storage Wrong

Currently, the operations' state is stored via its font-awesome 4 icon name. This has to be changed to a generic state name like open.

Also, it's required to create a migration to change all existing data from an old database to the new format.

Because it's not possible to determine the version of a database file we need to create a table like version_history with column version (varchar) and insert every version of mercury when migrating to a new version. No version implies that an existing database is version 1.1 of Mercury.

To determine the latest applied version one needs to SELECT TOP 1 version FROM version_history (pseudo).

Other currency

Hey, i use both USD and TRY and convert between frequently. It would be nice if other currencies would be defineable with ratio to USD.

Add Latinamerican Spanish translation

Hi, I just found your project listed on the Electronjs website and I think it has a really design.

I used to use HomeBank as well, but the fact that the UI hasn't changed a lot and I doesn't look modern, even thought it's in constant development, made me stopped using it.

I'm a Linux user (Ubuntu actually) willing to test your app, and really considering on translating to Spanish (from MΓ©xico) if you don't mind.

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.