Commit Graph

291 Commits

Author SHA1 Message Date
bb118c47db Further color adjustment 2023-06-21 10:54:29 +02:00
aa5c2619bd Adjusted colors 2023-06-21 10:42:58 +02:00
82bc60896f Added footer 2023-06-21 10:31:44 +02:00
a1e6fa66ed Fixed problematic namespace 2023-06-21 08:37:40 +02:00
fa9cd7babc Fixed content getting out of screen on small screens 2023-06-20 14:44:21 +02:00
767493057f Buttons in Formatters are now better placed 2023-06-20 14:33:14 +02:00
cd2873f349 Adjusted responsiveness in Formatters 2023-06-20 14:15:08 +02:00
d466a6dedc XSLT now gets correct version selected 2023-06-20 13:38:16 +02:00
40d4a790b4 Textfield doesn't scretch out of screen anymore 2023-06-20 13:30:02 +02:00
b33d20fc91 Added minimizing to XML Formatter 2023-06-20 13:15:23 +02:00
11091258b9 Added minimizer to JSON Formatter 2023-06-20 13:12:34 +02:00
e719993a81 JSON Formatter now works 2023-06-20 13:00:53 +02:00
7daaf7808a Fixed URL resolving 2023-06-20 12:36:24 +02:00
5ceb746d9b Adjusted tool names in sidebar 2023-06-20 12:32:40 +02:00
aacdaa4f90 Added sample for JSON 2023-06-20 12:32:23 +02:00
b3418fdea5 Created and routed view for JSON formatter 2023-06-20 12:28:47 +02:00
88152dac65 Adjustments in landing page 2023-06-20 10:22:37 +02:00
0b006d35d5 Added basic landing page 2023-06-19 11:57:44 +02:00
137836190a Fixed styling bugs in light mode 2023-06-19 11:45:12 +02:00
fb53665ed5 Added prolog to XSLT sample 2023-06-19 11:34:37 +02:00
f2c4db832d XSD and SXLT can now also be formatted in respective tools 2023-06-19 11:34:02 +02:00
3f392395e9 Added new samples 2023-06-19 11:24:11 +02:00
843b710283 Added clear button for formatter 2023-06-19 10:41:44 +02:00
183a35efb0 Extracted condition to function 2023-06-19 10:37:38 +02:00
a17879f9a7 Implemented clear funcionality 2023-06-19 10:35:41 +02:00
372c16e37b Reorganized components by purpose 2023-06-19 10:05:07 +02:00
51d5bf3d73 Engine and version selection now works better 2023-06-19 09:39:38 +02:00
8cc494f03b Cleaning 2023-06-19 09:15:00 +02:00
4e83da66c3 Implemented functionality 2023-06-19 08:08:04 +02:00
b7386450ae Added placholder view for XML formatter 2023-06-19 07:18:33 +02:00
f01a8554f1 Added text-field class 2023-06-19 07:17:55 +02:00
3c79bddde3 Reimplemented XML Tools and added styling (#227)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #227
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-16 14:38:53 +02:00
3ec139c8bd Fixed sidebar problems (#226)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #226
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-15 13:07:48 +02:00
6132a2873a Added sidebar (#224)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #224
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-15 11:36:45 +02:00
e4549c7baf Configured, and added tailwindcss (#223)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #223
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-14 12:41:13 +02:00
0c9b1f70e6 Removed unused code from Dockerfile 2023-06-14 11:27:20 +02:00
7d0cb03bf5 Implemented basic Vue.js frontend (#222)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #222
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-14 11:25:59 +02:00
3c5798cfa2 Added XQuery Tool and refactored tools-service (#220)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #220
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-12 10:53:22 +02:00
86b3572003 libXML now returnes info why XML is not valid (#218)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #218
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-05 14:40:03 +02:00
a8e902e910 Shrank background image (#217)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #217
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-05 09:34:55 +02:00
89517a6821 Added copy button to link field (#216)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #216
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-31 14:39:31 +02:00
57a08c3246 Resolved merge conflict in xmlFormatter.html 11.3 2023-05-30 15:56:03 +02:00
5a331d9815 Fixed merge conflicts 2023-05-30 15:49:50 +02:00
e9221e2393 Release 11.3 2023-05-30 15:42:09 +02:00
7318708bd2 Disabled persistency in Redis (#214)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #214
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 15:27:15 +02:00
66b20f8256 Added tests for JSON Formatter (#212)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #212
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 13:17:10 +02:00
b6e6277074 Cleared unused listeners, and optimize uianimation code (#213)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #213
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 13:15:47 +02:00
fb128070dc Removed broken code 2023-05-26 14:12:11 +02:00
d0c19e19df Merged bema/ref/tools_urls to master 2023-05-26 14:11:20 +02:00
c41c3f5abc Merged widlam/refactor/issue#201 to master 2023-05-26 14:04:34 +02:00