Commit Graph

34 Commits

Author SHA1 Message Date
jamesgeorge007
bb973ee449 fix: prevent creation of duplicate collection 2020-01-21 19:46:33 +05:30
jamesgeorge007
e16019dcbf chore: make use of toast 2020-01-21 19:45:52 +05:30
jamesgeorge007
fcdf93c5e5 fix: prefer destructuring approach 2020-01-21 16:38:34 +05:30
jamesgeorge007
a34acfd0c5 fix: return for duplicate collection 2020-01-21 16:38:09 +05:30
jamesgeorge007
2853a4bbef fix: validation for duplicate collections 2020-01-21 16:37:04 +05:30
Liyas Thomas
57f7621567 ♻️ Refactoring code 2020-01-10 06:27:48 +05:30
Liyas Thomas
b10a209daf Improving performance 2019-11-28 20:41:52 +05:30
Liyas Thomas
36568d5720 🐛 Fixed build + refactored all js files 2019-11-27 06:54:32 +05:30
Liyas Thomas
f6752e9743 SSE mvp 2019-11-24 18:45:26 +05:30
liyasthomas
d88e777f80 Minor UI updates 2019-11-18 06:32:30 +05:30
Liyas Thomas
5f8729536c 💩 Removed unused parameters 2019-11-16 11:20:35 +05:30
Hossein Nedaee
179010ddbf Change ace-editor theme by PW theme changing. 2019-11-11 20:44:24 +03:30
Liyas Thomas
e7a7c7b5ac Merge branch 'master' of https://github.com/liyasthomas/postwoman 2019-10-29 12:18:01 +05:30
Liyas Thomas
be00a6fd60 Browser tab color matches selected theme 2019-10-29 12:17:57 +05:30
John Harker
84eda99dc0 Merge pull request #216 from mateusppereira/bug-fix-frame-colors
Fixed frame colors toggle
2019-10-25 19:47:17 +01:00
mateusppereira
2f13546b8b fixed frame colors bug 2019-10-25 14:56:24 -03:00
NBTX
0673cf0bbb Re-order sections and add toggle for including authentication in URL 2019-10-25 17:03:50 +01:00
Liyas Thomas
a09d7d76d3 : rotating_light: Lint 2019-10-25 13:44:34 +05:30
vlad0337187
bd64e4a45b refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs 2019-10-24 13:46:18 +03:00
vlad0337187
3743ff96ff refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder' 2019-10-24 05:20:52 +03:00
vlad0337187
932b92e67d refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection' 2019-10-24 02:38:52 +03:00
vlad0337187
770556aa74 feature: allow importing collections from local JSON files 2019-10-23 23:11:11 +03:00
thehollidayinn
16bcb65d94 Updates to editing request. 2019-10-21 22:50:09 -06:00
Keith Holliday
85d6c3ac34 Edit request. 2019-10-17 10:57:58 -06:00
Keith Holliday
5847f0b16e Added save and remove requests. 2019-10-17 10:57:19 -06:00
Keith Holliday
cad907125b Added initial save request 2019-10-17 10:57:18 -06:00
Keith Holliday
d989da2811 Added edit folder. 2019-10-17 10:57:18 -06:00
Keith Holliday
ed53b433b5 Added edit and remove collection. 2019-10-17 10:57:18 -06:00
Keith Holliday
e5b72c7072 Initial collections 2019-10-01 16:20:23 -06:00
jamesgeorge007
9481587151 Minor stylistic update 2019-09-24 00:05:12 +05:30
jamesgeorge007
f42e0329da use array destructuring approach 2019-09-23 23:42:07 +05:30
NBTX
ca568cd3eb UI tweaks, finish proxy settings input 2019-08-29 23:58:10 +01:00
NBTX
85d51b2362 Add proxy settings. 2019-08-28 02:24:49 +01:00
NBTX
02ef69f0f7 🎨 Add theme support
- Move root (var) style properties to `/assets/css/themes.scss`
- Improve mobile navigation
- Create section component for the collapsable sections.
- Create logo component, so color can be changed.

- Add settings page
- Add option to select theme color
- Add option to select theme background
- Add option to enable/disable multi-colored frames.

- Add settings to VueX Store
- Persist VueX store in LocalStorage.
2019-08-25 00:42:41 +01:00