Andrew Bastin
f4f29b8520
Fix localStorage usage
2021-06-21 00:27:45 -04:00
Andrew Bastin
1fb2c35984
Handle error.vue initializeFirebase
2021-06-17 08:22:59 -04:00
Andrew Bastin
85c6932f8f
Initial Firebase refactor pass
2021-06-14 00:11:57 -04:00
liyasthomas
34cd604a91
refactor(ui): minor ux improvements
2021-06-13 16:24:29 +05:30
liyasthomas
2ffd0be03f
refactor(ui): better color names
2021-06-12 22:16:17 +05:30
liyasthomas
58296505a8
feat: show and hide sidebar - fixed #1716
2021-06-12 16:40:12 +05:30
liyasthomas
40ddfa8def
refactor: lint
2021-05-18 21:39:55 +05:30
liyasthomas
7f248da0b3
refactor: lint
2021-05-18 11:56:59 +05:30
liyasthomas
e424d06026
refactor: lint
2021-05-17 17:11:58 +05:30
Liyas Thomas
4656d67fcf
fix: teams edit modal + race conditions on currentUser
2021-05-14 03:40:53 +00:00
Andrew Bastin
f55a995c0a
Introducing BackendUserInfo
2021-05-13 20:16:29 -04:00
Andrew Bastin
627811f28d
Refactor Apollo Client handling
2021-05-03 09:18:24 -04:00
Liyas Thomas
1bc57f159c
merge feat/teams-new-ui
...
Co-authored-by: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Osheen Sachdev <45964755+oshhh@users.noreply.github.com >
Co-authored-by: Rohan Rajpal <rohan46000@gmail.com >
Co-authored-by: Raghav Gupta <raghav.gupta0307@gmail.com >
2021-04-26 09:37:18 +00:00
Liyas Thomas
c7e1adf638
chore(deps): bump + ui: full width container
2021-03-31 15:44:26 +00:00
Liyas Thomas
b9deec1487
chore(deps): bump + docs: remove absolute instructions from readme
2021-03-30 05:00:24 +00:00
Andrew Bastin
5fce1118f6
Revamp of the Settings State System along with TypeScript support ( #1560 )
...
* Add vue-rx, rxjs and lodash as dependencies
* Added vue-rx plugin integration to nuxt config
* Initial settings store implementation
* Add babel plugin for private class properties to for Jest
* Add DispatchingStore test spec
* Initial settings code
* Reactive Streams for fb current user and id token
* Fix typo
* Migrate index and graphql pages to the new store
* Migrate network strategy to the new store
* Fixed Section.vue errors
* Fix getSettingSubject issue
* Migrate fb settings reference in components to the new state system
* Add typings for lodash as dev dependency
* Load setting
* Load initial sync setting values
* Update proxy url
* Add typescript support
* Rewrite Settings store to TypeScript
* Port Settings page to TypeScript as reference
* Move all store migrations to a separate file
* Delete test file for fb.js
* Add ts-jest as dev dependency
* Remove firebase-mock as dependency
* Remove FRAME_COLORS_ENABLED settings value
2021-03-23 11:18:14 -04:00
Liyas Thomas
a724dc1207
proxy.hoppscotch.io ( #1532 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-14 08:54:15 +05:30
Liyas Thomas
dc5ca76d05
rename all components to new namespace ( #1515 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-01 09:28:14 +05:30
Liyas Thomas
290781e734
feat: 'New version found. Refresh to update' toast
2021-01-23 17:22:54 +05:30
Liyas Thomas
63a1f52482
Set a max-width container wrapper
2020-12-01 05:46:25 +05:30
Liyas Thomas
f36db182f1
Better color schemes, minor UI fixes
2020-09-24 22:52:17 +05:30
Liyas Thomas
e94fdcad32
Color modes ( #1181 )
2020-09-24 08:22:54 +05:30
Liyas Thomas
b747d0273c
Feat/tailwind ( #1179 )
2020-09-22 22:36:37 +05:30
Liyas Thomas
e86a17980b
Auto import components
2020-08-17 18:29:14 +05:30
Liyas Thomas
124d9ff269
v2
2020-08-13 16:50:02 +05:30
Liyas Thomas
5d94ac361e
Isolate Netlify, Firebase and Helper functions + Import from absolute paths
2020-06-21 09:24:45 +05:30
Liyas Thomas
18875d46b5
🚑 Critical hotfix
2020-06-19 23:07:40 +05:30
Liyas Thomas
10e13ce8f8
🚚 Moving or renaming files
2020-03-04 06:47:02 +05:30
Liyas Thomas
3afdce151b
🚚 Moving or renaming files
2020-03-03 17:45:16 +05:30
Liyas Thomas
378d9e7758
🚚 Moving or renaming files
2020-03-03 17:27:53 +05:30
Liyas Thomas
f564ca1eb5
🌱 Added contributors section
2020-03-03 07:02:27 +05:30
Andrew Bastin
d4c6065e45
Refactor default.vue to use getPlatformSpecialKey
2020-02-27 21:53:47 -05:00
Andrew Bastin
e3eba8b39f
Fixed install extension toast appearing even when extension is installed
2020-02-26 18:40:54 -05:00
Dmitry Yankowski
4867df5fe8
Push updated files
2020-02-25 11:10:40 -05:00
Dmitry Yankowski
ab4004fae0
Fix: Set showExtensionsToast to false in local storage if no is clicked
2020-02-25 10:56:36 -05:00
Dmitry Yankowski
cd91bc0628
Set showExtensionsToast to false in local storage if no is clicked
2020-02-25 10:56:36 -05:00
NBTX
94ee60b832
Improve page load/unload experience (remove FOUCs)
2020-02-25 04:07:58 -05:00
Dmitry Yankowski
48100ead55
Commit code with double quotes instead of single quotes
2020-02-24 21:06:23 -05:00
Dmitry Yankowski
777e629b3d
Initial prettier formatted files
2020-02-24 13:44:50 -05:00
Liyas Thomas
d17c3b4aa3
Merge branch 'refactor/lint' of https://github.com/liyasthomas/postwoman into refactor/lint
2020-02-22 23:09:13 +05:30
Liyas Thomas
a0529b1cdd
💫 Butter smooth animations and transitions
2020-02-22 23:06:32 +05:30
Levin Rickert
f636e7dbd4
Adapt extension check to new extensions
2020-02-20 19:36:30 +01:00
Liyas Thomas
73a2a0a127
⚡ Updated color codes, minor UI tweaks
2020-02-20 08:01:22 +05:30
Liyas Thomas
4665dbc372
🚨 Lint
2020-02-19 09:29:49 +05:30
jamesgeorge007
c2cd9f0865
fix: drop toast
2020-02-15 12:00:45 +05:30
jamesgeorge007
7241bbbb6d
feat: show toast info if Web Share API is not supported
2020-02-15 11:19:38 +05:30
jamesgeorge007
edb7bef5a3
fix: use Vue.js on-click directive
2020-02-15 11:17:43 +05:30
Liyas Thomas
436de528e9
✨ Native share + updated meta description
2020-02-15 09:53:26 +05:30
Liyas Thomas
910c20bd00
📱 Working on responsive design
2020-02-07 09:06:52 +05:30
Andrew Bastin
d0cf780ea2
Show Ctrl instead of Command for shortcuts non-Apple platforms
2020-02-03 17:47:48 -05:00