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

Staging #301

Merged
merged 61 commits into from
Sep 12, 2023
Merged

Staging #301

merged 61 commits into from
Sep 12, 2023

Conversation

Melkeydev
Copy link
Owner

Adding new Kanban widget to Astrostation!

  • Adding a whole new widget

emalineg and others added 30 commits March 27, 2023 22:57
This perhaps is not exactly what roy envisioned. However, here we are!
This takes advantage of global state.

if we click on three cards a,b,c in the order a,b,c here is what
happens.

1. click->a // `a` z_index is higher than the last GLOBAL z_index state

2. click->b // `b` z_index is higher than the last GLOBAL z_index state
   `b` now overlaps `a`

3. click->c // `c` z_index is higher than the last GLOBAL z_index state
   `c` now overlaps `b` and `a`
   `b` still overlaps `a`
favicon for serp & bug fixes
While I was fixing a ts-ignore, I found that track logic didn't really
act the way it should even still. So now toggleInProgressState is used
by flag and not by hoping the task is in the right state when we toggle.
draggable: fixes z index increment per-position-change
added keypress handler to rename input
robots.txt, sitemap.xml, other meta data changes
Add custom background color
Fix Backgrounds Nav Goes Behind the Widgets in some cases
@vercel
Copy link

vercel bot commented Sep 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astrostation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2023 7:16pm

@Melkeydev Melkeydev merged commit 07635ae into main Sep 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants