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: Enhance dark mode #5045

Merged
merged 4 commits into from
Sep 4, 2023
Merged

feat: Enhance dark mode #5045

merged 4 commits into from
Sep 4, 2023

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Aug 22, 2023

Fixes #5034

Screenshot 2023-08-30 at 16 44 14

Screenshot 2023-08-30 at 16 44 23

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

@cypress
Copy link

cypress bot commented Aug 22, 2023

1 failed test on run #1389 ↗︎

1 16 0 0 Flakiness 0

Details:

Merge d3515de into 27a1e7e...
Project: Deck Commit: 86266a4e24 ℹ️
Status: Failed Duration: 01:50 💡
Started: Sep 1, 2023 12:49 PM Ended: Sep 1, 2023 12:51 PM
Failed  cypress/e2e/cardFeatures.js • 1 failed test

View Output Video

Test Artifacts
Card > Modal > Attachment from files app Output Screenshots

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@juliusknorr juliusknorr marked this pull request as ready for review August 30, 2023 14:44
Copy link
Contributor

@luka-nextcloud luka-nextcloud left a comment

Choose a reason for hiding this comment

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

It looks awesome! From my point of view, there are 2 things that we need to address:

@juliusknorr
Copy link
Member Author

Thanks, good catch. Fixed.

@juliusknorr
Copy link
Member Author

Failure is unrelated

@juliusknorr juliusknorr merged commit 54cc67d into main Sep 4, 2023
@delete-merged-branch delete-merged-branch bot deleted the enh/dark-mode branch September 4, 2023 08:06
@juliusknorr
Copy link
Member Author

/backport to stable27

@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better Dark Mode Style
2 participants