-
Notifications
You must be signed in to change notification settings - Fork 9
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
Settings persistence across pages #329
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
create-issue-branch
bot
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 11, 2023 17:19
Inactive
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 11, 2023 17:21
— with
GitHub Actions
Inactive
|
|
|
IzzySmillie
previously requested changes
Jan 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't working for me. I'm unable to select the other theme or font sizes.
I tested removing the path and was able to select them again?
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 12, 2023 11:38
— with
GitHub Actions
Inactive
|
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 12, 2023 11:44
— with
GitHub Actions
Inactive
|
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 12, 2023 11:59
— with
GitHub Actions
Inactive
|
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 12, 2023 12:12
— with
GitHub Actions
Inactive
|
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 11:56
— with
GitHub Actions
Inactive
|
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 14:09
— with
GitHub Actions
Inactive
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 14:24
— with
GitHub Actions
Inactive
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 14:41
— with
GitHub Actions
Inactive
loiswells97
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 15:08
— with
GitHub Actions
Inactive
|
patch0
reviewed
Jan 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
patch0
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 16:10
— with
GitHub Actions
Inactive
|
patch0
temporarily deployed
to
previews/issues/313-Settings_persistence_across_pages
January 16, 2023 16:18
— with
GitHub Actions
Inactive
patch0
approved these changes
Jan 16, 2023
|
patch0
added a commit
that referenced
this pull request
Jan 17, 2023
## Added - Styling of the projects list (#317) - Ability to collapse and expand the left hand file pane (#316) - Plausible event tracking for left hand file pane (#325) - Last updated field added to the projects table (#319) - Message for empty state on projects (#327) - Rename project action on project index page (#324) - Context menu for project index page actions on mobile (#324) - Danger button styling (#330) ## Changed - Change port number to fix 'no consent token' error (#326) - Long file names truncated rather than scrolling in left hand file pane (#316, #337) - Tab scrollbars only appear when necessary (#331) - Added merge=union gitattribute for this file (#339) ## Fixed - Make sure button text is always centered (#328) - Make theme and font size persist across all pages of the app (#329) - Make dismissing the Beta banner persist across all pages of the app (#329) - Touch area of icon-only buttons (#330, #336) - Delete project action on project index page (#330) - Refactored project list loading to allow loading states to be shown (#330) - Removed unneeded scrollbars on the editor and output panels (#331) - Make Your projects page background extend below the fold (#334)
Merged
patch0
added a commit
that referenced
this pull request
Jan 17, 2023
## Added - Styling of the projects list (#317) - Ability to collapse and expand the left hand file pane (#316) - Plausible event tracking for left hand file pane (#325) - Last updated field added to the projects table (#319) - Message for empty state on projects (#327) - Rename project action on project index page (#324) - Context menu for project index page actions on mobile (#324) - Danger button styling (#330) ## Changed - Change port number to fix 'no consent token' error (#326) - Long file names truncated rather than scrolling in left hand file pane (#316, #337) - Tab scrollbars only appear when necessary (#331) - Added merge=union gitattribute for this file (#339) ## Fixed - Make sure button text is always centered (#328) - Make theme and font size persist across all pages of the app (#329) - Make dismissing the Beta banner persist across all pages of the app (#329) - Touch area of icon-only buttons (#330, #336) - Delete project action on project index page (#330) - Refactored project list loading to allow loading states to be shown (#330) - Removed unneeded scrollbars on the editor and output panels (#331) - Make Your projects page background extend below the fold (#334)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed?
/
closes #313