Commit 4b9a101
Improve empty account landing page experience (#332)
* Improve empty account landing page experience
- Hide "Continue Working" card when user has no recent activity
- Replace "No projects found" with welcoming onboarding content
- Add helpful links: tutorials, FAQs, and IIIF resources
- Provide better first-time user experience
Fixes #331
Co-authored-by: Patrick Cuba <cubap@users.noreply.github.com>
* Update components/projects/list-navigation.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update components/continue-working/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Move inline styles to Shadow DOM style element in welcome message (#333)
* Initial plan
* Move inline styles to Shadow DOM style element for welcome message
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
Co-authored-by: Patrick Cuba <cubap@slu.edu>
* Update list-navigation.js
* Handle empty recent activity via central dispatcher
Refactored recent activity notification to use TPEN.eventDispatcher for signaling no recent projects. ProjectsListNavigation now listens for this event and displays the welcome/empty state message accordingly. Improved rendering logic to ensure correct display of welcome message and project list.
* forgot to save
* Update index.html
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Patrick Cuba <cubap@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>1 parent d496fea commit 4b9a101
3 files changed
Lines changed: 74 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
72 | 95 | | |
73 | 96 | | |
74 | 97 | | |
| |||
100 | 123 | | |
101 | 124 | | |
102 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
103 | 132 | | |
104 | 133 | | |
105 | 134 | | |
| |||
112 | 141 | | |
113 | 142 | | |
114 | 143 | | |
115 | | - | |
| 144 | + | |
| 145 | + | |
116 | 146 | | |
117 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
118 | 164 | | |
119 | 165 | | |
120 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
121 | 177 | | |
122 | 178 | | |
123 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments