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

Fix various admin dashboard issues. #151

Merged
merged 2 commits into from
Jul 14, 2021

Conversation

thinkverse
Copy link
Contributor

  • Move $count variable creation and assignment above row fetch.
  • Fix $osinfo potentially being null by adding default version value.
  • Fix mock account name/nickname issue, refer to fix: mocked accounts #150

Move `$count` variable creation and assignment above row fetch.
Fix `$osinfo` potentially being null by adding default version value.
Fix mock account name/nickname issue, refer to interclip#150
Copy link
Member

@filiptronicek filiptronicek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@filiptronicek filiptronicek merged commit b5eb8b4 into interclip:new-design Jul 14, 2021
@thinkverse thinkverse deleted the fix-admin-dashboard branch July 14, 2021 19:34
filiptronicek added a commit that referenced this pull request Aug 31, 2021
* Change some initial styling on the home page

* Sexxyyyy styles

* Same background everywhereee

* Adminbar padding

* Update input height

* Duplicate border radius

* More border radius duplicates

* Padding shorthand

* Reorder the settings button to the right

* New settings styles

* QR colors

* Fix the scrollbar problem... not really, huh

* Update favicons to a new logo

* Mobile optimalizations

* Remove unused JS

* Update settings icon size

* Change setting colors

* Restyle the button

* New and improved privacy policy page

* Refactor receive code and CSS

* Replace margin with padding

* Solve some Codacy issues

* Double quote to prevent globbing and word splitting.

* Commentos

* Style style 😎

* More style style... style?

* A line before CSS CSS CSS CSS CSS CSSS Aaaaa

* Style style style and more style

* no-descending-specificity

Expected selector ".loading-modal" to come before selector "body.loading .loading-modal"

* order and doucument the .env.sample

* New about page!

* Unify some input styling + box shadoow

* SCSS? 😳

* Add a colors file to the SCSS

* Change the API endpoints

* Some autoprefix stuff

* Add vs code sass compiler settings

* Bring over the menu to the admin dashboard

* Format with 2 spaces

Co-Authored-By: bigint <bigint@icloud.com>

* Delete CSS source files

Co-Authored-By: bigint <bigint@icloud.com>

* Replace Unicode symbol with the proper icon

Co-Authored-By: bigint <bigint@icloud.com>

* Update .gitignore

* Docs for stylesheets

* Compile stylesheets as a part of CI

* Fix permission error?

* Maybe now?

* Change the sass command

* Don't use force

* Deploy with transpilation

* Gitpod to begin watching S(u)[as]s

* Compile styles with sudo

* Change branches with force

* feat: Redis (#143)

* Margin for the fullscreen content

* Code validation in pure HTML

* feat: Redesigned rate limiting with Redis (#145)

* Add Redis items to the admin dashboard

* Rate limit on the about page

* GitPod port config

* Do the heavy lifting during prebuild

* Spice up the dark mode colors

* "

* Receive form updates

* Footer styling

* Skip link css in a separate file

* No prebuilds :(

* Update Docs links

* Completely turn off the admin dashboard while in staging

* Dark mode redesigns for the AD

* feat: Clip history (#149)

* The icon

* Recent clips logic

* No console logging 👀

* Prevent flashing history

* Rewrite the getEntries fc

* Prevent set API 500 errors

* 400 status on inaccessible domain

* Delete settings button

* fix: mocked accounts (#150)

* Set the HTTP response code as the one reported by the router

* Prevent throwing when Redis is not installed

* Sass-y CONTRIBUTING docs

* Prefix routes with the ROOT const

* Fix form action with different root

* ROOT with the set file

* isWindows as a global

* Revert "isWindows as a global"

This reverts commit 5566aac.

* Fix various admin dashboard issues. (#151)

* Format the settings menu script

* Reset menu options on deletion

* Fix the max height prop

* File.js to respect root

* Update test suite (#152)

* Update db queries to use prepared statements (#153)

* New drag n' drop (#154)

Co-authored-by: Kim Hallberg <work@hallberg.kim>

* run `composer update`

* Check if the link is present better (fix file uploads)

* Fix droppable area background in dark mode

* IPFS upload MVP

* lockfile update

* Default setting value for file server

* rename the file symbol

* Add the file name to the download link

* Dynamically assign the IPFS gateway

* ;

* Copy new code to clipboard

* SCSS stands for Stuff in CSS!

* Move the new.js to its own file

* HTTP status MDN link

* Mimic MVP.css more with adminbar links

* SCSS rewrites

* admin bar stylesheet

* Split up menu SCSS

* Upload area margin

* Style admin bar dark mode with all dark styles

* Enable CSRF tokens again

* Make the code beautiful again

* updated docs link

* Update performance timing script

* Unexpected console statements

* Avoid ==

* Ternary operators!

* fix: broken CSS link

* Mobile styles go brrr

* Destructuring and custom IPFS endpoint

* Disable logging out from the menu in dev

* Dynamically import Swal

* Null DOM assignment error

* => OK!

* Settings modal flexbox

* Revert line height adjustements in mvp.css

* No embed.js :(

* Align the footer to the bottom

* More flexible settings

* Escape disabling modal

* Hide the submit clip automation form

* Fix big bugs

* Receive page changes

* URL should be upper-case

* Move stuff back to file.php

* Preload fonts

* Defer some scripts

* Reload ability for Swal

* Initial line height in the menu, too

* More semantic HTML

* Semantic footer

* ARIAAA

* Escape fix

* Horizontal menu on mobile

* Align the settings back to the right

* Error message when there are no files to upload

* Swal dark mode

* Some Apple tags

* Format the manifest

* Google Play app

* Move around some includes

* Update robots.txt

* Some very Kahy changes

* Pollyfills

* Shorten scss imports

* Admin redesign without mvp.css

* Delete mvp reverts

* Don't require mvp reverts

* JS code style

* CSS code style

* More SCSS changes

Co-authored-by: bigint <bigint@icloud.com>
Co-authored-by: Kim Hallberg <hallberg.kim@gmail.com>
Co-authored-by: Kim Hallberg <work@hallberg.kim>
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.

2 participants