-
Notifications
You must be signed in to change notification settings - Fork 3
Add Personal Timesheet View to Me Tab on Dashboard #469
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
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
2a2a7b8
Add redesign prototype and mobile/desktop implementation plan
Dharp02 ca71b4d
feat(nav): swap Settings for Huddle in mobile bottom nav
Dharp02 8610746
feat(ui): mobile bottom-sheet variant for @mieweb/ui Modal
Dharp02 637b0f4
feat(huddle): edge-to-edge feed on mobile
Dharp02 28b376f
docs(redesign): mark step 4 (dashboard 2-col stats) done
Dharp02 87565d4
feat(clock): full-width action buttons on mobile
Dharp02 633e205
Make Tickets filters a horizontally scrollable chip row on mobile
Dharp02 220236c
Confirm Teams/Org/Profile pages stack single-column on mobile
Dharp02 1c26653
Confirm mobile toast/notification banner placement (Phase 1 complete)
Dharp02 5e6582f
Reorder desktop sidebar Workspace nav (Clock up, Work last)
Dharp02 84b3952
Confirm desktop centered-dialog Modal variant preserved (mobile sheet…
Dharp02 4f384e6
Dashboard: 4-column stat row at desktop widths
Dharp02 b52a837
Huddle: center feed at max-w-2xl with bordered cards on desktop
Dharp02 e91f169
Clock: cap layout to centered max-w-2xl on desktop
Dharp02 10b8456
Tickets: narrow to centered max-w-4xl column on desktop
Dharp02 19e9baf
Toast: shrink-to-content and center at desktop widths (Phase 2 complete)
Dharp02 e392f2b
docs(redesign): mark acceptance criteria; note manual smoke-test remains
Dharp02 7f25103
Rebuild OrgTeamSwitcher as prototype-matching bottom-sheet/dialog Modal
Dharp02 91db278
OrgTeamSwitcher: match prototype exactly (trigger + animation)
Dharp02 db7c6b2
Dashboard: add Me/Team toggle beside the title, scoped stats per tab
Dharp02 b7923fd
Sidebar: embed org/team switcher inline on desktop, matching prototype
Dharp02 c136b20
Revert "Sidebar: embed org/team switcher inline on desktop, matching …
Dharp02 11c2c6f
Redesign Teams page: move admin timesheet to Dashboard, add team pill…
Dharp02 d3af9e5
Clock page: full attach bar, bold session timer, recent sessions
Dharp02 08e071f
Fix modals to appear centered instead of full-screen on mobile
Dharp02 2b31c1a
Huddle: flatten composer chrome, widen feed column
Dharp02 bcef770
Add share button to team header with compact icon-button strip
Dharp02 421d20c
Clock page: widen column, stop dimming the bottom-nav FAB
Dharp02 5748039
Tickets: fix clipped ticket options menu
Dharp02 d504e00
Add personal timesheet view to Me tab on Dashboard
Dharp02 54f6114
Add header notification bell and sidebar app info/test push
Dharp02 0c6c77a
Fix Prettier formatting to unblock frontend CI
Dharp02 cf7661d
Huddle: match composer width to post cards on mobile
Dharp02 a9172ba
Mobile nav: More sheet + reconnect/dropdown fixes
Dharp02 fb60124
Move Admin/Developers/Help into mobile More sheet
Dharp02 0a1f2bd
Persist dashboard Me/Team tab + add Recent Activity feed
Dharp02 ac918ff
Recent Activity: teams only, roomier row layout
Dharp02 c16e08d
Huddle: dismiss post highlight ring on click
Dharp02 e37d5cf
Fix Prettier formatting
Dharp02 e132e9e
Huddle PostCard: edge-to-edge actions divider + clickable author
Dharp02 a3f2680
Fix profile route misdetecting Meteor userIds as usernames
Dharp02 364cf00
Recent activity: show up to 10 events
Dharp02 e836ad5
Scope org/team switcher bottom-sheet CSS to mobile only
Dharp02 cab3168
Remove redesign prototype HTML from PR
Dharp02 c6a3b4f
Add clock page shortcut button to AppHeader
Dharp02 4cad9a5
Fix AppHeader clock button + stale e2e test selectors
Dharp02 f2e4a32
Harden e2e test suite against flakes
Dharp02 4ab0973
Fix Prettier formatting in AppHeader.tsx
Dharp02 2be1ca1
Remove wave strand from app header
Dharp02 d5952b7
Revert clock strand animation to straight horizontal travel and remov…
Dharp02 aa89133
Remove ambient background from AppLayout and Settings
Dharp02 4597bf6
Show elapsed time in mobile clock header, remove decorative wave
Dharp02 2634846
Compact ClockPage layout on mobile to give editor more space
Dharp02 0f290de
Notify team members when plan-required setting is enabled
Dharp02 6237b2e
Fix stray brace parse error in AppHeader
Dharp02 14f6a58
Default ticket Team filter to the currently selected team
Dharp02 7f5ecfd
Add ClockStrand, WorkspaceGreeting, PersonalTimesheetPanel, useClockB…
Dharp02 8bb35ab
Redesign: update Dashboard, Sidebar, BottomNav, CommandPalette, api, …
Dharp02 974ec5a
Redesign: update backend clock, e2e tests, eslint config, vendor/ui
Dharp02 31e732b
Fix reviewer feedback: notification deep-links, cross-org deep-link, …
Dharp02 02d4241
Dashboard: replace Me/Team toggle with single Overview/Timesheet, lin…
Dharp02 9a2b9b9
Dashboard: restore Me/Team stats scoping as inline tag toggle above s…
Dharp02 3cfa9da
Dashboard: restore Me/Team toggle + scoped stats, keep unified Overvi…
Dharp02 eeec0fe
style: fix prettier formatting in DashboardPage
Dharp02 513dcdb
Dashboard: show personal timesheet in Me tab, admin timesheet only in…
Dharp02 2345df0
revert: back out UTC/local midnight fix for clock.teamStatus
Dharp02 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 |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| node_modules | ||
| .pnpm-store | ||
| .DS_Store | ||
| *.log | ||
| packages/*/node_modules | ||
|
|
||
Large diffs are not rendered by default.
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
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
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
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
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.