-
Notifications
You must be signed in to change notification settings - Fork 12
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
Redesign calendar frontend #159
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
563d1d9
Use sass for styles
adamwoodnz 06c37c2
Restyle header and mode toggle
adamwoodnz 0ea1893
Update filter and feeds layout
adamwoodnz b2e4672
Replace mode toggle button CSS icons with component icons
adamwoodnz 0d39f11
Use arrows icons for month navigation buttons
adamwoodnz 7e92965
Update cell styles
adamwoodnz ee4a3b0
:lipstick: Format changed files with prettier
adamwoodnz d2817e8
Use CSS for icon colors
adamwoodnz 1b5564f
Style calendar events and modal
adamwoodnz 49428e8
Fix translator comment placement
adamwoodnz 8a54b31
Restyle the list view
adamwoodnz 0a5b9d9
Add RSS feed link
adamwoodnz a28bede
Increase specificity of list event title styles
adamwoodnz b64ae0a
Adjust spacing around list expand button
adamwoodnz 84a4a09
Migrate from sass lighten and darken to sass:color
adamwoodnz 1a462b4
Add css lint config and GitHub action, fix issues
adamwoodnz 1e2bae1
Use headings for list view days
adamwoodnz e25bce0
Stop linking event titles when link is empty
adamwoodnz 8b7a2e0
:lipstick: Update formatting in touched files for new @wordpress/scri…
adamwoodnz 3711404
Fix incorrect text domain usages
adamwoodnz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Static Analysis (Linting) | ||
|
||
# This workflow is triggered on pushes to trunk, and any PRs. | ||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
check: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install NodeJS | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version-file: '.nvmrc' | ||
cache: 'npm' | ||
|
||
- name: npm install and build | ||
run: | | ||
npm ci | ||
npm run build | ||
|
||
- name: Lint Styles | ||
run: | | ||
npm run lint:css |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
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.
eslint caught these problems with comments not being adjacent to translations