Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hql287/Manta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: hql287/Manta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 20 commits
  • 437 files changed
  • 6 contributors

Commits on Mar 13, 2018

  1. Migrated to webpack 4 (#264)

    * Upgraded dependencies
    
    * Removed unused webpack plugin
    
    * Upgraded to Webpack 4
    
    * Removed CommonsChunkPlugin as webpack 4 handled this automatically
    
    * Removed vendor.js file
    
    * FIxed lint error
    
    Wrap body of for in loop inside an if statement.
    More Info: https://eslint.org/docs/rules/guard-for-in
    hql287 authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    8fc84a2 View commit details
    Browse the repository at this point in the history
  2. Allow changing logo size in templates (#267)

    * Added LogoSize component to previewWindow side bar
    
    Also set initial value in reducer
    
    * Hook up logoSize to templates
    
    * Refactored other components
    
    + Bumped resize size from 125px to 500px.
    + Added new string: “Logo Size” for translation
    + Updated CSS
    hql287 authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    0332c33 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    60057db View commit details
    Browse the repository at this point in the history
  2. Refactor Accent Colour Component (#270)

    * Changed state shape of accentColor
    
    Also added migration scheme.
    
    * Refactored AccentColor component
    
    + Removed internal state from the component
    + Moved checkbox to Toggler
    + Conditionally show the Picker in sidebar
    
    * Refactored templates to use the new accent color config
    
    * CSS changes
    hql287 authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    8c91e2b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Allow user to duplicate an invoice. (#272)

    * Added duplicateInvoice action
    
    * Added & updated tests
    hql287 authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    d50c3ae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Sidebar overflow fixes (#257)

    * overflow fixes
    
    * changed sidebar width to 215px
    
    * sidebar window controls fix for macOS
    
    * reverted the macOS style conditions
    
    for the window controls
    
    * sticky actions
    
    * Changed sticky box background and border
    
    * Refactored Sidebar CSS
    
    * Make sure the fixed element will not cover any other elements
    
    * Fixed Linting Error
    
    * Revert "Fixed Linting Error"
    
    This reverts commit 3766aaf.
    
    * Revert "Make sure the fixed element will not cover any other elements"
    
    This reverts commit 1349ff4.
    
    * Revert "Refactored Sidebar CSS"
    
    This reverts commit 0a1a2c7.
    Jens Tangermann authored and hql287 committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    8132d6c View commit details
    Browse the repository at this point in the history
  2. Added filtering invoices feature (#275)

    * Added filter to Invoices page
    
    * Added ButtonsGroup component & refactored Buttons CSS
    
    * Updated test snapshots
    
    * Added tests
    
    * Updated Snapshot
    
    * Refactored Test
    
    * Added translation for filter buttons label
    
    * Updated snapshot
    hql287 authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    0b27f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Added more languages (#253)

    * Added Arabic, Slovak and Urdu (Parkistan) to languages list.
    
    * Updated current translations
    
    * Added Italian Translation
    
    * Added Slovak Translation
    
    * Added Parkistan Translation
    
    * Load new languages to i18n
    
    * Added new language options to dropdown components
    hql287 authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    fa7e527 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    28581da View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Added E2E tests (#279)

    * Installed Spectron
    
    * Added tests
    
    * Added Mocha and custom script for E2E test
    
    * Updated Tests
    
    * Make sure the E2E test is run by Mocha instead of Jest
    
    * Fixed linting error
    hql287 authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    f41bcc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Update symbol for Indian Rupee (#285)

    Source : https://en.wikipedia.org/wiki/Indian_rupee_sign
    
    The Indian rupee sign (sign: ₹; code: INR) is the currency sign for the Indian rupee, the official currency of India. Designed by Udaya Kumar, it was presented to the public by the Government of India on 15 July 2010,[1] following its selection through an “open” competition among Indian residents. Before its adoption, the most commonly used symbols for the rupee were Rs, Re or, if the text was in an Indian language, an appropriate abbreviation in that language.
    
    The design is based on the Devanagari letter "र" (ra) with a double horizontal line at the top. It also resembles the Latin capital letter "R", especially R rotunda (Ꝛ).
    
    The Unicode character for the Indian rupee sign is U+20B9 ₹ Indian Rupee Sign.
    sidharthv96 authored and hql287 committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    9d27a93 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Updated Screenshoots URLs (#297)

    ### Resolves #295 
    <!--- Provide a general summary of your changes in the Title above -->
    
    ### Description
    <!--- Describe your changes in detail -->
    
    ### Related Issue
    <!--- This project only accepts pull requests related to open issues -->
    <!--- If suggesting a new feature or change, please discuss it in an issue first -->
    <!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
    <!--- Please link to the issue here: -->
    
    ### Motivation and Context
    <!--- Why is this change required? What problem does it solve? -->
    
    ### How Has This Been Tested?
    <!--- Please describe in detail how you tested your changes. -->
    <!--- Include details of your testing environment, and the tests you ran to -->
    <!--- see how your change affects other areas of the code, etc. -->
    
    ### Screenshots (if appropriate):
    
    ### Types of changes
    <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing functionality to change)
    
    ### Checklist:
    <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
    <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
    - [ ] My code follows the code style of this project.
    - [ ] My change requires a change to the documentation.
    - [ ] I have updated the documentation accordingly.
    - [ ] I have read the **CONTRIBUTING** document.
    - [ ] I have added tests to cover my changes.
    - [ ] All new and existing tests passed.
    - [ ] I have included a migration scheme (If type of change is breaking change)
    hql287 authored Aug 12, 2018
    Configuration menu
    Copy the full SHA
    dddc849 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Update Dkr to DKK in danish (#303)

    Most people in Denmark use DKK instead of Dkr now.
    cryptobench authored and hql287 committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d77e82f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Fix typo in form.json (#314)

    ravern authored and hql287 committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e9b3928 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Updated ReadMe

    Corrected Logo Url
    hql287 authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    a1df5ea View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated contact email address.
    hql287 authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    0e1041e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Update Images (#401)

    hql287 authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    9c86ede View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    4ec816b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Refactoring

    HungLeMiro committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    0f5a841 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Refactoring

    HungLeMiro committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    4256629 View commit details
    Browse the repository at this point in the history
Loading