Commit graph

  • 53887e0e20 implement fetch callback to list users Berenice Medel Sánchez 2021-12-14 10:23:19 -0600
  • 8718086de8 update/remove metas Berenice Medel Sánchez 2021-12-13 14:15:29 -0600
  • b139b832ed initial tests added Berenice Medel Sánchez 2021-12-13 12:33:13 -0600
  • 9f54ed3546 unsubscribe is no more handled in untrack_pid Berenice Medel Sánchez 2021-12-10 10:38:05 -0600
  • b8240f4e73 handle leaves and joins in the same function Berenice Medel Sánchez 2021-12-10 10:20:07 -0600
  • f46482abb2 change key to string when tracking and untrackin presences Berenice Medel Sánchez 2021-12-09 11:56:02 -0600
  • f05409e8b8 Implement handle_leave and handle_join in presence_client Berenice Medel 2021-12-09 01:29:00 -0600
  • 98a9d1c4fe update phoenix client state Berenice Medel 2021-12-09 01:26:28 -0600
  • 8601184045 add presence client Berenice Medel 2021-12-08 23:33:29 -0600
  • d4d2c22cf0 configure presence for tracking the users listening a playlist Berenice Medel 2021-11-30 12:06:35 -0600
  • ce1a1fdc5f Do not focus outline h1 in title bar Chris McCord 2021-12-15 12:48:05 -0500
  • 9958ba97d0 TODO Chris McCord 2021-12-14 21:09:36 -0500
  • 803f0b52cc Test bad inputs Chris McCord 2021-12-14 21:07:02 -0500
  • 816eb78064 Add mp3stat test Chris McCord 2021-12-14 21:02:50 -0500
  • c089302881 TODO Chris McCord 2021-12-14 15:40:46 -0500
  • b2950adb2a TODO Chris McCord 2021-12-14 15:31:02 -0500
  • 570e86d02c Test song deletion Chris McCord 2021-12-14 15:29:07 -0500
  • dda0cdaa3f Test basic uploads Chris McCord 2021-12-14 15:19:03 -0500
  • 3cc79039f1 Restore focus to last focused element when modal is closed. Nolan Darilek 2021-12-14 13:36:34 -0600
  • 457fe7fa2b Initial work on upload modal accessibility. Nolan Darilek 2021-12-14 13:27:51 -0600
  • 7fdb30520e Hide title/artist metadata when empty. #18 Nolan Darilek 2021-12-14 12:17:40 -0600
  • c8a6035a02 Fixup tests Chris McCord 2021-12-14 10:35:51 -0500
  • 57c193e490
    Merge pull request #14 from ndarilek/accessible-routing Chris McCord 2021-12-13 13:21:04 -0500
  • 7db38a70ab
    Merge pull request #15 from ndarilek/sidebar-a11y Chris McCord 2021-12-13 13:19:53 -0500
  • 5b81181ea3 Bump for latest gen.release Chris McCord 2021-12-08 13:07:39 -0500
  • 63504e6cce Remove uneeded rel files Chris McCord 2021-12-03 15:41:03 -0500
  • 1673d90e94 Fix deps Chris McCord 2021-12-03 08:56:33 -0500
  • de310cd1e5 Add latest phx.gen.docker files Chris McCord 2021-12-03 08:54:28 -0500
  • 316007b970
    Merge pull request #16 from chrismccord/feature/hide_player_buttons Chris McCord 2021-12-01 13:11:28 -0500
  • 9262895d13 fix typo #16 Berenice Medel 2021-11-30 09:03:08 -0600
  • e5c663ab38 show stop button when listening someone else playlist Berenice Medel 2021-11-23 15:40:08 -0600
  • 0e0d349e31 hide play button on playlist Berenice Medel 2021-11-23 11:52:43 -0600
  • 5e3149ad8e Only active tab user's own profile Chris McCord 2021-11-23 22:06:48 -0500
  • ca311dd11d Further sidebar accessibility improvements. #15 Nolan Darilek 2021-11-23 11:41:07 -0600
  • ad13a8c364 Partial implementation of ARIA disclosure pattern for sidebar. Nolan Darilek 2021-11-23 11:29:49 -0600
  • a325b385b3 Rename link attrs Chris McCord 2021-11-23 09:34:34 -0500
  • 7f9b7c5f9a Assign active_tab in handle_params to handle live patches Chris McCord 2021-11-23 09:34:27 -0500
  • 566a574c0a Initial attempt at accessibly announcing route updates. #14 Nolan Darilek 2021-11-22 15:25:41 -0600
  • 7096b98cc2 Add alert role on connection status so it is read automatically on change. Nolan Darilek 2021-11-22 15:24:10 -0600
  • 6d95137d1f Set aria-current on active tab to indicate to screen readers which is selected. Nolan Darilek 2021-11-22 14:19:53 -0600
  • 62e00dc447
    Merge pull request #13 from ndarilek/graphics-cleanup Chris McCord 2021-11-22 14:55:17 -0500
  • ef1355f897 Set aria-hidden="true" on more SVG graphics, and hide icons by default. #13 Nolan Darilek 2021-11-22 13:50:20 -0600
  • 982e626424
    Merge pull request #10 from ndarilek/dropdown-a11y Chris McCord 2021-11-22 14:29:04 -0500
  • cead091227
    Update assets/js/app.js #10 Chris McCord 2021-11-22 14:28:57 -0500
  • a0e64ef901
    Merge pull request #12 from ndarilek/cleaner-regions Chris McCord 2021-11-22 14:28:07 -0500
  • 5cf58b2b77 Minor cleanup to make navigating by region easier. #12 Nolan Darilek 2021-11-22 13:18:06 -0600
  • 2f38c9b36b Add additional paths to .gitignore. #11 Nolan Darilek 2021-11-22 12:58:25 -0600
  • a19a6091e6 When a dropdown is open, block Tab to avoid navigating away. Nolan Darilek 2021-11-22 12:55:01 -0600
  • d35554ee0e Link logo placeholder Chris McCord 2021-11-22 13:04:05 -0500
  • 55a1e1f02a Logo placeholder Chris McCord 2021-11-22 12:50:42 -0500
  • 7209a3121c Add dropdown component Chris McCord 2021-11-22 11:21:01 -0500
  • 81b86c2c21
    Merge pull request #2 from ndarilek/ndarilek-onboarding Chris McCord 2021-11-22 10:40:27 -0500
  • b46277c78b Merge branch 'ndarilek-accessibility-round-1' Chris McCord 2021-11-22 10:38:27 -0500
  • 198846433b Resolve conflicts Chris McCord 2021-11-22 10:37:56 -0500
  • aec76630d1 Remove unnecessary attr Chris McCord 2021-11-22 10:36:18 -0500
  • a7c319c035 Use live_action instead of params Chris McCord 2021-11-22 10:31:30 -0500
  • dea9ccd168 store server_ip on uploaded files #9 file-proxy Kurt 2021-11-17 09:40:31 -0600
  • 3332e7563f ignore local env Kurt 2021-11-16 15:47:22 -0600
  • 632b211c44
    Merge pull request #7 from chrismccord/fix/avoid_raise_error_on_duplicated_song Chris McCord 2021-11-22 09:58:02 -0500
  • bb23d8e071 Rename SongLive modules to ProfileLive Chris McCord 2021-11-22 09:57:24 -0500
  • 8b5c77ca90 Tweak highlight hover styles Chris McCord 2021-11-22 09:44:56 -0500
  • 8ee6b39ad5 Show connection status flash Chris McCord 2021-11-22 09:24:36 -0500
  • 6849e108d7
    Merge pull request #8 from chrismccord/feature/set_active_tab_in_navbar Chris McCord 2021-11-22 09:23:40 -0500
  • 1a1bbe295e show active tab in navbar #8 Berenice Medel 2021-11-19 13:50:36 -0600
  • 11d5cd8cdd add unique constraint on songs changeset #7 Berenice Medel 2021-11-19 13:01:15 -0600
  • 023ddc2806 Rename songs_number to songs_count and refactor error messages Chris McCord 2021-11-19 10:51:50 -0500
  • 19241308ae
    Merge pull request #5 from chrismccord/feature/validate_max_songs_per_account Chris McCord 2021-11-19 10:22:28 -0500
  • 07d1dbf744 Fixup flash hiding Chris McCord 2021-11-19 09:55:26 -0500
  • 6622f791e0 Use keydown event to detect keyboard based clicks Chris McCord 2021-11-18 22:09:01 -0500
  • 43bb03fb42 decrement songs_number with multi.update_all #5 Berenice Medel 2021-11-18 15:50:05 -0600
  • 64969fca31 handle raise conditions in multiple uploads Berenice Medel 2021-11-18 15:36:51 -0600
  • 7d8e1f2ec6 Reset focus on escape Chris McCord 2021-11-18 16:17:47 -0500
  • a643ca9fe5 Wrap focus Chris McCord 2021-11-18 16:01:29 -0500
  • 41505c00cb Bump LV Chris McCord 2021-11-18 15:31:15 -0500
  • f52eeb22c3 aria popup Chris McCord 2021-11-18 15:22:22 -0500
  • 1dc43ac366 Fix focus and keyboard nav Chris McCord 2021-11-18 15:21:07 -0500
  • 80ed1dc96c Use correct role for menu button. #6 Nolan Darilek 2021-11-18 14:00:43 -0600
  • be44f111d9 Better keyboard management for dropdown menu. Nolan Darilek 2021-11-18 13:56:32 -0600
  • d1f57d7514 Fix bad url recovery Chris McCord 2021-11-18 11:50:15 -0500
  • 0ef460675c Increase connections Chris McCord 2021-11-18 10:40:05 -0500
  • 30b46e95e5 Add aria menu hook and use in sidebar Chris McCord 2021-11-18 09:55:09 -0500
  • 984c1c8523 decrement songs_number when a song is deleted Berenice Medel 2021-11-17 15:32:09 -0600
  • 74c720180e validate max songs per account in upload form Berenice Medel 2021-11-17 15:31:34 -0600
  • 809a8de665 Use LV master Chris McCord 2021-11-17 13:15:30 -0500
  • c31a2ea8e0 Remove unused menu. #4 Nolan Darilek 2021-11-17 10:09:04 -0600
  • 72501c90b4 Remove aria-hidden on icons in favor of empty alt text. Nolan Darilek 2021-11-17 09:30:33 -0600
  • 44a36a8763 Fix icon alignment Chris McCord 2021-11-16 22:26:33 -0500
  • 11d48dea95 Rotate session key Chris McCord 2021-11-16 22:16:58 -0500
  • ee571b19a7 Allow configurable upload dir per env Chris McCord 2021-11-16 22:11:11 -0500
  • 2f4940fab6 Fixup profiles Chris McCord 2021-11-16 15:54:40 -0500
  • fad37064db Label player controls. Nolan Darilek 2021-11-16 14:26:10 -0600
  • f7db67f636 Hide icons with associated buttons from accessibility tree. Nolan Darilek 2021-11-16 14:07:47 -0600
  • 459448068b Add missing conditional. #3 Nolan Darilek 2021-11-16 13:36:17 -0600
  • ccfccd251c Link directly to app creation page in README. #2 Nolan Darilek 2021-11-16 12:30:06 -0600
  • 364b0659e1 Deploy and presence stub Chris McCord 2021-11-16 11:58:22 -0500
  • 1a68db73f3
    Merge pull request #1 from chrismccord/id3 Chris McCord 2021-11-15 20:57:48 -0500
  • d1a6f5d0cd fix id3 tag parsing, extract title #1 Kurt 2021-11-15 18:23:35 -0600
  • e496ff0a4e Docs Chris McCord 2021-11-15 13:06:04 -0500
  • 8f63fa842b Docs Chris McCord 2021-11-15 12:42:12 -0500
  • 458900b522 MP3 decoding tweaks Chris McCord 2021-11-15 12:06:45 -0500