-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from gagan-suie/dev
Feat: added placeholder components
- Loading branch information
Showing
15 changed files
with
150 additions
and
38 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
Empty file.
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,22 @@ | ||
<script> | ||
import IconCreate from '$lib/assets/icons/IconCreate.svelte' | ||
import IconSearch from '$lib/assets/icons/IconSearch.svelte' | ||
</script> | ||
|
||
<div class="flex gap-4 py-5 pl-5"> | ||
<div class="form-control"> | ||
<div class="input-group"> | ||
<input | ||
type="text" | ||
placeholder="Search channels" | ||
class="input input-bordered input-primary w-72" /> | ||
<button class="btn btn-square"> | ||
<IconSearch /> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<button class="btn btn-wide btn-primary gap-2"> | ||
<IconCreate /> | ||
Create a channel</button> | ||
</div> |
20 changes: 0 additions & 20 deletions
20
src/lib/components/Browse/ChannelList.svelte → ...lib/components/Browse/ChannelTable.svelte
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
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
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
Empty file.
Empty file.
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