Skip to content
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

upgrade to vite and vue3 #24

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
afd7940
upgrade to vite and vue3
rashfael Feb 24, 2024
a4855d9
fix now prop not being set on session
rashfael Feb 24, 2024
640b7a0
change build script
rashfael Feb 24, 2024
c4df650
2.0.0-alpha.1
rashfael Feb 24, 2024
e9ae5f5
limit what's in the npm package
rashfael Feb 24, 2024
ea77efe
2.0.0-alpha.2
rashfael Feb 24, 2024
03a2055
Get dev server to work
rixx Aug 28, 2024
1869755
Remove unused commands
rixx Aug 28, 2024
63d9f4a
Add basic WC build
rixx Aug 28, 2024
0f744cc
make custom components work
rashfael Sep 1, 2024
bfa1aba
fix some wc rendering
rashfael Sep 1, 2024
33431cc
Build minified web component
rixx Sep 2, 2024
d5803a4
Add "powered by" footer
rixx Sep 7, 2024
9005166
Hide "powered by" on home server
rixx Sep 7, 2024
4a1970e
Fix settings width
rixx Oct 7, 2024
fb7eae4
Simplify fav error messages
rixx Oct 12, 2024
0fd25e8
Use tiny avatars in session blocks if possible
rixx Oct 12, 2024
9b24ac3
Remove unused vue.config files
rixx Oct 29, 2024
4bc839a
Use Luxon instead of moment.js
rixx Oct 29, 2024
b0aa56f
Render breaks in session component
rixx Oct 31, 2024
6d9a092
Fix immovable active tab indicator
rixx Oct 31, 2024
1a71b30
Revert breaks moving to session component
rixx Nov 6, 2024
bfb0a8f
Fix some sessions not showing
rixx Nov 6, 2024
a64558a
Limit dates shown via props
rixx Nov 6, 2024
1aa826a
Do not show empty rooms where possible
rixx Nov 27, 2024
6014af3
Fix janky scroll behaviour
rixx Nov 28, 2024
869026a
Fix localization in am/pm time
rixx Nov 28, 2024
d9b9b2a
Fix scrolling to date with multiple grids
rixx Dec 11, 2024
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
Prev Previous commit
Next Next commit
Fix settings width
  • Loading branch information
rixx committed Oct 7, 2024
commit 4a1970e533ba12175ecc604827c487d12a21c9f8
6 changes: 1 addition & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,10 @@ export default {
color: $clr-grey-600
margin-left: 32px
.settings
margin-left: 18px
align-self: flex-start
display: flex
align-items: center
position: sticky
z-index: 100
left: 18px
width: min(calc(100% - 36px), var(--schedule-max-width))
.fav-toggle
margin-right: 8px
Expand All @@ -437,7 +434,7 @@ export default {
height: 20px
margin-right: 6px
.filter-tracks
margin-right: 8px
margin: 0 8px
display: flex
.bunt-button-text
display: flex
Expand All @@ -455,7 +452,6 @@ export default {
color: $clr-secondary-text-light
.timezone-item
margin-left: auto
padding-right: 28px
.days
background-color: $clr-white
tabs-style(active-color: var(--pretalx-clr-primary), indicator-color: var(--pretalx-clr-primary), background-color: transparent)
Expand Down