- Sep 30, 2024
-
-
- Jun 18, 2024
-
-
Leonardo authored
fixes crashing of tsserver and prettifier in vscode due to large files being indexed
-
- Apr 06, 2024
-
-
- Apr 02, 2024
-
-
Leonardo Christino authored
-
- Mar 04, 2024
-
-
- Jan 11, 2024
-
-
solves #DEV-160
-
- Dec 17, 2023
-
-
Added mdx in storybooks for overview, updated all design to new version, and updated tailwind/scss files. solves DEV-274
-
- Oct 11, 2023
-
-
Leonardo Christino authored
-
- Aug 18, 2023
-
-
Leonardo Christino authored
Updates the entire frontend with new design and new dependencies. Removes mui entirely, except the icon library. solves #58
-
- Jul 26, 2023
-
-
Leonardo Christino authored
Inner query in JSON format fully reworked. The interface was reworked to use entity attributes as part of query logic. Handle inner logic and types fully reworked for better type-checking and future-proofing. Includes logic in query building, parsing, and execution. Logic pills can be created from the handle drop and from the side panel. Solves #42 and #53
-
- May 24, 2023
-
-
Leonardo Christino authored
-
- May 09, 2023
-
-
Leonardo Christino authored
Added a main webpage to web/app with a navbar to control login/logout and add/select/remove a database to be queried. Restructured the main dashboard to use tailwindcss. Ported the websockets and broker implementation to V1 and tied all components (schema, querybuilder, and visualizer) together. Solves #21
-
- Apr 06, 2023
-
-
Leonardo Christino authored
This restructures the worspace int a turborepo with a (for now) single shared library with all shared components within. It includes vite build, vitest, and storybooks. Huski and CI are configured to lint and test the code. Solves #19 and #20
-
- May 10, 2022
-
-
Behrisch, M. (Michael) authored
Adds further tests and improves the structure in the storybook sidebar.
-
- Feb 21, 2022
-
-
Sivan Duijn authored
-
- Feb 18, 2022
-
-
Sivan Duijn authored
-
Sivan Duijn authored
-
- Feb 09, 2022
-
-
Behrisch, M. (Michael) authored
-
Joris authored
-
- Feb 06, 2022
-
-
Behrisch, M. (Michael) authored
Changes from web/components folder location to just /components. This change can be done since the app has now the prefix web-graphpolaris
-
Behrisch, M. (Michael) authored
To follow the convention outlined in https://medium.com/showpad-engineering/how-to-organize-and-name-applications-and-libraries-in-an-nx-monorepo-for-immediate-team-wide-9876510dbe28 we need to update the app names and prefix with the intended deployment environment (web, windows, react-native)
-
- Feb 05, 2022
-
-
Behrisch, M. (Michael) authored
Changes the component folder and filenaming consistently to lowercase.
-
Behrisch, M. (Michael) authored
Provides one idea how to handle redux and data state driven testing in storybook. Adds three test cases (1) with data (2) without data both handled in redux, (3) loading with an animated spinner
-