4
2
mirror of https://github.com/getbible/app.git synced 2024-05-30 09:30:47 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
Erastus Amunwe
45b2fb239f formatted code for readability 2021-01-08 17:16:47 +02:00
Erastus Amunwe
8cb87ee774 commented out picker component 2021-01-08 17:11:03 +02:00
Erastus Amunwe
61a053df2f fixed merge conflict 2021-01-08 17:09:02 +02:00
Erastus Amunwe
b908a2ddaa added the picker component 2021-01-08 15:10:28 +02:00
Erastus Amunwe
f0f69805e4 added search filter's variables 2021-01-08 15:09:47 +02:00
Erastus Amunwe
d45367509a added picker 2021-01-08 15:08:37 +02:00
Oh
10c4e1e6c5
Removed static web urls and fixed some issues 2021-01-07 14:47:51 +02:00
Oh
195eec66b1
Added a spinner animation on the load event 2020-12-30 09:33:32 +02:00
Oh
d71347a0ae
Added Settings.vue component to modularize the code 2020-12-04 16:52:58 +02:00
Erastus Amunwe
3ba4887ca6 added vue router 2020-12-04 14:10:00 +02:00
Erastus Amunwe
77324dfa62 Added/changed and applied themes, fixed responsive issues 2020-12-04 14:08:49 +02:00
Erastus Amunwe
a2ee1d4d5e added and debugged search mutation & action 2020-12-04 13:36:30 +02:00
Erastus Amunwe
466f9a8489 debugged getters 2020-12-04 13:34:44 +02:00
Erastus Amunwe
1c6a99b026 removed unnecessary files' 2020-12-04 10:42:47 +02:00
Erastus Amunwe
4e3b61ba39 applied theme 2020-11-24 23:03:29 +02:00
Erastus Amunwe
db165147c0 applied theme 2020-11-24 23:01:37 +02:00
Erastus Amunwe
74a52b2317 applied theme 2020-11-24 23:01:06 +02:00
Erastus Amunwe
813c1b7f89 applied theme 2020-11-24 22:57:04 +02:00
Erastus Amunwe
55fcffa514 Added themes css classes 2020-11-24 22:43:13 +02:00
Erastus Amunwe
a68017a134 added card 2020-11-10 13:51:04 +02:00
Erastus Amunwe
2d8213e0eb added animation, toggle on chapter click, and removed search filter methods 2020-11-10 13:49:49 +02:00
Erastus Amunwe
1e993baf84 changed theme 2020-11-10 13:47:38 +02:00
Erastus Amunwe
6987e01b65 added getters to computed' 2020-11-10 13:45:19 +02:00
Erastus Amunwe
0070e461d5 added chapter searching 2020-11-06 18:02:18 +02:00
Erastus Amunwe
c19903fa23 Merge branch 'staging' of github.com:getbible/app into staging
Please enter a commit message to explain why this merge is necessary,
2020-11-05 17:31:43 +02:00
Erastus Amunwe
5a05c0b8e0 And Pagination to verses & Debugging verse and chapter pagination 2020-11-05 17:31:17 +02:00
Erastus Amunwe
7da83bdeea Added Chapter pagination 2020-11-05 17:28:42 +02:00
Oh
a1e3f030c9 Added a Search method in src/api/idb.js 2020-11-04 15:29:34 +02:00
Erastus Amunwe
87ead214dd Add and Test the overlay loading div in app.vue 2020-11-03 21:05:56 +02:00
Erastus Amunwe
44dfa73045 Change Verse component to get Verses from getters 2020-11-03 21:05:21 +02:00
Erastus Amunwe
72f161d6c6 Fixing Selection component to allow user to choose( translation, book, chapter)
Today, 1:59 PM
2:40 PM
41m
2020-11-03 21:04:40 +02:00
Erastus Amunwe
c71a1214fc Added new getters and debugged all getters, also added a loading var to state 2020-11-03 13:12:55 +02:00
Erastus Amunwe
2f84e963c8 Fixed get method return empty object, fixes #1 2020-11-03 11:12:10 +02:00
Erastus Amunwe
d1ffc57dc3 Fixed delete method bug using cursor, fixes #2 2020-11-03 11:08:24 +02:00
Erastus Amunwe
1fbbc54fbd Merge branch 'staging' of github.com:getbible/app into staging
Please enter a commit message to explain why this merge is necessary,
2020-11-02 22:24:07 +02:00
Erastus Amunwe
97521c901d tested, Debugged and fixed the error with state.selected actions and mutations 2020-11-02 21:51:50 +02:00
Oh
a8ee6188e1 Removed the web-links to social sites 2020-11-02 15:30:54 +02:00
Erastus Amunwe
17a111d2dd Adding actions and mutations to mutate the selected chapter, book as well as translations state properties 2020-11-02 14:42:16 +02:00
Erastus Amunwe
10048dda66 removed unused verses component 2020-11-02 14:39:37 +02:00
Erastus Amunwe
4d863496ef fixed store relative import in main 2020-11-02 14:06:58 +02:00
Oh
b1b990e72e Solved merge conflict 2020-11-02 13:44:10 +02:00
Oh
b95cf35560 Removed the template codes for Search components from NavBar.vue 2020-11-02 13:35:31 +02:00
Oh
d1b04143b5 Added Search component 2020-11-02 13:32:40 +02:00
Erastus Amunwe
c9911220b6 removed raw displating of state's saved translations 2020-11-02 10:12:12 +02:00
Erastus Amunwe
74de917015 dived the four store propeties into separate files 2020-11-02 10:10:16 +02:00
Erastus Amunwe
f80f015c0e changed default initialisation from functions 2020-11-02 10:09:20 +02:00
Erastus Amunwe
2f677e6aea added getters 2020-11-02 10:08:35 +02:00
Erastus Amunwe
4e73b62c25 Debugging Vuex store's actions for saving translation to the store state as well as saving to indexDB 2020-11-02 10:07:56 +02:00
Erastus Amunwe
9a76f161df changed the setting's save and remove methods to dispatch store actions 2020-11-02 10:06:05 +02:00
Erastus Amunwe
5b92c87180 removed the verses component 2020-11-02 10:04:36 +02:00