aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* fixsed missing dependecyErlend2022-07-012-19/+21
* Merge branch 'enikolaisen/querybuilder-js'Erlend2022-07-0134-8/+3014
|\
| * Added pasteJSONButton but functionality is not completeErlend2022-07-014-13/+82
| * Show query JSON button now shows the query input as jsonErlend2022-07-015-37/+100
| * Sending query to backend now worksErlend2022-07-014-32/+79
| * Now parses the inputs and constructs a JSON object to send to the backendErlend2022-06-3010-28/+100
| * Removed unused fileErlend2022-06-291-80/+0
| * Added commentsErlend2022-06-296-110/+138
| * New choice can now be selected from the dropdown without leaving orphansErlend2022-06-291-0/+2
| * Child rows can now be removedErlend2022-06-291-2/+51
| * Inputs can now have serveral nested childrenErlend2022-06-293-79/+93
| * QueryInputChild now properly displays childrenErlend2022-06-287-66/+238
| * QueryInput input field now shows what type of input is neededErlend2022-06-243-14/+28
| * QueryInput now switches between input and button depending on the chosen methodErlend2022-06-246-16/+16
| * Updated the JSON for QueryDropDownFormErlend2022-06-243-74/+108
| * DropdownForm npw uses JSON objects to populete optionsErlend2022-06-238-35/+138
| * Added SendQuery componentErlend2022-06-236-47/+58
| * qeury input now gets saved correctlyErlend2022-06-228-75/+1681
| * querybuilder displays correctlyErlend2022-06-2230-290/+703
| * Moved files to projectErlend2022-06-2222-0/+373
* | Merge pull request #23284 from vespa-engine/mpolden/cli-clusterJon Bratseth2022-06-3014-46/+53
|\ \
| * | Support specifying cluster nameMartin Polden2022-06-3010-22/+48
| * | Remove deprecated commandsMartin Polden2022-06-305-24/+5
* | | Rename titleValerij Fredriksen2022-06-301-1/+1
* | | Rename AppProvider to ThemeProviderLeandro Alves2022-06-241-1/+1
* | | Rename app-router to router and use new routerLeandro Alves2022-06-246-20/+60
* | | Add TODOsLeandro Alves2022-06-243-0/+6
* | | Add new router page - querytracerLeandro Alves2022-06-233-4/+29
* | | Add CardLink and Icon componentLeandro Alves2022-06-233-4/+18
* | | Add fontawesome iconsLeandro Alves2022-06-232-0/+37
* | | Add vespa logo whiteLeandro Alves2022-06-231-226/+28
* | | Blue color according to vespa.aiLeandro Alves2022-06-231-7/+7
* | | Replace Reach Router with React Router v6Leandro Alves2022-06-237-91/+58
* | | Fix router navigationLeandro Alves2022-06-231-5/+1
* | | Add CardLink componentLeandro Alves2022-06-233-2/+39
* | | Add Link componentLeandro Alves2022-06-233-2/+30
* | | Add max width for the main content blockLeandro Alves2022-06-231-0/+6
* | | Use app provider and adjusts overall layoutLeandro Alves2022-06-235-9/+28
* | | Add app providerLeandro Alves2022-06-231-0/+24
* | | Add basic global styleLeandro Alves2022-06-231-0/+39
* | | Add basic theme and colorsLeandro Alves2022-06-234-0/+268
* | | Add initial default styles and propsLeandro Alves2022-06-233-0/+398
* | | Add basic containers componentsLeandro Alves2022-06-234-0/+79
|/ /
* | Add basic layout and remove sample codeLeandro Alves2022-06-2212-116/+66
* | Add vespa assetsLeandro Alves2022-06-226-22/+303
|/
* Simplify file namesLeandro Alves2022-06-222-2/+1
* Rename query-builder to match path="querybuilder"Leandro Alves2022-06-224-2/+2
* Update yarn lockLeandro Alves2022-06-221-1/+1
* Fix typo and change route to query builderLeandro Alves2022-06-222-2/+2
* Add basic app router structureLeandro Alves2022-06-229-9/+123