-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename CreateShareableURLForm to CreatePublicURLForm * create public urls route, wip * add settings project route to admin tabs * reorg routes, only settings * remove unused * list all magic auth tokens in table * lint * file rename * style left sidebar and right content * padding tweak * include option to go to public urls after creation * use name in created by col * ui for row deletion * wire up magic auth token deletion from trash icon * eslint, add no public url cta * refetch queries after actions * reorg project settings layout * comments * mutable table data * lint * add V1MagicAuthToken to runtime swagger, orval gen * goto public url on click * update copy * remove general from proj settings * clean up * qol and style changes * orval gen with url * remove unused * update copy * orval gen * wip * good stop for migrating svelte table * onDelete is back, wip * actions row, add copy url * clean up * Add title to MagicAuthToken, db migration * orval gen runtime * proto gen * use title, then fallback to metrics view * lint * implement forward cursor-based pagination * dashboard link clickable * use all tokens, placeholder public url name col * forgot to save * action icon * ability to edit public url name * clean up, set dashboard title as the default value in the form * fix name input layout * fix copy to clipboard * hide copy button when there is no url in previous urls * clean up * confirm deletion, fix data reactivity * clean up * hover bg button * title -> name in magic auth token * remap dashboardTitle to tokens, switch back to next * polish * update names * lint * fix column def ts error * bind isOpen to share dashboard button selected * fix copy nits * use vaildSpec's title * url label * modify actions component * polish with janet * offline feedback * name -> title * add desctrutive type to menu item * delete confirm dialog * make it scrollable * apply classname prop * lint * wip * truly infinite scrolling * clean up * wip * finally * clean up * sort by createdOn client side * fix conditionals * polish * fixme * pr feedback * lint
- Loading branch information
1 parent
f26fa4c
commit ca3fc8b
Showing
30 changed files
with
3,141 additions
and
2,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE magic_auth_tokens ADD COLUMN title TEXT NOT NULL DEFAULT ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ca3fc8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://ui.rilldata.in as production
🚀 Deployed on https://66ecb2ea908993935f96623a--rill-ui-dev.netlify.app