Andrew Bastin
86c9e09782
fix: theme flicker
2021-07-14 22:29:11 -04:00
liyasthomas
7ec8539540
feat: new components and UI improvements
2021-07-13 22:07:01 +05:30
liyasthomas
08d0765cfb
Merge remote-tracking branch 'origin/main' into refactor/ui
2021-07-09 13:11:12 +05:30
Andrew Bastin
36745d79db
feat: add page view to telemetry
2021-07-08 23:39:07 -04:00
liyasthomas
a3bde5797a
Merge remote-tracking branch 'origin/main' into refactor/ui
2021-07-08 13:44:00 +05:30
Liyas Thomas
6635d449a5
feat: history section
2021-07-07 23:28:42 +00:00
Liyas Thomas
7bb570cdc7
Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui
2021-07-06 18:13:49 +00:00
Liyas Thomas
fc5a5aad8d
feat: init split layouts
2021-07-06 18:00:39 +00:00
Liyas Thomas
fde5b0717d
fix: button icons
2021-07-06 18:00:39 +00:00
liyasthomas
977bad2156
refactor: init packages
2021-07-06 18:00:39 +00:00
Liyas Thomas
1b540c0e57
feat: refactor buttons
2021-07-06 18:00:39 +00:00
Liyas Thomas
0e443b3a43
feat: tooltip and popover components
2021-07-06 18:00:38 +00:00
Liyas Thomas
eaf0da3d00
feat: users section
2021-07-06 18:00:38 +00:00
Liyas Thomas
dd41ac3888
feat: landing page + smart components
2021-07-06 18:00:38 +00:00
liyasthomas
a0e26c6c4f
refactor: init packages
2021-07-06 18:00:38 +00:00
Andrew Bastin
48e562dcee
feat: theme syncing
2021-07-06 08:20:37 -04:00
Liyas Thomas
256d4b3e07
fix: button icons
2021-07-05 12:56:00 +00:00
Liyas Thomas
3e3da2f27b
feat: refactor buttons
2021-07-04 17:00:30 +00:00
Liyas Thomas
b55439ce44
feat: tooltip and popover components
2021-07-04 17:00:30 +00:00
Liyas Thomas
ff791098d8
feat: users section
2021-07-04 17:00:29 +00:00
Liyas Thomas
5abf837e95
feat: landing page + smart components
2021-07-04 17:00:29 +00:00
liyasthomas
6bcf1a3522
refactor: init packages
2021-07-04 17:00:29 +00:00
Liyas Thomas
cdfce9e2b8
refactor: class names
2021-06-26 10:41:19 +00:00
Liyas Thomas
6d33132705
feat: remove tailwindcss + introduce windicss
2021-06-25 23:44:27 +00:00
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