shift-org / shift-org/shift-docs
Calendar - maintain the currently viewed date as you switch between list/grid views
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 25
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
Currently when you switch between list and grid views on the calendar, it always defaults back to the current date when a new view is loaded. It would be nice if retained the date range you're viewing so you didn't have to navigate to the date again.
Example: Use month view to skip ahead to July, then switch to list view. Currently list view will show March (current date) instead of July (what you were viewing).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the calendar's list and grid view entry points and the code that initializes their viewed date. Reproduce the example by moving to July in month view and switching to list view; done means the new view retains the same date range instead of returning to the current date.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100