Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2107 from omnidan/elektra-web1.6
Browse files Browse the repository at this point in the history
Elektra Web 1.6
  • Loading branch information
markus2330 authored Jun 25, 2018
2 parents d1d8ff0 + 7eaea7f commit d021ab9
Show file tree
Hide file tree
Showing 29 changed files with 684 additions and 84 deletions.
16 changes: 13 additions & 3 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can also read the news [on our website](https://www.libelektra.org/news/0.8.

- Type system preview
- Chef Cookbook
- Elektra Web 1.5
- Elektra Web 1.6


### Type system preview
Expand Down Expand Up @@ -97,14 +97,16 @@ end
Thanks to Michael Zronek and Vanessa Kos.


### Elektra Web 1.5
### Elektra Web 1.6

The new release of Elektra Web features many UX improvements from the usability test!

[![Elektra Web 1.5 video](https://img.youtube.com/vi/lLg9sk6Hx-E/0.jpg)](https://www.youtube.com/watch?v=lLg9sk6Hx-E)
[![Elektra Web 1.6 video](https://img.youtube.com/vi/lLg9sk6Hx-E/0.jpg)](https://www.youtube.com/watch?v=lLg9sk6Hx-E)

Try it out now on: http://webui.libelektra.org:33334/

1.5 changelog:

- search completely reworked - it does not act as a filter on already opened keys anymore, and instead searches the whole key database - feedback from the search was also greatly improved (pulsating while searching, glowing blue when done)
- added "abort" buttons to dialogs to revert actions
- added "create array" button to easily create arrays
Expand All @@ -118,6 +120,14 @@ Try it out now on: http://webui.libelektra.org:33334/
- improved keyboard support
- fixed many small issues (#2037)

1.6 changelog:

- fixed bugs related to arrays (#2103)
- improved performance of search for many results
- added 404 page for invalid instance ids
- implement drag & copy by holding the Ctrl or Alt key
- add button to show error details
- allow deleting all keys in a namespace


## Plugins
Expand Down
4 changes: 4 additions & 0 deletions scripts/docker/web/elektrad-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ RUN cp /etc/hosts /home/elektra/.config/hosts
COPY --chown=elektra:elektra demo.kdb /home/elektra/
RUN kdb import user/app < /home/elektra/demo.kdb

# create user/realworld structure
COPY --chown=elektra:elektra realworld.ini /home/elektra/
RUN kdb import user/realworld ini < /home/elektra/realworld.ini

# run elektrad
EXPOSE 33333
CMD ["kdb","run-elektrad"]
Loading

0 comments on commit d021ab9

Please sign in to comment.