Skip to content

[#4880] Adding an Alphabet Slider to the User Directory #5089

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
wants to merge 34 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9c7b43c
add alphabet button column to DirectoryAccountsPanel [#4880]
roberlander2 Apr 1, 2025
fc7697f
bold selected letter [#4880]
roberlander2 Apr 2, 2025
afdd250
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 3, 2025
8a934f5
start adding letter index to search for directory accounts [#4880]
roberlander2 Apr 3, 2025
0ca2c13
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 10, 2025
a3e307d
make alphabet index horizontal scroll above accounts list, remove vie…
roberlander2 Apr 10, 2025
fd31ec3
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 11, 2025
427147b
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 14, 2025
ee11432
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 15, 2025
81a1d01
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 17, 2025
c0fc427
fix build errors, refactor account loading [#4880]
roberlander2 Apr 18, 2025
96f3279
small bug fixes, add first name and id to offset when getting public …
roberlander2 Apr 21, 2025
619e967
some bug fixes [#4880]
roberlander2 Apr 22, 2025
0cc007b
more bug fixes, start working on scrolling logic[#4880]
roberlander2 Apr 24, 2025
7dfa7d9
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 24, 2025
770bfaa
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 24, 2025
85afa31
add user count to directory section heading widget [#4880]
roberlander2 Apr 24, 2025
787c91f
fix indexing bug trying to reverse paginate from top of account list …
roberlander2 Apr 24, 2025
78aa1ea
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 25, 2025
51cc4d6
Merge branch 'develop' into 4880-adding-an-alphabet-slider-to-the-use…
roberlander2 Apr 28, 2025
6c2763e
handle letter scroll selection, combine DirectoryAccountsPanel and Di…
Apr 29, 2025
d40eee8
re-enable filters
Apr 29, 2025
5ec656c
cleanup loading indicator
Apr 29, 2025
a680173
more bug fixes, only allow account list refresh at top of list, enabl…
roberlander2 Apr 29, 2025
2f3b846
Merge branch 'refs/heads/4880-letter-scroll-selection' into 4880-addi…
roberlander2 Apr 29, 2025
0fbdd79
update changelog, fix build errors from merge [#4880]
roberlander2 Apr 29, 2025
6c5a69e
more bug fixes [#4880]
roberlander2 Apr 29, 2025
c85dbde
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 29, 2025
c446f53
Merge branch 'refs/heads/develop' into 4880-adding-an-alphabet-slider…
roberlander2 Apr 29, 2025
efb4cb6
fix letter jumping issue with auto scrolling to section header (seein…
roberlander2 Apr 29, 2025
436cc40
Merge branch 'develop' into 4880-adding-an-alphabet-slider-to-the-use…
roberlander2 Apr 30, 2025
5112e7a
fix minor scrolling and jumping issues [#4880]
roberlander2 Apr 30, 2025
2355f38
fix letter index calculation by scroll offset [#4880]
roberlander2 May 1, 2025
10e5e6f
Fixed unmounted state exception on back navigation [#4880].
May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [7.0.19] - 2025-04-28
### Added
- Created Digital Business Card in Profile panel, replace the existing share sheet [#5026](https://github.com/rokwire/illinois-app/issues/5026).
- Adding an Alphabet Slider to the User Directory [#4880](https://github.com/rokwire/illinois-app/issues/4880).
### Changed
- Additional research projects updates [#5014](https://github.com/rokwire/illinois-app/issues/5014).
- Updated university contact URL [#5069](https://github.com/rokwire/illinois-app/issues/5069).
Expand Down
1 change: 1 addition & 0 deletions assets/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"widget.button.title.small.semi_fat.underline": { "extends": "widget.button.title.small.semi_fat", "decoration": "underline", "decoration_style": "solid", "decoration_thickness" : 1.0, "decoration_color": "fillColorSecondary"},
"widget.button.title.small.semi_fat.underline.highlight": { "extends": "widget.button.title.small.semi_fat.underline", "color": "white", "decoration_color": "white"},
"widget.button.title.tiny": { "font_family": "regular", "size": 12.0, "color": "fillColorPrimary"},
"widget.button.title.tiny.fat": { "font_family": "bold", "size": 12.0, "color": "fillColorPrimary"},
"widget.button.title.tiny.underline": { "extends": "widget.button.title.tiny", "decoration": "underline", "decoration_style": "solid", "decoration_thickness" : 1.0, "decoration_color": "fillColorSecondary"},

"widget.button.description.medium": { "font_family": "bold", "size": 16.0, "color": "textSurface"},
Expand Down
Loading