Anwarul Islam
2ed709796a
MQTT Revamp ( #2381 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2022-11-27 02:43:24 +05:30
Akash K
75c0350584
fix: delete not working properly on request body ( #2861 )
2022-11-24 22:00:43 -05:00
Liyas Thomas
1796fae3d1
chore: updated tech stack list
2022-11-16 09:45:55 +05:30
Akash K
1ecd22204d
chore: remove unwanted debug info ( #2851 )
2022-11-09 17:37:05 -05:00
Akash K
356fe4591f
fix: fix cursor going out of bounds when filtering response ( #2850 )
2022-11-09 17:23:28 -05:00
Andrew Bastin
0230942a3d
chore: introduce devcontainer support
2022-11-08 15:51:26 -05:00
Andrew Bastin
325793eebc
fix: onLoggedIn called when id token is not yet resolved for auth users
2022-11-07 22:36:12 -05:00
Nivedin
39d1256f68
refactor: move global environment selector to top ( #2848 )
...
* refactor: moved global env to top
* fix: change to my collection and env when logedout
* fix: merge fix
* refactor: change v-show to v-if
* chore: minor type change
* chore: pass variable name to edit
* chore: improve logic
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
* chore: minor ui improvements
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-11-03 10:13:06 +05:30
Andrew Bastin
5e8fbc6552
chore: fix some type errors in '/r' route
2022-11-02 11:03:08 -04:00
Liyas Thomas
3084a40729
fix: set focus to newly added environment key field
2022-11-02 18:11:13 +05:30
Francisco Emanuel de Sales Pereira
0069f51ea4
feat: added inline environment variable edit button ( #2813 )
...
* refactor: changes v-if render to v-show on Environments tabs
* feat: adds selectText prop to EnvInput
* feat: adds editing variable name to env Details modal
* feat: adds actions to invoke edit env modals
* feat: adds edit action to tooltip env
* refactor: adds destructuring assignment on action handlers for edit env modals
* refactor: fix comment on environment modals action
* chore: minor ui improvements
* refactor: change text selecion prop on EnvInput to something more meaningful
* refactor: removes comment on HoppEnvironment extension
* refactor: renames isTextSelected EnvInput prop to selectTextOnMount
* refactor: remove type definition of automatic inferrable variables
* refactor: edit environment call to only allow accepted types
* feat: introduce type safe action arguments
* fix: revert v-show to v-if
* chore: minor ui improvements
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-11-02 17:55:22 +05:30
Liyas Thomas
696c612489
fix: broken tippy focus event
2022-11-02 15:05:57 +05:30
Liyas Thomas
4a5a4077af
chore: improvements to tooltips and popovers
2022-11-02 14:42:00 +05:30
Liyas Thomas
28bcb899e7
chore: improve ui consistency
2022-11-01 19:05:13 +05:30
Akash K
ad86221c7d
fix: linting erroring out on graphql queries ( #2846 )
2022-10-31 18:45:53 -04:00
Akash K
53938248de
fix: errors on opening json outline ( #2847 )
2022-10-31 18:28:31 -04:00
Liyas Thomas
c018b639ad
chore: minor ui improvements
2022-11-01 00:42:35 +05:30
Liyas Thomas
eb2145c7da
fix: updated prop name
2022-10-30 17:50:17 +05:30
Liyas Thomas
2f4c39d310
feat: filter and group history entries
2022-10-30 17:05:32 +05:30
biondizzle
79ada82223
feat: use environment variable to specify proxyscotch access token ( #2791 )
2022-10-29 18:16:40 -04:00
Nivedin
c99797bcef
fix: import hopp collection ( #2824 )
2022-10-27 22:29:46 -04:00
Nivedin
9739cdbbaa
fix: codemirror field overflow ( #2827 )
...
* fix: codemirror editor overflow
* chore: minor ui improvements
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2022-10-27 08:12:23 +05:30
Akash K
7f6db561f5
fix: fix missing analytics ( #2826 )
...
fix: typo in environment variable name
2022-10-26 18:50:03 +05:30
Akash K
9eac00b303
fix: useCodemirror getting non strings as value ( #2810 )
2022-10-22 12:36:07 +05:30
Oliver Zhou (毓杰)
b61df04c1b
fix: socket.io v3/v4 incomming message issue ( #2811 )
2022-10-22 12:31:31 +05:30
Liyas Thomas
02d66ee9fd
chore: minor ui improvements
2022-10-20 19:47:17 +05:30
Akash K
a950e08ef1
chore: add temporary debug info for code mirror ( #2806 )
...
chore: temp debug info
2022-10-20 17:17:54 +05:30
Liyas Thomas
6e7d28db7b
fix: overflow on log entries - closed #2738
2022-10-15 09:57:49 +05:30
Andrew Bastin
a0ea00d0a3
fix: form-data requests on proxy failing
2022-10-14 15:39:28 +05:30
Anwarul Islam
44f11f93a4
fix: realtime connect/disconnect issue ( #2768 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2022-10-13 17:33:46 +05:30
Hau Nguyen
7b61f267dd
chore: migration vite import.meta.glob ( #2778 )
2022-10-12 15:14:43 +05:30
Akash K
971238cedb
chore: serialize when logging errors ( #2775 )
2022-10-12 02:19:27 +05:30
Akash K
4d19b9249b
fix: fix auth/graphql errors causing errors on logout ( #2772 )
2022-10-11 14:06:22 +05:30
Liyas Thomas
4046b91609
fix: resolved #2771
2022-10-11 10:35:14 +05:30
Nivedin
e6652109c5
fix: team environments import ( #2770 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2022-10-10 20:15:01 +05:30
Liyas Thomas
a87c2347c9
chore: minor ui improvements
2022-10-09 20:55:22 +05:30
Andrew Bastin
528d0b0429
fix: history component crashing on special characters ( fixes #2743 )
2022-10-07 23:00:32 +05:30
Nivedin
a568610c28
feat: team environments ( #2512 )
...
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com >
Co-authored-by: liyasthomas <liyascthomas@gmail.com >
Co-authored-by: islamzeki <islamzeki@users.noreply.github.com >
Co-authored-by: Jesvin Jose <aitchnyu@users.noreply.github.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-10-07 22:05:39 +05:30
Damanpreet Singh
c35a85db12
fix: allow posting empty key files in multipart/form-data ( #2664 )
2022-10-07 02:29:15 +05:30
jerbob92
7d0219b11d
chore: allow configuration of shortcode base ( #2748 )
2022-10-07 00:50:48 +05:30
Akash K
d42434ddc0
feat: use email as fallback for display name ( #2746 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-10-07 00:45:34 +05:30
Liyas Thomas
cbf6d23c24
chore: minor improvements
2022-10-06 21:21:24 +05:30
Akash K
568c05b4b0
fix: fix type error when generating profile picture initials ( #2742 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-10-06 17:56:30 +05:30
Akash K
59ee4babeb
fix: fix ref access when using v-for on Invite.vue ( #2744 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-10-06 16:06:14 +05:30
Liyas Thomas
604ef4d004
fix: resolved #2740
2022-10-05 21:24:15 +05:30
Liyas Thomas
f5a0c3cfca
chore: minor ui improvements
2022-10-05 08:40:09 +05:30
Jesvin Jose
3c17a14bd3
fix: find linked account from authentication error and link it ( #2662 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-10-04 01:08:00 +05:30
Liyas Thomas
ca71ffe3c2
chore: minor ui improvements
2022-10-02 18:59:23 +05:30
Liyas Thomas
6330548cc0
refactor: better shortcut indication
2022-10-01 19:19:43 +05:30
Liyas Thomas
1f29ff24d7
refactor: improved popover actions, key bindings
2022-10-01 12:22:07 +05:30