|
d677b825e1
|
Disable spellcheck and autocomplete on all inputs
|
2023-07-21 21:49:29 +02:00 |
|
|
3ca561b4b4
|
Added collection copy feature (fixes #63)
|
2023-07-21 21:40:08 +02:00 |
|
|
5deab93162
|
Find view: confirm deletion (fixes #58)
|
2023-07-19 21:07:50 +02:00 |
|
|
77747c10c2
|
Added horizontal/vertical view toggle to the shell (#37)
|
2023-07-19 20:18:40 +02:00 |
|
|
9d577ac429
|
Added functionality to save and import shell scripts (#37)
|
2023-07-19 20:01:15 +02:00 |
|
|
6027ab155a
|
Find view: paste ID and press Enter (fixes #55)
|
2023-07-08 13:17:30 +02:00 |
|
|
5476df5fe9
|
Preserve state between tabs (cc #37) (fixes #56)
|
2023-07-08 13:07:55 +02:00 |
|
|
770a204be2
|
Moved icon SVGs out of icons.svelte
|
2023-07-02 11:00:20 +02:00 |
|
|
61142844fa
|
Shell feature (#44)
Resolves #37: adds a shell tab where the user can write mongo shell
scripts and execute them.
|
2023-07-01 21:34:32 +02:00 |
|
|
24b0df95df
|
Add ability to see host logs (#54)
Squashed commit of the following:
commit 93b2d67cef77d89df728ffbf831e5ce79904673e
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 20:07:33 2023 +0200
Add filter functionality
commit 30b65a198fc8d494fe660babd409e42a85c85d14
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 19:27:20 2023 +0200
Renamed `form-row` class to `formrow`
commit 21afb01ea191c6d5b597884fae637ae1b8f49a7a
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 19:26:04 2023 +0200
Hide object types in object grid
commit 037d5432a454720ad58f3c201bc60980759cc44f
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 19:21:54 2023 +0200
Make auto reload interval input smaller
commit 49d50220272d87c34cd84678baf01557d4c24051
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 15:08:00 2023 +0200
Implement logs autoreload
commit 1f8984766bbd8a1f6ce232daa40b8c49bf079d9f
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 15:04:00 2023 +0200
Return on error
commit 9c8525996494f023634ac3ea64370fc2778e717c
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 15:03:37 2023 +0200
Add log error handling
commit 7a98a63866b6fbfe3be5897feddbacf3fafd7dbf
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 14:46:39 2023 +0200
Update log tab icon
commit f30827ae2ec1c6254e0aab451de6763556c90ac5
Author: Romein van Buren <romein@vburen.nl>
Date: Sat Jul 1 14:41:59 2023 +0200
Add host log panel
|
2023-07-01 20:30:43 +02:00 |
|
|
efcc78e3bb
|
Use new loading interface for collection indexes
|
2023-06-26 21:09:28 +02:00 |
|
|
9acb89205d
|
Improved the app menu
|
2023-06-26 21:05:05 +02:00 |
|
|
67b820ad47
|
Fixed host editing bug
|
2023-06-24 20:43:02 +02:00 |
|
|
dc0094b27c
|
Made harsh loading/error experience friendlier
|
2023-06-23 17:22:47 +02:00 |
|
|
7eb41630db
|
Fixed some hosttree bugs
|
2023-06-23 15:58:23 +02:00 |
|
|
0a3f99fa32
|
Moved text input dialog to frontend
|
2023-06-18 21:40:39 +02:00 |
|
|
a1456b3987
|
Implement OOP hosttree (#32)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-06-18 21:31:55 +02:00 |
|
|
2ee5c7dadd
|
Fixed frontend coding style problems
|
2023-06-11 09:34:00 +02:00 |
|
|
6cc329982a
|
Configure ESlint properly
|
2023-06-11 09:27:57 +02:00 |
|
|
abc9df0897
|
Added meaningful window titles
|
2023-06-09 20:52:15 +02:00 |
|
|
be4e3e778e
|
Display host stats
|
2023-06-07 21:52:43 +02:00 |
|
|
ea376f5ba7
|
Fix host/database selection bug in grid
|
2023-06-07 21:12:09 +02:00 |
|
|
415efe9ac4
|
Multiple improvements to the frontend
* Consistent usage of modal footer
* Remove hosts
* Moved hosts to dedicated store
|
2023-05-31 20:20:39 +02:00 |
|
|
e3f033ee6b
|
Moved collation options component
|
2023-05-29 22:10:06 +02:00 |
|
|
c252b57655
|
About dialog
|
2023-05-29 22:09:09 +02:00 |
|
|
f18eea7915
|
menu mess
|
2023-05-27 21:18:47 +02:00 |
|
|
ab1891be27
|
Improvements to progress dialogs
|
2023-05-27 17:52:51 +02:00 |
|
|
a84b1498a3
|
First commit in a long time
|
2023-05-26 17:21:39 +02:00 |
|
|
5dd9e0573d
|
Zenity progress bar
|
2023-02-21 20:11:40 +01:00 |
|
|
78540622ee
|
Loose JSON parsing. Many UI improvements.
|
2023-02-19 17:26:32 +01:00 |
|
|
7ac1587c95
|
Moved mongo JS to its own directory
|
2023-02-18 15:58:27 +01:00 |
|
|
1b2315b0b0
|
Aggregation
|
2023-02-18 15:41:53 +01:00 |
|
|
a3335cdc4e
|
Insert: form improvements
|
2023-02-15 19:53:49 +01:00 |
|
|
838c8d2ffb
|
Housekeeping
|
2023-02-15 19:27:51 +01:00 |
|
|
5f358885a3
|
Save queries
|
2023-02-15 17:00:53 +01:00 |
|
|
3291bc845f
|
Frontend reorganisation
|
2023-02-14 17:51:00 +01:00 |
|