1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-22 20:59:28 +00:00

102 Commits

Author SHA1 Message Date
d90d5bcf63
Updated tab bar animation 2023-12-23 11:54:10 +01:00
fd1340f9e4
Add nice loading indicator to the host tree 2023-12-22 17:05:32 +01:00
426b0b8468
Slightly modified icons in grid 2023-12-22 16:33:10 +01:00
ef9318576a
Removed Zenity dependency 2023-12-22 15:26:29 +01:00
2040a356fd
Finish sliding active tab indicator 2023-12-22 14:04:38 +01:00
9eac9ae935
Add sliding active tab indicator 2023-12-22 14:02:58 +01:00
d1b1c7daa5
UI improvements 2023-12-22 13:30:05 +01:00
621af884b5
Centered modal 2023-08-27 15:25:37 +02:00
a01c56ab69
Fixed selected item highlighting bug in grid 2023-08-26 20:39:47 +02:00
9be36fda7f
Corrected some imports 2023-08-07 18:28:21 +02:00
4370672d60
Lint code 2023-08-07 18:21:45 +02:00
5b15782d7d
Moved editors and grid components to their own directories 2023-08-07 16:59:22 +02:00
0e376866a7
Open file tab by default 2023-07-24 20:07:29 +02:00
43fce1f27e
Added shell documentation 2023-07-19 20:45:05 +02:00
77747c10c2
Added horizontal/vertical view toggle to the shell (#37) 2023-07-19 20:18:40 +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
0e4c5d474b
CSS: renamed .btn to .button 2023-06-27 17:21:54 +02:00
efcc78e3bb
Use new loading interface for collection indexes 2023-06-26 21:09:28 +02:00
79568bc5f4
Make table headers stick to the top 2023-06-25 16:11:51 +02:00
8bebdfccd8
Small frontend fixes 2023-06-25 08:16:31 +02:00
f0ab5288f7
Hide tabs scrollbar when not necessary 2023-06-24 22:10:47 +02:00
a12417d4e9
Added copy button to error messages 2023-06-23 21:27:55 +02:00
dc0094b27c
Made harsh loading/error experience friendlier 2023-06-23 17:22:47 +02:00
bd265d0548
Multiline tabbar 2023-06-23 14:33: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
ea376f5ba7
Fix host/database selection bug in grid 2023-06-07 21:12:09 +02:00
7eb7f97d21
Find view: make changes to single documents from within the object editor 2023-06-02 22:33:43 +02:00
e7ff075744
Added a nice welcome screen for first-time users 2023-05-31 18:24:00 +02:00
6513eab608
Reamed btn-sm class to button-small 2023-05-30 19:40:12 +02:00
313153d01d
Added ? icon 2023-05-30 19:39:57 +02:00
e3f033ee6b
Moved collation options component 2023-05-29 22:10:06 +02:00
890dac30ed
Use objecteditor throughout the app 2023-05-29 20:51:54 +02:00
035d5211d9
Style updates 2023-05-29 20:22:06 +02:00
a7727eaa84
Import organisation 2023-05-29 17:08:52 +02:00
5015a47495
Implement object viewer based on codemirror 2023-05-29 17:07:58 +02:00
44c94d0d72
Moved UI methods to their own struct 2023-02-21 17:47:21 +01:00
78540622ee
Loose JSON parsing. Many UI improvements. 2023-02-19 17:26:32 +01:00
64caea4d81
Beep 2023-02-18 15:54:18 +01:00
1b2315b0b0
Aggregation 2023-02-18 15:41:53 +01:00
715519b06d
Export refinements 2023-02-16 20:19:04 +01:00
38ef130684
Fixed view store bugs 2023-02-16 11:58:20 +01:00
0bbd50857c
Refinements in query saving 2023-02-15 20:33:29 +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
d4ce9900c8
Export/dump... wip 2023-02-11 11:22:02 +01:00