23 Commits

Author SHA1 Message Date
walljm
62d1bbb8a7 FEATURE: added actions to the passag card, added new font, fixed pages refresh on login, fixed swipe left animation 2018-12-25 09:30:28 -06:00
walljm
7a0bc2f2b2 FIX: Fixed performanc bug in paragraph support.
* apparently, if you do an ngFor on the result of function call that
    returns a new array each time its called, it will screw up the template
    watching code such that every action will necessitate a rerendering
    of the information even if it hasn't changed.
2018-03-03 21:13:51 -05:00
walljm
5a54a1a803 FEATURE: Add options to hide paragraphs and para headings 2018-01-19 23:48:51 -05:00
walljm
5b621dda80 FEATURE: Toggle showing the verse numbers 2018-01-06 01:30:06 -05:00
jason.wall
83b33958c4 MAID: tighten up syntax per the linter, fix a couple of minor display issues
with verse picker, removed call to stemmer.js in index.html, updated
  to ng-template tag as template had been deprecated
2017-08-24 10:54:15 -04:00
jason.wall
0bd82de4ac MAID: minor fixes, added a space after word Error for error text on cards 2017-08-23 19:41:32 -04:00
jason.wall
7c91fc472c MAID: cleanup uneeded last verse code now that you store that data in Reference 2017-08-23 18:02:25 -04:00
jason.wall
e3b84c7913 FEATURE: Added a verse picker 2017-08-23 17:53:03 -04:00
jason.wall
271f759743 FIX: Tweaked display of prev, expand, next icons. Fixed apostophe and - handling in the text 2017-08-11 16:01:33 -04:00
jason.wall
433da00bf4 FEATURE: added next, expand, prev actions on the passage card.
* cleaned up some files
 * added typings to manage typescript definitions
2017-08-07 16:16:15 -04:00
walljm
e6a3d1b2c0 FEATURE: added an animation on card close, added help page 2017-01-28 11:42:48 -05:00
walljm
7aa83dbd20 FEATURE/PERF: move more things into promises, so the menu closes immediately.
* only load strongs into modals if you're clicking on a link
  * change size of strongs cross refs dynamically
2017-01-26 01:16:26 -05:00
jason.wall
755aa28c3b PERF: Moved query logic into components and used promises
* this should keep the memory foot print lower when saving pages
  * fixed some strongs display issues

  TODO: need to put error display logic in the individual components
2017-01-24 16:43:58 -05:00
walljm
979f9d3010 FIX: missed a couple references in the templates when i simplified componend data passing 2017-01-21 13:14:09 -05:00
walljm
a6b585eba0 FEATURE: Simplified component data passing, added break on verse option 2017-01-21 02:21:44 -05:00
walljm
1947ab51a2 FEATURE: Added links to strongs #s in strongs reference display
* cleaned up the code in the utility
  * added break in menu to dilineate saved pages
2017-01-20 18:57:02 -05:00
jason.wall
72207e327d FEATURE: Added ability to save pages...
* added db solution
2017-01-18 17:51:06 -05:00
jason.wall
648e731a3c FIX: oops, forgot i has started that 2017-01-04 17:17:56 -05:00
walljm
b60e2de7cf FEATURE: Added option to insert new card above or below the card you clicked from.
* some mods for testing (still not working)
2016-12-28 16:57:40 -05:00
jason.wall
75cd2ac4b3 MAID: changed event name to be more descriptive 2016-12-02 11:01:44 -05:00
walljm
61709105e3 FEATURE: Adding settings and user profile
* fixed bug in card closing injected during other work
 * fixed modal close
 *
2016-12-01 15:21:07 -05:00
walljm
d92b370326 FEATURE: Added strongs modal popup.
* fixed spaces around punctuation in verse display.
2016-12-01 13:40:04 -05:00
walljm
293c47a71c MAID: Updated to Ionic2 RC3, fixed errors, implemented strongs 2016-12-01 10:39:04 -05:00