Skip to content

Commit

Permalink
issue #178 - add split transaction modal screenshot and regenerate tr…
Browse files Browse the repository at this point in the history
…ansactions screenshot to include split
  • Loading branch information
jantman committed Mar 25, 2018
1 parent c77198c commit 324b922
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions docs/make_screenshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,26 @@ class Screenshotter(object):
'postshot_func': '_index_postshot',
'preshot_func': '_index_preshot'
},
{
'path': '/transactions',
'filename': 'transactions',
'title': 'Transactions View',
'description': 'Shows all manually-entered transactions.'
},
{
'path': '/transactions/2',
'filename': 'transaction2',
'title': 'Transaction Detail',
'description': 'Transaction detail modal to view and edit a '
'transaction.'
},
{
'path': '/transactions/4',
'filename': 'transaction4',
'title': 'Transactions with Budget Splits',
'description': 'A single Transaction can be split across '
'multiple budgets.'
},
{
'path': '/accounts/credit-payoff',
'filename': 'credit-payoff',
Expand Down Expand Up @@ -182,19 +202,6 @@ class Screenshotter(object):
'postshot_func': '_balance_postshot',
'preshot_func': '_sleep_2'
},
{
'path': '/transactions',
'filename': 'transactions',
'title': 'Transactions View',
'description': 'Shows all manually-entered transactions.'
},
{
'path': '/transactions/2',
'filename': 'transaction2',
'title': 'Transaction Detail',
'description': 'Transaction detail modal to view and edit a '
'transaction.'
},
{
'path': '/accounts',
'filename': 'accounts',
Expand Down
Binary file modified docs/source/transaction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/transaction2_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/transaction4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/transaction4_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/transactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/transactions_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 324b922

Please sign in to comment.