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

New 'center' parameter to whether to center the tracking component. #178

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

olivierauverlot
Copy link
Contributor

No description provided.

Copy link
Collaborator

@lovasoa lovasoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to make the docs easier to edit by keeping them in one file per component.

The change itself is good

Comment on lines 1 to 17
INSERT INTO parameter (
component,
name,
description,
type,
top_level,
optional
)
VALUES (
'tracking',
'center',
'Whether to center the component.',
'BOOLEAN',
TRUE,
TRUE
);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep that in the existing tracking component documentation file ?

The database behind sql.ophir.dev is in-memory anyway and migrations are reapplied on every deploy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I will merge the two files :)

@olivierauverlot
Copy link
Contributor Author

The files are merged

@lovasoa lovasoa merged commit f6b7822 into sqlpage:main Jan 8, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Jan 8, 2024

Thanks @olivierauverlot !

@olivierauverlot olivierauverlot deleted the tracking_update branch January 30, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants