Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tailcall Config Generator Form #388

Closed
wants to merge 51 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
aea1c1f
chore: init config form
mehulmathur001 Jul 22, 2024
0ba5f29
Updating Form
Bhavyajain21 Jul 22, 2024
b93366c
Focus on first error on submit
Bhavyajain21 Jul 22, 2024
7092203
chore: live validate
mehulmathur001 Jul 22, 2024
132de88
chore: styling changes
mehulmathur001 Jul 22, 2024
45954a3
chore: json & yaml downloading
mehulmathur001 Jul 23, 2024
48f69bd
chore: lint fix
mehulmathur001 Jul 23, 2024
7508503
function name change
Bhavyajain21 Jul 23, 2024
1cb04e4
chore: form buttons
mehulmathur001 Jul 23, 2024
aa0f6d3
handleOnError fix
Bhavyajain21 Jul 23, 2024
c385a25
Form Buttons Diabled
Bhavyajain21 Jul 23, 2024
f4fa377
Add a modal on successful submission
Bhavyajain21 Jul 23, 2024
25fb5d3
Add modal styles
Bhavyajain21 Jul 23, 2024
a453c85
Code cleanup
Bhavyajain21 Jul 23, 2024
eefa045
remove unused imports
Bhavyajain21 Jul 23, 2024
33a6e71
feat: tooltips on some desc.
mehulmathur001 Jul 23, 2024
df41e89
chore: removed custom textbox
mehulmathur001 Jul 23, 2024
37c9915
chore:tooltip addition
Bhavyajain21 Jul 23, 2024
794e525
Remove Array Field Description
Bhavyajain21 Jul 23, 2024
0811b2f
Add styles
Bhavyajain21 Jul 23, 2024
4bdaa30
chore: commented out custom templates
mehulmathur001 Jul 23, 2024
aa3a337
fix: lint
mehulmathur001 Jul 23, 2024
e8ef21b
Merge branch 'develop' into config-pg
mehulmathur001 Jul 23, 2024
8e63759
chore: remove live validate for now
mehulmathur001 Jul 23, 2024
aafa72f
fix: border colors
mehulmathur001 Jul 23, 2024
4ebb1ce
Merge branch 'develop' into config-pg
Bhavyajain21 Jul 24, 2024
b4db1b6
Merge branch 'develop' into config-pg
mehulmathur001 Jul 24, 2024
1fc150b
refactor: download btn positioning
mehulmathur001 Jul 24, 2024
612d043
Modal Improvement
Bhavyajain21 Jul 24, 2024
ee983e0
Submit button improvement
Bhavyajain21 Jul 24, 2024
ec0dae2
Heading updates
Bhavyajain21 Jul 24, 2024
e63f2cc
Remove console logs
Bhavyajain21 Jul 24, 2024
e60c4a6
Remove warnings
Bhavyajain21 Jul 24, 2024
496a0e1
chore: modal styling on mobile
mehulmathur001 Jul 24, 2024
2a3686e
Merge branch 'develop' into config-pg
Bhavyajain21 Jul 25, 2024
07c6527
Merge branch 'develop' into config-pg
Bhavyajain21 Jul 26, 2024
a996e49
Merge branch 'develop' into config-pg
Bhavyajain21 Jul 26, 2024
c9ca92d
Merge branch 'develop' into config-pg
mehulmathur16 Jul 28, 2024
530ea69
chore: move form to app/config route
mehulmathur16 Jul 28, 2024
ca088b1
custom object field template with collapsibles
mehulmathur16 Jul 28, 2024
a023513
fix: accordion closing on focus events
mehulmathur16 Jul 31, 2024
fda0980
chore: removed accordion from root & improved styling
mehulmathur16 Jul 31, 2024
450560a
Merge branch 'develop' into config-pg
Bhavyajain21 Aug 1, 2024
a46fb4b
chore: added accordion to Array fields
mehulmathur16 Aug 1, 2024
379fb4e
fix: checkbox description
mehulmathur16 Aug 2, 2024
8222854
Merge branch 'develop' into config-pg
Bhavyajain21 Aug 2, 2024
8949e0e
Update custom template fields
Bhavyajain21 Aug 2, 2024
aba9dd2
format fix
Bhavyajain21 Aug 2, 2024
021e5c3
Merge branch 'develop' into config-pg
mehulmathur16 Aug 4, 2024
b40f394
Merge branch 'develop' into config-pg
Bhavyajain21 Aug 4, 2024
19a61d7
build fix
Bhavyajain21 Aug 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
title,
trailingSlash: true,
tagline: "GraphQL platform engineered for scale",
stylesheets: ["https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"],
headTags: [
{
tagName: "script",
Expand Down
Loading
Loading