Commit Graph

18 Commits

Author SHA1 Message Date
Liyas Thomas
e18b8f6bb6 Improving accessibility, fixes #277 2019-11-07 09:29:08 +05:30
Liyas Thomas
a09d7d76d3 : rotating_light: Lint 2019-10-25 13:44:34 +05:30
NBTX
f839189121 Fix CORS and Mixed-Content issue & Bug Fixes
This fixes the following issues:
- Text selection color was incorrect
- The 'send again' button glitched on page load

This also adds some finishing touches to the proxy code (closes #199)
and that in turn resolves #175 and resolves #2

Finally, this adds the fonts to the application assets allowing
them to be cached by the service worker.
2019-10-20 02:00:41 +01:00
liyasthomas
9317b5b983 🎨 Minor UI updates 2019-10-06 07:46:48 +05:30
Liyas Thomas
82ad9cbf5e 💄 Minor stylings 2019-10-05 14:57:24 +05:30
Andrew Bastin
2f16882c1b Added auto theme 2019-10-04 19:38:20 -04:00
Andrew Bastin
6008e3da03 Added Black Theme 2019-09-30 16:21:30 -04:00
Liyas Thomas
df8d176a34 🎨 UI update, moved POST request parameter section to Request section 2019-09-20 18:34:42 +05:30
Liyas Thomas
1660373153 Added Tweet button, updated light theme 2019-09-17 17:04:39 +05:30
Liyas Thomas
a0fa933430 Improving Lighthouse score 2019-09-17 15:25:32 +05:30
Liyas Thomas
42411038e4 🎨 Major UI update 2019-09-17 13:43:12 +05:30
Liyas Thomas
0350355626 💄 Fixed light theme colors 2019-09-04 10:07:08 +05:30
Liyas Thomas
0aec1e1607 💄 Fixed default accent color 2019-09-04 09:44:16 +05:30
liyasthomas
077cb583b6 🎨 Updated color codes 2019-09-04 08:18:24 +05:30
NBTX
4147bac094 Fix and Revert "Revert "⌨️Add autocomplete widget with command line completion""
This reverts commit dd5dfdbabd.
2019-09-02 11:27:24 +01:00
Liyas Thomas
dd5dfdbabd Revert "⌨️Add autocomplete widget with command line completion" 2019-08-31 22:29:32 +05:30
NBTX
19a4156b1c ⌨️Add autocomplete widget with command line completion 2019-08-31 02:21:19 +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