-
Notifications
You must be signed in to change notification settings - Fork 12
feat(calendar): redesign calendar apps using plain HTML/CSS/TS + Web Components #717
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
Open
nicomiguelino
wants to merge
38
commits into
master
Choose a base branch
from
feat/overhaul-calendar-app
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,271
−5,614
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
7378c5c
feat(edge-apps): redesign calendar app using plain HTML/CSS/TS
nicomiguelino 4da6a58
Merge remote-tracking branch 'origin/master' into feat/overhaul-calen…
nicomiguelino e19cc98
fix(calendar): resolve linting errors and refactor weekly-calendar-view
nicomiguelino a2a0e26
Merge branch 'master' into feat/overhaul-calendar-app
nicomiguelino c66a6fa
fix(calendar): update "This week" title styling and remove unused CSS…
nicomiguelino f26f441
fix(calendar): update day header and time label styles
nicomiguelino be385e2
fix(calendar): fix current time indicator clipping and header alignment
nicomiguelino dac88b4
Merge branch 'master' into feat/overhaul-calendar-app
nicomiguelino b25193a
chore(calendar): add CORS proxy server script to dev workflow
nicomiguelino 984a542
feat(calendar): improve weekly calendar view layout and event display
nicomiguelino fd33b8a
feat(calendar): use Screenly theme color for accent and header styling
nicomiguelino b02aa8e
chore(calendar): rename app from calendar-new to calendar
nicomiguelino cfacec2
chore(calendar): add categories to manifest files
nicomiguelino a15ffd2
feat(calendar): add daily calendar view and refactor shared utilities
nicomiguelino 3477378
feat(calendar): add schedule view and fix timezone-aware time slots
nicomiguelino 25f9f22
docs(calendar): update README with correct settings and structure
nicomiguelino 78118dc
test(calendar): update screenshot tests for all three calendar modes
nicomiguelino 8e74d54
chore(calendar): fix icon path and remove unused static asset
nicomiguelino 937b36c
feat(calendar): replace Vue app with Web Components implementation
nicomiguelino 7d06b84
Merge branch 'master' into feat/overhaul-calendar-app
nicomiguelino 66d77aa
chore(calendar): add white Screenly logo to screenshot tests
nicomiguelino 60f9ed0
fix(calendar): address code review comments
nicomiguelino 74a49d0
feat(google-calendar): migrate to vanilla TS + web components archite…
nicomiguelino fd2dca4
fix(google-calendar): correct icon URL path in manifests
nicomiguelino a3e8498
fix(google-calendar): fix screenshot tests and regenerate screenshots
nicomiguelino c33966f
refactor(calendar): extract shared utilities to edge-apps-library
nicomiguelino cf43713
refactor: consolidate calendar views and clean up types
nicomiguelino c299a29
chore: add screenshots/*.png to .gitignore
nicomiguelino f93d8ed
docs(google-calendar): rewrite README to reflect Google Calendar API …
nicomiguelino df1c8fb
Potential fix for pull request finding
nicomiguelino 87d935b
fix(google-calendar): replace import.meta.dirname with fileURLToPath
nicomiguelino 16da13f
fix(edge-apps-library): fix event positioning and reduce weekly view …
nicomiguelino 0bdd599
feat(outlook-calendar): migrate to vanilla TS + web components archit…
nicomiguelino d2b49d0
fix(outlook-calendar): add $top param to avoid truncated Graph API re…
nicomiguelino eaadea4
chore(outlook-calendar): remove old Vue implementation
nicomiguelino 7a463b1
fix(outlook-calendar): use IANA timezone names in screenshot mock dat…
nicomiguelino 7d320f9
fix(outlook-calendar): set calendar_id default to empty string
nicomiguelino c06d64f
fix(calendar): let refreshToken throw so initTokenRefreshLoop backoff…
nicomiguelino 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 hidden or 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,5 @@ | ||
| node_modules/ | ||
| dist/ | ||
| *.log | ||
| .DS_Store | ||
| screenshots/*.png | ||
This file contains hidden or 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 @@ | ||
| node_modules/ |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.