Michał Szymborski
978d810473
fix( #154 ): correct ordering during drag-and-drop
...
When dragging and dropping items, to delay changing sequence numbers
until after all the resource-dependent logic has completed, we were
relying on the order of children in redux store (which we then converted
into new seq numbers).
This order of children was however not updated when sequence numbers
changed (for example due to file watch changes). This resulted in a
seemingly random drag-and-drop ordering, which in fact was linked to the
initial order when the collection was loaded.
This change sorts all the items by sequence number prior to reordering,
so that those random jumps no longer happen. As this happens on a deep
clone of the collection, no data gets hurt in the process.
fixes #154
2023-10-01 21:09:11 +02:00
Anoop M D
e83c2da798
chore: version bumped to v0.16.5
2023-10-01 02:17:28 +05:30
Anoop M D
3c4ef2f2df
Merge pull request #256 from brahma-dev/main
...
Ensure that adjacent variables are rendered in separate spans.
2023-10-01 00:19:46 +05:30
Anoop M D
b767ccd063
Merge pull request #260 from Its-treason/feature/update-create-collection-form
...
feat: Update create collection form
2023-09-30 22:09:54 +05:30
Andy Piper
6695d90609
Remove rogue apostrophes and capitalise API in text.
...
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
2023-09-30 15:37:45 +01:00
Its-treason
5c79282a1b
feat: Update create collection form
...
- Remove Name tooltip
- Update Folder Name tooltip
- Move Folder Name input under location
- Update Folder Name validation
- Now only allow characters for valid system folder names
- Update label htmlFor ids to input ids
2023-09-30 14:35:37 +02:00
Brahma Dev
4c89f31934
Decrease likelihood of any unintentional classname clash.
2023-09-29 21:58:46 +00:00
Brahma Dev
1c53ce91f0
Ignore the randomly generated classname.
2023-09-29 21:42:15 +00:00
Brahma Dev
0b83fbb7ce
Add a randomly generated classname to each variable so that CodeMirror does not merge adjacent variables into the same SPAN.
2023-09-29 21:41:54 +00:00
Anoop M D
08ceed86a8
chore: bump version to v0.16.4
2023-09-30 02:48:20 +05:30
Anoop M D
f99918d725
fix( #229 ): fixed handling of non-JSON/XML content types
2023-09-30 02:44:30 +05:30
Anoop M D
1877dd858e
chore: remove unused var
2023-09-30 02:42:10 +05:30
Anoop M D
acff0c379e
fix( #236 ): insomnia import fix
2023-09-30 02:24:31 +05:30
Anoop M D
a849e4fb7b
Merge pull request #255 from Its-treason/bugfix/create-collection-modal-validation
...
Bugfix: Create collection modal validation
2023-09-30 01:53:32 +05:30
Anoop M D
613699fb69
fix( #248 ): gracefully abort cm header hint when word match fails
2023-09-30 01:44:54 +05:30
Anoop M D
0c4ba71922
feat( #229 ): added error boundary to capture error trace and allow users to continue using the app
2023-09-30 01:32:05 +05:30
Its-treason
d346bb00eb
Merge branch 'main' into bugfix/create-collection-modal-validation
2023-09-29 21:45:01 +02:00
Its-treason
8bb57aa41d
fix: location validation in create collection form
2023-09-29 21:44:37 +02:00
Brahma Dev
a02d2b9c58
Add standard http headers for autocomplete
2023-09-29 11:59:09 +00:00
Brahma Dev
21edfbc25a
Use Codemirror Hint feature for autocomplete
2023-09-29 11:59:01 +00:00
Anoop M D
69a7c0e4ce
chore: bumped release version to v0.16.3
2023-09-29 12:24:17 +05:30
Gabriel Kohen
60e3f3bb6a
Make sure path string does not overflow the dialog
...
See also: #217
2023-09-28 16:22:40 -04:00
Josh Soref
f23dcf50a4
spelling: separator
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
7313d1b4d7
spelling: occurred
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
76a743b74e
spelling: interpreted
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
c623aa0909
spelling: header
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
3eb26834c7
spelling: github
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
6471ca74c3
spelling: ephemeral
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
f77d955839
spelling: environments
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 13:24:00 -04:00
Josh Soref
9947a55b8d
spelling: bottom
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 13:24:00 -04:00
Brahma Dev
c9c675e187
Allow tabs in tablists to wrap.
2023-09-28 13:11:21 +00:00
Anoop M D
5d01c0a765
chore: bump version to 0.16.2
2023-09-28 18:25:15 +05:30
Anoop M D
6facdfd66b
chore: bump version to v0.16.1
2023-09-28 10:27:45 +05:30
Anoop M D
cd3b8a948e
fix( #227 ): fixed json formatting issue
2023-09-28 10:15:54 +05:30
Anoop M D
3661fa7df3
chore: published libs
2023-09-28 05:17:59 +05:30
Anoop M D
559fcb0806
Merge pull request #225 from mirkogolze/feature/191-interpolate-header-names
...
#191 interpolate header names with variables
2023-09-28 04:38:37 +05:30
Anoop M D
d5da8a9e2f
chore: bump version to v0.16.0
2023-09-28 04:34:34 +05:30
Anoop M D
c27f090583
feat( #95 ): runner runs inside a tab of a collection view
2023-09-28 04:02:20 +05:30
Anoop M D
487dd73040
fix: fixed screen crash when collection was removed
2023-09-28 03:26:13 +05:30
Anoop M D
665428a2d0
feat( #224 ): proxy support feature - gui layer
2023-09-28 03:06:53 +05:30
Mirko Golze
36f9902f2e
#191 interpolate header names with variables
2023-09-27 22:36:27 +02:00
Anoop M D
08c1563a7a
chore: bump version to v0.15.3
2023-09-27 14:37:13 +05:30
Thomas Pyle
8df6b241bb
Adds fallback when no environments are defined
2023-09-26 19:39:46 -04:00
pedward99
b814c84411
Clean Up
2023-09-26 09:22:41 -04:00
pedward99
9c8ef09d01
XML Format working
2023-09-25 13:13:14 -04:00
Anoop M D
bb31ddc5d2
chore: release v0.15.2
2023-09-25 04:42:41 +05:30
Anoop M D
ff40178c8c
fix( #210 ): fixing bruno libraries dep issues
2023-09-25 04:41:39 +05:30
Anoop M D
1c549f7faf
fix: fixed issue related about-window dep breaking build
2023-09-25 02:54:36 +05:30
Anoop M D
eb010adeac
chore: added collection variables feature note
2023-09-25 01:09:25 +05:30
Anoop M D
7e5e22cfcf
chore: release v0.15.0
2023-09-25 00:58:24 +05:30